[New] Supabase Bootstrap

Build in a weekendScale to millions

Supabase is the Postgres development platform. Start your project with a Postgres database, Authentication, instant APIs, Realtime, and Storage.

postgres · supabase
$ createdb my-project
CREATE DATABASE
$ psql -d my-project
my-project=# SELECT * FROM users;
id | name | email
---+-------+------------------
1 | ada | ada@supabase.io
2 | linus | linus@kernel.org
(2 rows)

Trusted by fast-growing companies worldwide

MozillaGitHub1PasswordPwCPikaHumataUdioLangChainResendLoopsMobbinGopuffChatbaseBetaSharesSubmagicMozillaGitHub1PasswordPwCPikaHumataUdioLangChainResendLoopsMobbinGopuffChatbaseBetaSharesSubmagic
0.99%

Uptime SLA

0M+

Database requests served daily

0+

Countries served

0M+

Developers building

Trusted by the world’s most innovative companies.

See how Supabase empowers companies of all sizes to accelerate their growth and streamline their work.

View events
Mozilla
GitHub
1Password
PwC
Pika
Humata
Udio
LangChain
Resend
Loops
Mobbin
Gopuff
Chatbase
BetaShares
Submagic

Stay productive and manage your app without leaving the dashboard

S
supabase / my-project
Project ID: abcdefgh·Healthy

countries

public schema · 250 rows

Filter
idnameiso2continentpopulation
1GermanyDEEU83M
2FranceFREU67M
3JapanJPAS125M
4BrazilBRSA215M
5USAUSNA332M
6IndiaINAS1.4B
I really cannot express how amazing @supabase has been. The product is so well thought out, the documentation is brilliant and the support is next level. We are using it for our new product and could not be happier.
n
@MildTomato
nerdburn
Just spent the last week building my first @supabase experience. From the docs to the API, the experience has been fantastic. We built out a full auth + db flow in minutes. Love it.
A
@antoniocarlos
Antonio
Honestly, the @supabase developer experience is some of the best I have ever seen. The team has built something truly special. The DX is unmatched.
N
@dabit3
Nader Dabit

Open source from day one

Supabase is built in the open because we believe great developer tools should be transparent, inspectable, and owned by the community.

0K+
GitHub Stars
0+
Forks
0+
Contributors
~/supabase
$ git clone https://github.com/supabase/supabase
Cloning into 'supabase'...
remote: Enumerating objects: 728432, done.
Receiving objects: 100% (728432/728432), 1.2GB

$ docker compose up -d
[+] Running 28/28
 ✔ Network supabase_default  Created
 ✔ Container supabase-db    Started
 ✔ Container supabase-kong  Started

Self-host, or use the cloud

You can run Supabase locally, or use our hosted platform. Either way, it’s the same open source stack.

Self-host anywhere

Run on your own infrastructure, in your region, with full control over your data.

0Single Docker Compose

100% Open Source

Every component is open source. No vendor lock-in, ever.

0%Open source

Postgres at the core

Built on PostgreSQL with all the extensions you need.

0+Extensions supported

Get started in seconds

From zero to a working Postgres backend in three commands.

~/supabase

# 1. Create a new project

npx create-supabase-app my-app

# 2. Add your schema

supabase db push

# 3. Deploy to production

supabase deploy

Build in a weekend,
scale to millions

Supabase is the fastest way to build a backend. Try it for free today.