.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
VERCEL
VERCEL_ENV
DATABASE_URL
secret
NEXT_PUBLIC_SUPABASE_ANON_KEY
secret
NEXT_PUBLIC_SUPABASE_URL
SUPABASE_SERVICE_KEY
secret
SUPABASE_URL
NEXT_PUBLIC_HELICONE_RESTRICT_PRO
NEXT_PUBLIC_BASE_PATH
NEXT_PUBLIC_SLACK_CLIENT_ID
SLACK_CLIENT_SECRET
secret
NEXT_PUBLIC_HELICONE_JAWN_SERVICE
brew install flyctl && fly launch --from https://github.com/dontriskit/helicone
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/dontriskit/helicone
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/dontriskit/helicone