1. Supabase
Visit →Managed Postgres bundled with auth, storage, realtime and an auto-generated REST and client API.
Cost shape: Free tier for hobby projects, then a flat per-project fee plus usage for compute, storage and bandwidth.
Strengths
- ✓Real Postgres underneath, so extensions, SQL and standard tooling all apply.
- ✓Auth, storage and realtime included, which removes several vendor decisions at once.
- ✓Client libraries let simple apps query straight from the browser safely.
Tradeoffs
- ✗Querying from the client pushes authorization into policies that are easy to misconfigure.
- ✗The bundled services encourage coupling that is painful to untangle later.
- ✗Dashboard-driven changes can drift from what is in your migration files.