What you get with Supabase
Build Faster and Focus on Your Products
Built with supabase
What you can build with Supabase

Project Example
Stripe SaaS starter
Build a SaaS business with Stripe subscriptions and Supabase.

Project Example
Chat app with Next.js
Build a full-stack Slack clone using Next.js and Supabase.

Project Example
Todo list with Vue.js
Build a simple todo list with Vue and Supabase.
See all examples on our Github
MADE FOR DEVELOPERS
Instant APIs that do the hard work for you
We introspect your database to provide APIs instantly. Stop building repetitive CRUD endpoints and focus on your product.
Sign up a new user in an example chat room
1
2 import { createClient } from '@supabase/supabase-js'
3
4 // Initialize
5 const supabaseUrl = 'https://chat-room.supabase.co'
6 const supabaseKey = 'public-anon-key'
7 const supabase = createClient(supabaseUrl, supabaseKey)
8
9 // Create a new user
10 const { user, error } = await supabase.auth.signUp({
11 email: 'example@email.com',
12 password: 'example-password',
13 })
14
Enterprise Solutions
Scale up with no extra effort
Supabase is built with proven, enterprise-ready tools. We're supporting everything from fintech providers to social networks.