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
- Connect your repo to Solon AI
- Configure your playbook rules in the dashboard (no config files needed)
- 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>
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.
Top comments (0)