GitDeployHub

davideuler/bolt.diy

github.com/davideuler/bolt.diy ↗
Remix
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in .env.example)

  • ANTHROPIC_API_KEY secret Anthropic Claude Get your API key from: https://console.anthropic.com/
  • CEREBRAS_API_KEY secret Cerebras (High-performance inference) Get your API key from: https://cloud.cerebras.ai/settings
  • FIREWORKS_API_KEY secret Fireworks AI (Fast inference with FireAttention engine) Get your API key from: https://fireworks.ai/api-keys
  • OPENAI_API_KEY secret OpenAI GPT models Get your API key from: https://platform.openai.com/api-keys
  • GITHUB_API_KEY secret GitHub Models (OpenAI models hosted by GitHub) Get your Personal Access Token from: https://github.com/settings/tokens Select "Fine-grained…
  • PERPLEXITY_API_KEY secret Perplexity AI (Search-augmented models) Get your API key from: https://www.perplexity.ai/settings/api
  • DEEPSEEK_API_KEY secret DeepSeek Get your API key from: https://platform.deepseek.com/api_keys
  • GOOGLE_GENERATIVE_AI_API_KEY secret Google Gemini Get your API key from: https://makersuite.google.com/app/apikey
  • COHERE_API_KEY secret Cohere Get your API key from: https://dashboard.cohere.ai/api-keys
  • GROQ_API_KEY secret Groq (Fast inference) Get your API key from: https://console.groq.com/keys
  • MISTRAL_API_KEY secret Mistral Get your API key from: https://console.mistral.ai/api-keys/
  • TOGETHER_API_KEY secret Together AI Get your API key from: https://api.together.xyz/settings/api-keys
  • XAI_API_KEY secret X.AI (Elon Musk's company) Get your API key from: https://console.x.ai/
  • MOONSHOT_API_KEY secret Moonshot AI (Kimi models) Get your API key from: https://platform.moonshot.ai/console/api-keys
  • ZAI_API_KEY secret Z.AI (GLM models with JWT authentication) Get your API key from: https://open.bigmodel.cn/usercenter/apikeys
  • HYPERBOLIC_API_KEY secret Hyperbolic Get your API key from: https://app.hyperbolic.xyz/settings
  • OPEN_ROUTER_API_KEY secret OpenRouter (Meta routing for multiple providers) Get your API key from: https://openrouter.ai/keys
  • OLLAMA_API_BASE_URL Ollama (Local models) DON'T USE http://localhost:11434 due to IPv6 issues USE: http://127.0.0.1:11434
  • OPENAI_LIKE_API_BASE_URL secret OpenAI-like API (Compatible providers)
  • OPENAI_LIKE_API_KEY secret
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/davideuler/bolt.diy
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/davideuler/bolt.diy
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/davideuler/bolt.diy
Or deploy to a different host
← Try another repo