I'm an indie developer. I've shipped a dozen side projects over the years, and every single one needed a Postgres database. The problem? Every hosted solution either paused my DB after a few days of inactivity (hello, Supabase free tier) or hit me with surprise bills from "compute units" I never understood (looking at you, Neon).
I wanted something dead simple: a PostgreSQL database that's always on, costs a flat $3/mo, and doesn't require me to learn a proprietary SDK. So I built it.
MVP DB runs on a serverless control plane I engineered with AWS EventBridge and Lambda, which means you get automated reliability without needing your own AWS account or DevOps setup. If anything goes wrong, the Phoenix Recovery system automatically restores your data and your connection string never changes. It's the database I wished existed when I started building.
- Gavrilo Mumovic, founder of Rashtan Soft
LinkedIn
admin@rashtan-soft.com