New

5 demos, 10+ applications, 50+ blocks, 30+ pages & much more

Documentation

Browse and explore docs

Create Supabase Project

If you don't have a Supabase project yet, follow these steps:

  1. Go to supabase.com and sign in.
  2. Click New Project and fill in the project name, database password, and region.
  3. Once the project is ready, go to Project Settings API to find your keys.
  4. 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