Supabase and Next.js Starter Template V2

The fastest way to build apps with Supabase and Next.js

Next steps

  1. Head over to database.new and create a new Supabase project.

  2. Rename the .env.example file in your Next.js app to .env.local and populate with values from your Supabase project's API Settings.

  3. You may need to quit your Next.js development server and run npm run dev again to load the new environment variables.

  4. You may need to refresh the page for Next.js to load the new environment variables.