Production Environment Variables for Next.js Supabase SaaS

Complete reference for generating and configuring production environment variables in your MakerKit Next.js Supabase application.

Generate and configure environment variables for your MakerKit Next.js Supabase Turbo production deployment.

Generate Environment Variables

The easiest way to configure production environment variables is using the Dev Tools application:

  1. Run Dev Tools: pnpm --filter dev-tool dev
  2. Open http://localhost:3010/variables
  3. Select Production mode from the dropdown
  4. Fill in missing variables (highlighted in red)
  5. Click Copy to copy all variables
  6. Paste into your hosting provider's environment settings. Non-secret variable may also be added to §.env.production§. Up to you.

For more details, see the Dev Tools documentation.

Next Steps