What is Supabase?

Supabase is an open-source backend-as-a-service that gives you a Postgres database, authentication, storage, and real-time features via HTTP APIs. It uses Row Level Security (RLS) to keep data safe when the anon key is exposed in client code.

In more detail

Supabase shines because the frontend can talk to the database directly through `supabase-js`, skipping the need for a separate backend. The anon key is public by design — it identifies your project, not grants permissions. Permissions come from RLS policies you write in SQL.

The security rule is simple: RLS on, always. Every public-schema table must have RLS enabled before going to production.

Why this matters

Why builders care

Supabase is the most common backend for AI-built apps (Lovable, Bolt, Cursor). It is also the most common source of critical security findings — RLS-off tables, leaked service role keys, open storage buckets.

See where your site stands

Paste a URL, get a score in 60 seconds. Free, no signup.