Developer Tool

Semantic Commit

Generate semantic commit messages.

Quick Guide

  1. Step 1: Select the commit type (feat, fix, docs, etc.)
  2. Step 2: Optionally add a scope (e.g. auth, api)
  3. Step 3: Enter a short description of the change
  4. Step 4: Click Generate and copy the commit message

What is Semantic Commit?

Semantic Commit creates conventional commit messages following standards. See also: branch-namer or readme-generator.

How It Works

To use Semantic Commit, first select the commit type (feat, fix, docs, etc.). Then, optionally add a scope (e.g. auth, api). After that, enter a short description of the change. The result appears instantly in your browser.

Use Cases

Frequently Asked Questions

What is Semantic Commit?

Semantic Commit creates conventional commit messages following standards. It runs entirely in your browser, with no sign-up and no file uploads.

How do I use Semantic Commit?

First, select the commit type (feat, fix, docs, etc.). Then, optionally add a scope (e.g. auth, api). Enter a short description of the change.

Is Semantic Commit free and private?

Yes - Semantic Commit is completely free and requires no account. Everything runs locally in your browser, so your code and data never leave your device.

Related Tools

Branch Namer

Generate git branch names

Diff Checker

Compare text differences

Code Comment Generator

Generate code comments