GitDeployHub

ankitclassicvision/tdd-guard

github.com/ankitclassicvision/tdd-guard ↗
Node.js API
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.

  • MODEL_TYPE Model selection for TDD validation Options: 'claude_cli' (default) or 'anthropic_api'
  • USE_SYSTEM_CLAUDE Use system Claude installation Set to 'true' to use the system Claude (claude in PATH) Set to 'false' or leave empty to use the Claude…
  • TDD_GUARD_ANTHROPIC_API_KEY secret Anthropic API Key for TDD Guard Required when MODEL_TYPE or TEST_MODEL_TYPE is set to 'anthropic_api' Get your API key from…
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/ankitclassicvision/tdd-guard
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ankitclassicvision/tdd-guard
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ankitclassicvision/tdd-guard
Or deploy to a different host
← Try another repo