Skip to main content

Learn

Plain-English guides to Supabase, Postgres, RLS, Edge Functions, and how Supabase compares to Firebase and adjacent database platforms.

Supabase is an open-source Firebase alternative built on Postgres, offering instant APIs, Row Level Security, Edge Functions, vector search, and realtime events. It gives developers full relational database capabilities alongside modern backend-as-a-service features without proprietary vendor lock-in.

Supabase basics

Compare platforms

How it works

Reference

Frequently asked

What is Supabase best used for?
Supabase is ideal for web and mobile applications needing a relational PostgreSQL database with instant REST APIs, built-in user authentication, Row Level Security, Edge Functions, and vector search for AI workflows without managing infrastructure.
How does Supabase compare to traditional Firebase?
Supabase uses standard PostgreSQL rather than a proprietary NoSQL document store, enabling relational SQL queries, joins, foreign keys, ACID compliance, and standard migrations while avoiding vendor lock-in common with Firebase Firestore.
Is Supabase free for production use?
Supabase offers a generous free tier for prototyping, but production apps should upgrade to Pro or Team tiers for dedicated compute, daily backups, automated scaling, and increased database storage limits.