GitDeployHub

bentlybro/synth

github.com/bentlybro/synth ↗
Rust
5 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • ANTHROPIC_API_KEY secret Anthropic API key for Claude
  • OPENAI_API_KEY secret OpenAI API key for Whisper (optional, for YouTube transcription)
  • PORT Server port (optional, defaults to 8765)
  • INDEX_PATH Index storage path (optional, defaults to ./index)
  • SEARXNG_URL SearXNG URL (optional, defaults to http://localhost:8888)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/bentlybro/synth
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bentlybro/synth
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bentlybro/synth
← Try another repo