Skip to main content
MergeWatch SaaS is the fastest way to add AI code reviews to your pull requests. No AWS account, no Docker, no configuration files. Install the GitHub App and your next PR gets reviewed automatically.

Setup in four steps

1

Go to mergewatch.ai

Visit mergewatch.ai and click Get Started. Sign in with your GitHub account.
2

Install the GitHub App

Authorize the MergeWatch GitHub App for your account or organization. You can choose All repositories or select specific ones.
3

Select repositories

In the MergeWatch dashboard, confirm which repositories should receive AI reviews. You can change this at any time.
4

Open a pull request

Your first review fires automatically on the next PR. MergeWatch posts inline comments, a summary, and a merge-readiness score directly on the pull request.

Free tier

Your first 20 PRs per month are free — no credit card required. If you need more, see Billing & Pricing.

What happens when a PR is opened

When you open or update a pull request, the following happens in seconds:
  1. GitHub sends a pull_request webhook to MergeWatch’s API Gateway.
  2. The WebhookHandler Lambda (512 MB, 30s timeout) validates the HMAC signature and invokes the ReviewAgent asynchronously.
  3. The ReviewAgent Lambda (1024 MB, 300s timeout) fetches the diff via the GitHub API.
  4. Five specialized agents — security, bugs, style, summary, and diagram — run in parallel via Promise.all(), each calling Amazon Bedrock (us.anthropic.claude-sonnet-4-20250514-v1:0).
  5. Results are deduplicated, ranked by severity, and posted as inline review comments and a summary check run on your PR.
PR diffs are processed in-memory and are not persisted after the review completes. See Data Residency for details.

Next steps