Get a dedicated Postgres database with Supabase. For founders building web, mobile, and AI apps with 105k+ GitHub stars.
104,991 stars12,901 forksTypeScriptQuality 9/10Updated 6/29/2026100% free ยท open source
What it does
Supabase provides a dedicated Postgres database for building web, mobile, and AI applications
Install / run
npx supabase init
When to use it
โขBuilding a data-driven web application with a robust backend
โขDeveloping a mobile app that requires a scalable database
โขCreating an AI-powered application that needs a reliable data storage solution
Quick start
1Create a new Supabase project by running 'npx supabase init' and following the prompts
2Configure your database by editing the 'supabase.config.json' file
3Run 'npx supabase start' to start the Supabase development server
4Use the Supabase API to interact with your database, such as creating a new table with 'const { data, error } = await supabase.from('mytable').insert([{ name: 'John Doe' }])'
5Explore the Supabase dashboard at 'http://localhost:54321' to manage your database and view logs
Ready-to-paste prompt
npx supabase gen types --db-url https://your-supabase-url.supabase.co --db-key your-supabase-key
Heads up: Make sure to set the 'SUPABASE_URL' and 'SUPABASE_KEY' environment variables to authenticate with your Supabase instance
Saves to your device
Topics
ai
alternative
auth
database
deno
embeddings
example
firebase
nextjs
oauth2
pgvector
postgis
postgres
postgresql
postgrest
realtime
supabase
vectors
websockets
What's inside โ free to inspect
No purchase needed
Read the entire source before you build โ unlike paid marketplaces that hide it behind a buy button.