GitDeployHub

k-dense-ai/claude-scientific-writer

github.com/k-dense-ai/claude-scientific-writer ↗
Python
3 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 (required)
  • PARALLEL_API_KEY secret Parallel API key (optional alternative to `parallel-cli login`; enables research lookup, web search, deep research, and explicit Parallel…
  • OPENROUTER_API_KEY secret OpenRouter API key (optional, for AI image generation: schematics, figures, slides, infographics, and markitdown AI features)
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/k-dense-ai/claude-scientific-writer
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/k-dense-ai/claude-scientific-writer
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/k-dense-ai/claude-scientific-writer
Or deploy to a different host
← Try another repo