GitDeployHub

kentcdodds/epic-ai

github.com/kentcdodds/epic-ai ↗
Remix
13 environment variables found in .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
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/kentcdodds/epic-ai
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/kentcdodds/epic-ai
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/kentcdodds/epic-ai
Or deploy to a different host
← Try another repo