npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

commit-buddy

v1.0.4

Published

AI-poweredddd CLI for generating Conventional Commits from staged git changes.

Readme

🚀 commit-buddy

AI-powered Conventional Commit Generator for Groq

Demo video

commit-buddy is a CLI tool that leverages Groq's blazing-fast LLMs to generate Conventional Commit messages from your staged git changes. Save time, stay consistent, and let AI handle your commit messages!


✨ Features

  • Groq-Only: Built exclusively for Groq's LLM API for ultra-fast, accurate commit messages.
  • Seamless Git Integration: Reads your staged changes and crafts a detailed, actionable commit message.
  • Easy to Use: One command, instant results.

📦 Installation

Install globally with your favorite package manager:

npm install -g commit-buddy

or

yarn global add commit-buddy

or

pnpm add -g commit-buddy

⚡️ Usage

  1. Stage your changes:
    git add .
  2. Run commit-buddy:
    commit-buddy
  3. Review and use the generated commit message!

🛠️ Configuration

Create a .env file in your project root to configure your API keys:

GROQ_API_KEY=your-groq-api-key-here
OPEN_ROUTER_API_KEY=your-qwen-api-key-here
  1. Groq API Key: Go to your [Groq Console](your Groq Console and generate an API key.

    GROQ_API_KEY=your-groq-api-key-here
    • Or set the environment variable directly in your shell.
  2. Qwen API Key: Go to openrouter.ai. Click Models and select (qwen/qwen3-235b-a22b Free Tier) Generate an API key

    OPEN_ROUTER_API_KEY=your-qwen-api-key-here

  1. Optional: Model Provider By default, commit-buddy uses Groq's LLM API. You can also use Qwen by setting the environment variable.
    MODEL_PROVIDER=qwen

📝 Example

$ git add .
$ commit-buddy
✔️ Generating commit message ...

📄 License

MIT


Created with ❤️ for users. Contributions welcome!