thin-backend
dolt
| thin-backend | dolt | |
|---|---|---|
| 43 | 107 | |
| 1,252 | 23,197 | |
| 0.0% | 3.8% | |
| 0.0 | 10.0 | |
| over 3 years ago | 7 days ago | |
| JavaScript | Go | |
| MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
thin-backend
-
Ask HN: How would you refactor a big project in 2023?
A tool like https://thin.dev/ might be good for you. You can port and serve functionality a little bit at a time into thin and use their managed postgres db and the schema editor to handle the new fields in the backend.
-
Why We're Moving on from Firebase
Check out thin.dev https://thin.dev/ It uses SQL DDL statements literally as the building blocks for everything.
-
Prisma vs. Thin Backend
Postgres database has been gaining more popularity because of its advanced database and scalability. Created by digitally induced, Thin Backend is simplifying Postgres by giving users a backend server that has an API that connects with Postgres DB. You can integrate Thin Backend with:
- Thin Backend - Instant Postgres Backend for React/Vue/Svelte/... Apps with Realtime, Optimistic Updates & Auto-generated TypeScript Bindings
- Thin Backend
-
Best React Developer Experience?
React for UI TypeScript for Type Safety thin.dev for Data + State management
-
Show HN: PocketBase β open-source realtime back end in 1 file
Check out https://thin.dev/ :) It's similar, supports self-hosting and uses postgres. Quick demo video here: https://www.youtube.com/watch?v=-jj19fpkd2c&t=3s
(I'm founder of Thin)
-
10 Years of Meteor: My experience with a pioneering JavaScript framework
Real-time by default for everything is really a fun way to write web apps. A little bit inspired by Meteor we've build Thin Backend, which provides a real-time API for querying data and writing to a postgres database. If you're interested, check it out at https://thin.dev/ or check the demo video https://www.youtube.com/watch?v=-jj19fpkd2c
-
An Alternative Approach to State Management with Redux
If you're curious, give it a try at thin.dev.
dolt
-
Multi-Agent Development Workflows with Claude Code
I'm using Beads for this. It stores data locally via Dolt, gives agents programmatic access, and handles dependencies between tasks. The key commands:
-
What if database branching was easy?
I have tried this before:
https://www.dolthub.com/
It was a lot of work and had poor performance with a lot of complications. I am not using it in my latest projects as a result.
-
We tested structured ontology vs Markdown+RAG for AI agents β "why?" recall was 0% vs 100%
The backend is Dolt β a database with Git semantics. Branch, commit, diff, merge, pull request. Every change to the ontology goes through human review before it becomes canonical.
- Dolt: Version Controlled SQL Database
- Dolt: Version-Controlled SQL Database
- Dolt β Git for Data
-
Ask HN: How do you safely give LLMs SSH/DB access?
We build DoltDB, which is a version-controlled SQL database. Recently we've been working with customers doing exactly this, giving an AI agent access to their database. You give the agent its own branch / clone of the prod DB to work on, then merge their changes back to main after review if everything looks good. This requires running Dolt / Doltgres as your database server instead of MySQL / Postgres, of course. But it's free and open source, give it a shot.
https://github.com/dolthub/dolt
-
Replace PostgreSQL with Git for your next project
Possibly if this sounds interesting you should check out Dolt:
https://github.com/dolthub/dolt "Dolt" is βGit for Data! (...) a #SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.β #databases #version-control
-
neon VS dolt - a user suggested alternative
2 projects | 8 Jul 2025
- First-Class Models: The Missing Productivity Revolution
What are some alternatives?
pocketbase - Open Source realtime backend in 1 file
immudb - immudb - immutable database based on zero trust, SQL/Key-Value/Document model, tamperproof, data change history
postgrest - REST API for any Postgres database
bolt
unstated-next - 200 bytes to never think about React state management libraries ever again
regatta - Regatta is a distributed key-value store. It is Kubernetes friendly with emphasis on high read throughput and low operational cost.