.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
LITEFS_DIR
DATABASE_PATH
DATABASE_URL
secret
CACHE_DATABASE_PATH
SESSION_SECRET
secret
HONEYPOT_SECRET
secret
INTERNAL_COMMAND_TOKEN
secret
RESEND_API_KEY
secret
SENTRY_DSN
OPENAI_API_KEY
secret
GITHUB_CLIENT_ID
the mocks and some code rely on these two being prefixed with "MOCK_" if they aren't then the real github api will be attempted
GITHUB_CLIENT_SECRET
secret
GITHUB_TOKEN
secret
brew install flyctl && fly launch --from https://github.com/kentcdodds/epic-ai
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/kentcdodds/epic-ai
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/kentcdodds/epic-ai