Every developer has done it. You finish coding, go to commit, and type something like:
"fixed stuff"
"minor changes"
"asdfgh"
It's not laziness. You're just mentally done after solving the actual problem. Writing a good commit message feels like extra work.
So I built CommitMsg AI.
You paste your diff or describe what you changed — it generates a clean, conventional commit message instantly. No sign-in, completely free.
Why I built it in a day
I wanted something I'd actually use myself. Most commit message tools I found were either buried inside giant CLI setups or required too much configuration. I just wanted a clean web UI, paste and go.
Tech stack
Next.js, Tailwind, Groq API for the AI. Deployed on Vercel.
Try it
🔗 https://commitmsgai.vercel.app/
Would love feedback from other devs — what would make this actually part of your daily workflow?
Top comments (0)