DEV Community

DontaRuffin
DontaRuffin

Posted on

I built an AI tool that enforces your team's coding standards on every PR automatically

Every team has a checklist of things they should verify in every PR — accessibility compliance, security patterns, code quality rules — but manual checks get forgotten. Tech debt accumulates.

I built Solon AI to solve this. It connects to your GitHub repos as a GitHub App and automatically enforces your team's playbook rules on every pull request.

How it works

  1. Connect your repo to Solon AI
  2. Configure your playbook rules in the dashboard (no config files needed)
  3. Open a PR — Solon reviews it automatically and posts a comment

Example output

I added this intentionally bad code to a test PR:

<img src="photo.jpg">
<button>Click me</button>
Enter fullscreen mode Exit fullscreen mode

Solon caught both violations immediately:

What's built

  • GitHub App webhook — zero setup, works automatically on every PR
  • Visual playbook configuration — no config files, configure rules in the dashboard UI
  • BLOCKING/WARNING severity — teams decide what blocks vs warns
  • Review history dashboard — every review saved, searchable, deletable
  • MCP server — check standards directly from Claude Code or Cursor before opening a PR
  • Ethics by design — no user_id in reviews, diff-only processing, human override always maintained

Pricing

Free tier: 25 reviews/month, 1 repo
Pro: $29/month flat — unlimited reviews, unlimited repos, no per-seat fees

Stack

Next.js 15, TypeScript, Neon Postgres, Claude Haiku, GitHub App webhooks, Stripe, Vercel

Looking for

Engineering managers at teams of 10–50 developers tired of catching the same PR issues every sprint. Happy to set you up on Pro free in exchange for honest feedback.

👉 solonreview.dev

Top comments (0)