git-lrc

Free, Unlimited AI Code Reviews That Run on Commit

Visit Website
March 4, 2026 git-lrc came from a simple observation on my team

As we used more AI coding tools, velocity went up but careful review went down. Engineers were committing AI-generated code they hadn’t deeply examined. Reviews happened later, often superficially, and we started seeing subtle bugs escape to production.

I didn’t want another dashboard. I wanted a nudge at the exact point of responsibility: git commit.

git-lrc runs AI code review on every commit, helping developers understand diffs faster and fix issues immediately. Review is automatic but not forced, you can skip it or vouch for your change.

Every micro-decision is recorded in git history, raising engineering standards over time.

Setup takes about a minute. It’s free and supports unlimited reviews (powered by Gemini’s free tier).

If you care about shipping faster without lowering quality, give it a try.

GitHub: https://github.com/HexmosTech/git-lrc

Landing: https://hexmos.com/livereview/git-lrc/

Comment

March 4, 2026 Built a tool that gives you unlimited AI code reviews that run on every commit.

AI agents write code fast. They also silently remove logic, change behavior, and introduce bugs -- without telling you. You often find out in production.

git-lrc fixes this. It hooks into git commit and reviews every diff before it lands. 60-second setup. Completely free.

It recently hit #3 Product of the Day on Product Hunt, which was a huge push from the community.

We are live on Indie Hackers today!

Would really appreciate it if you could take a look and share your thoughts on what can be made better.

https://github.com/HexmosTech/git-lrc

And if you like what we’re building, please drop a ⭐ on GH, that early support genuinely makes a difference.

1 Comment

  1. 1

    Interesting idea.

    I'm currently building a tool called LearnCodeGuide that analyzes code and gives a health score with findings and suggested fixes.

    I'm curious how you handle false positives in code analysis.

About

Right now, GenAI is like a race car without brakes. It accelerates fast — you describe something, and large blocks of code appear instantly. But AI agents silently break things. They remove logic. Relax constraints. Int