GitDeployHub

berriai/shin-pr-review-agent

github.com/berriai/shin-pr-review-agent ↗
Node.js API
11 environment variables found in .env.example

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

  • DATABASE_URL secret PostgreSQL — same DB as the Python bot or a separate one
  • LITELLM_API_BASE LiteLLM proxy
  • LITELLM_API_KEY secret
  • LITELLM_DEFAULT_MODEL
  • ADMIN_USERNAME Auth (both optional — disables auth gate if unset)
  • ADMIN_PASSWORD secret
  • BOT_API_KEYS secret
  • SESSION_SECRET secret
  • SECURITY_AGENT_BASE Security agent (LiteLLM Managed Agent) — optional; skipped if unset
  • SECURITY_AGENT_ID
  • PORT
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/berriai/shin-pr-review-agent
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/berriai/shin-pr-review-agent
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/berriai/shin-pr-review-agent
Or deploy to a different host
← Try another repo