What is Supabase?
Supabase is an open-source backend-as-a-service built on PostgreSQL. It bundles Auth, Storage, Realtime, and Edge Functions behind a single SDK so a client app can go from zero to production without hand-rolling infrastructure.
Short guides, curated links, a glossary and FAQ for Supabase and adjacent BaaS / serverless database platforms.
Supabase is an open-source backend-as-a-service built on PostgreSQL. It bundles Auth, Storage, Realtime, and Edge Functions behind a single SDK so a client app can go from zero to production without hand-rolling infrastructure.
Both give you auth, DB, storage and functions. Supabase is relational (Postgres) and open-source; Firebase is document-based (Firestore) and Google-owned. Supabase wins on SQL and lock-in escape; Firebase wins on mobile SDK depth.
RLS attaches a boolean SQL expression to every query. When you enable it plus GRANT the roles your policies allow, the publishable key becomes safe to ship to browsers — each request is scoped to the rows the JWT owner can see.
A green dot means an endpoint is reachable. It does not guarantee your specific project is healthy — auto-pause, quota, RLS misconfig, or per-region incidents can all break your project while the platform surfaces are green.
Most platform APIs don't return permissive CORS headers for arbitrary origins, so browser checks confirm DNS/TCP/TLS handshake — not the JSON response. That's why we report reachability, not full API health.