Nitpicker - AI code review that you own - Own your code reviews
byā¢
I built Nitpicker because I wanted AI code review without handing my entire repository to a hosted black box or paying for another seat-based SaaS tool. š
Nitpicker is free and open source, so you can own the code, customize the review logic, and adapt it to your workflow. You can use any LLM you like.
Deploy to AWS, CloudFlare, Github or self host.

Replies
liblab
Hi Hunters š At my company, we received a quote of roughly $1M/year for a similar AI code-review service. Instead, I built Nitpicker for free and today it runs across 20 repositories for around $400/month in LLM token costs. š Our largest repository processes thousands of PRs per day, with review feedback reaching each diff in roughly 2 seconds ā”
Nitpicker sends only the pull-request diff to the model, not the entire repository. It works with cloud or local models and can run in your own AWS account, Cloudflare Worker, GitHub Actions, or locally.
I built it so teams can own and customize their code-review tooling without another seat-based SaaS bill. Install it on your repos - Iād love feedback!