commit-gpt icon indicating copy to clipboard operation
commit-gpt copied to clipboard

A GPT-3-based tool that generates Conventional Commits specification commit messages

Conventional Commits Generator

A GPT-3-based tool that uses the input prompts to generate several commit messages that conform to the Conventional Commits specifications.

web site screenshot

Online use

A GPT-3 based Conventional Commits Generator

One-Click Deploy

Deploy with Vercel

Set up environment variables

Rename .env.example to .env.local:

cp .env.example .env.local

then, update OPENAI_API_KEY with your OpenAI secret key.

Next, run Next.js in development mode:

npm install
npm run dev

# or

yarn
yarn dev

The app should be up and running at http://localhost:3000.

Deploy it to the cloud with Vercel (Documentation).