It’s inspired by the flexibility of MongoDB and the simplicity of SQLite, but stores everything in plain JSON. That means you can open, inspect, and edit your data manually — or use the API to query and mutate it with transactions, associations, and nested queries.
I just launched a new docs site and opened up a Discord community for discussion/feedback.
Some of the early use cases people have shown interest in: • Local-first apps • Simple tooling dashboards • Quick mock APIs • Portable experiment storage • Drop-in database for internal dev tools
If you want to see how it works, the code is here: https://github.com/The-Devoyage/deeb
Would love to hear your thoughts — critiques welcome. Always looking to make this thing sharper.