AI-powered git commit messages using Groq.
Never write a commit message again.
Powerful features that make commit messages effortless
Powered by Groq's ultra-fast inference API. Get commit messages in seconds, not minutes.
Uses advanced AI models to understand your code changes and generate accurate, meaningful commit messages.
Generate commit messages that follow the Conventional Commits specification with a simple flag.
Seamlessly integrate with Git's prepare-commit-msg hook for automatic message generation.
Generate multiple commit message suggestions and choose the one that best fits your changes.
Intelligently handles large diffs with smart summarization, keeping your commits accurate and relevant.
Choose your preferred installation method
npm install -g lazycommitt
Or install via Homebrew:
brew install lazycommit
If Homebrew fails, use: brew tap kartiklabhshetwar/lazycommit then brew install lazycommit
Set up your API key and start committing
# Set your API key
lazycommit config set GROQ_API_KEY=your_api_key
# Stage your changes
git add .
# Generate and commit
lazycommit
Get your API key from Groq Console
Join thousands of developers using lazycommit