.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NODE_ENV
Application Configuration
LOG_LEVEL
APP_NAME
OPENROUTER_API_KEY
secret
LLM Configuration
OPENROUTER_MODEL
NEXT_PUBLIC_SUPABASE_URL
NEXT_PUBLIC_SUPABASE_ANON_KEY
secret
New projects use PUBLISHABLE_KEY (sb_publishable_xxx format) Legacy projects use ANON_KEY (JWT format starting with eyJ...) Both are…
DATABASE_URL
secret
Supabase Cloud (Transaction pooler recommended for serverless)