documentation

Install ReviewGate in your own infrastructure

The bot ships as a single Docker image, connects to your self-hosted GitLab over a webhook and leaves its comments right in the merge request. The code never leaves your network — the only thing that goes out is the request to the model you chose.

The second hosting vendor is GitHub: the same reviews and the same .reviewgate/config.yml for pull requests on github.com. The bot works with either vendor, or with both at once.

where to startIf this is your first install, follow the quickstart: it takes you from an empty .env to the bot's first comment on a test pull request.