.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
OPENAI_API_KEY
secret
Get your OpenAI API Key here: https://platform.openai.com/account/api-keys
AUTH_SECRET
secret
Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
BLOB_READ_WRITE_TOKEN
secret
Instructions to create a Vercel Blob Store here: https://vercel.com/docs/storage/vercel-blob
POSTGRES_URL
secret
Instructions to create a database here: https://vercel.com/docs/storage/vercel-postgres/quickstart