4.5/5 · 6+ projects Supabase review Supabase is our default backend for product builds where a small team needs Postgres, auth, storage, realtime, and serverless functions on day one, and we trust it enough to run our own SaaS (PeoplePlus) on it. The database underneath is standard Postgres, which means row-level security is a real security boundary and the exit path is a pg_dump away, not a rewrite. The honest caveat is operational: native backups and PITR cover the database only (Storage buckets are excluded), the free tier has no automatic backups at all, and PITR is a paid add-on, so production readiness means an external backup pipeline and a rehearsed restore. We run Supabase as a dedicated practice; the receipts and the full playbook live on our Supabase development service page.
Open