7
1 Comment

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.

posted toAvatar for product git-lrc
git-lrc
  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.