Environment variables

What Reverse needs configured to run.

  • POSTGRES_PRISMA_URL and POSTGRES_URL_NON_POOLING — database connections
  • Clerk keys — authentication
  • ANTHROPIC_API_KEY — build and critique
  • Stripe keys — billing
  • NEXT_PUBLIC_APP_URL — canonical app URL
  • A demo-mode fallback is used when keys aren't configured, so the app can still run without full production credentials

Was this article helpful?

Environment variables — Reverse Docs