A local-first personal database you can extend with apps and manage with AI
Hello all. I'm sharing this project (Superego, see on GitHub ) I've been working on for way too long at this point, hoping to get some feedback and some early adopters. As the title says, Superego is: a database where you can store almost anything about your life; which you can extend with snippets of TypeScript/React to build small personal apps for yourself (you can also vibe-code them); which you can manage with its AI assistant (bring-your-own LLM). Example: you create collections to track your expenses and your investments; you make dashboards to analyze them; you ask the assistant "when can I retire?" and get back a grounded answer. (You can try this exact use case at https://demo.superego.dev , no login required.) Some technical bits that I find interesting to discuss: Storage: saves everything in a single SQLite file. I'm trying to make it sync via Dropbox (or other file-syncing services), but I haven't cracked this yet. I tried to use git as a storage backend, but I couldn't g
Continue reading on Lobsters
Opens in a new tab

