GitDeployHub

steipete/stats-store

github.com/steipete/stats-store ↗
Next.js
8 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • SUPABASE_URL Required for all environments
  • SUPABASE_ANON_KEY secret
  • SUPABASE_SERVICE_ROLE_KEY secret
  • SUPABASE_PROJECT_REF Optional: Supabase DB (for running migrations via Supabase CLI)
  • SUPABASE_DB_PASSWORD secret
  • SUPABASE_DB_URL secret Example (non-encoded): postgresql://postgres:<PASSWORD>@db.<PROJECT_REF>.supabase.co:5432/postgres
  • NEXT_PUBLIC_ENABLE_VERCEL_ANALYTICS Optional: Vercel Web Analytics (prevents console noise when disabled)
  • SKIP_ENV_VALIDATION Optional: For build time validation (set to true to skip)
Or deploy to a different host
← Try another repo