Hello, I'm Maneshwar. I'm building git-lrc, an AI code reviewer that runs on every commit. It is free, unlimited, and source-available on Github. Star Us to help devs discover the project. Do give it a try and share your feedback for improving the product.
When you see a 404 Not Found error, it means the server couldn’t find the resource you requested.This happens if the URL is incorrect, the resource has been deleted, or it never existed in the first place.
In my API example, requesting an invalid route triggers a 404 response:
app.get('*', (req: Request, res: Response) => {rs a 404 response:
app.get('*', (req: Request, res: Response) => {
res.status(404).json({ error: "Not Found", message: "The requested resource was not found" });
});
It’s like trying to find a page in a book that was torn out—it simply doesn’t exist!
A 404 error means the server couldn’t find the resource you requested. It’s the web’s way of saying, 'This page doesn’t exist!
[](https://github.com/HexmosTech/git-lrc)
*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.*
Any feedback or contributors are welcome! It's online, source-available, and ready for anyone to use.
⭐ Star it on GitHub:
HexmosTech
/
git-lrc
Free, Unlimited AI Code Reviews That Run on 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.
See It In Action
See git-lrc catch serious security issues such as leaked credentials, expensive cloud
operations, and sensitive material in log statements
git-lrc-intro-60s.mp4
Why
- 🤖 AI agents silently break things. Code removed. Logic changed. Edge cases gone. You won't notice until production.
- 🔍 Catch it before it ships. AI-powered inline comments show you exactly what changed and what looks wrong.
- 🔁 Build a habit, ship better code. Regular review → fewer bugs → more robust code → better results in your team.
- 🔗 Why git? Git is universal. Every editor, every IDE, every AI…
Top comments (1)
The 404 error means page not found, That's why the 404 error comes.