.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
RAPIDAPI_KEY
secret
RapidAPI Jobs Search API Sign up at: https://rapidapi.com/letscrape-6bRBa3QguO5/api/jobs-search-realtime-data-api/
SERPAPI_KEY
secret
SerpAPI for Google Jobs (alternative) Sign up at: https://serpapi.com/
SERPER_API_KEY
secret
Google Serper API (recommended faster and cheaper) Sign up at: https://serper.dev/
GITHUB_TOKEN
secret
GitHub Token (optional, for GitHub scraping)
GOOGLE_API_KEY
secret
Google AI (for blog image generation) Get your key at: https://aistudio.google.com/apikey
SUPABASE_URL
Supabase (for download statistics)
SUPABASE_API_KEY
secret
NEON_DATABASE_URL
secret
Neon Database (for Claude Code changelog monitoring)
DISCORD_APP_ID
Discord Bot Configuration
DISCORD_BOT_TOKEN
secret
DISCORD_PUBLIC_KEY
secret
DISCORD_GUILD_ID
DISCORD_WEBHOOK_URL
Discord Webhooks
DISCORD_WEBHOOK_URL_CHANGELOG
COMPONENTS_API_URL
API Configuration
brew install flyctl && fly launch --from https://github.com/chenrui333/claude-code-templates
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/chenrui333/claude-code-templates
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/chenrui333/claude-code-templates