Hertly Commit

Wait, you still write
commit messages manually?

Stop wasting time. Generate clear, conventional, and descriptive commit messages instantly using AI, right from your terminal.

curl -sSL https://hc.hertly.com/install.sh | sh

Everything you need

Designed for developers who care about code quality but hate busywork.

AI Powered

Uses state-of-the-art models (like Gemini) to analyze your staged changes and context to write the perfect summary.

📏

Standardized

Strict adherence to Conventional Commits standards. Your changelogs will look clean and professional automatically.

🚀

Auto Push

Setup your workflow to automatically commit and push to your remote repository in one seamless flow.

How it works

01

Write your code

Focus on coding. Hertly Commit automatically stages all your changes before generating the message.

02

Run Hertly Commit

Just type hc. The AI analyzes the diff and generates a message.

hc
03

Done

The commit is created and (optionally) pushed. Your history remains clean and meaningful.

feat(core): implement user authentication

- Add JWT middleware for token validation
- Create login endpoint with rate limiting