Conventional Commit Builder
Write conventional commits online: type, scope, subject, body, breaking footer. Live lint warnings, copy-ready.
Conventional commit builder
Message
feat(auth): add login rate limit
How to use
- Pick type, optional scope, and subject (imperative, lowercase, no period, 72 max).
- Add body and breaking footer as needed.
- Copy the message; lint warnings flag violations.
FAQ
Why conventional?
Machine-readable history powers changelogs (semantic-release) and bisect-friendly logs.
Subject rules?
Imperative, lowercase, no period, ≤72 chars — the tool warns on violations.