Build in a weekend.
Scale to millions.

The open-source platform with a Postgres database, Authentication, instant APIs, Edge Functions, Realtime subscriptions, and Storage.

Table editor
SQL editor
Database
Authentication
Storage
Edge Functions
query · members.sql▸ Run
select id, email, tier, created_at
from memberships
where status = 'active' order by created_at desc;
idemailtierstatus
01echo@example.comlifetimeactive
02amy@studio.coyearactive
03kenji@lab.devyearactive

Everything you need to ship

A complete backend, integrated and ready from day one — so you can focus on your product.

Postgres database

Every project is a full Postgres database, the world's most trusted relational database.

Learn more →

Authentication

Add user sign-ups and logins with email, magic links, and social providers in minutes.

Learn more →

Storage

Store, organize, and serve large files with a fast, scalable object store and a global CDN.

Learn more →

Edge Functions

Write and deploy server-side logic without managing servers, close to your users.

Learn more →

Realtime

Listen to database changes and build collaborative experiences with low latency.

Learn more →

Vector

Store embeddings and build AI applications on top of your existing Postgres data.

Learn more →
Instant, realtime APIs

Use the client library you already love

A simple, typed JavaScript client for querying, auth, storage, and realtime — no boilerplate.

Read the docs →
import { createClient } from '@supabase/supabase-js'
 
const supabase = createClient(url, key)
const { data } = await supabase
  .from('memberships').select().eq('status', 'active')
// → typed rows, instantly ✓
1.5M+
Databases managed
99.9%
Uptime SLA
100%
Open source
20+
Regions worldwide

Start building in seconds

Kickstart your next project with a database, auth, and storage — free to get started.