Documentation
Browse and explore docs
Create Supabase Project
If you don't have a Supabase project yet, follow these steps:
- Go to supabase.com and sign in.
- Click New Project and fill in the project name, database password, and region.
- Once the project is ready, go to Project Settings API to find your keys.
- Go to Project Settings Database to find your connection strings.
You will need the following values for your .env file:
- Project URL NEXT_PUBLIC_SUPABASE_URL
- anon / public key NEXT_PUBLIC_SUPABASE_ANON_KEY
- service_role key SUPABASE_SERVICE_ROLE_KEY
- Connection string (Transaction mode) DATABASE_URL
- Connection string (Session mode / direct) DIRECT_URL