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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@snapcommit/cli

v3.11.10

Published

Instant AI commits. Beautiful progress tracking. Never write commit messages again.

Readme

SnapCommit

Snap. Commit. Track.

Instant AI commits. Beautiful progress tracking. Never write commit messages again.

npm version License: MIT

What is SnapCommit?

SnapCommit is a CLI tool that makes Git & GitHub effortless:

  1. ⚡ Instant AI Commits - Professional messages in one command (snap)
  2. 🌍 Natural Language - Just say what you want: "create a PR", "merge main"
  3. 📊 Beautiful Stats - Track your coding journey with gorgeous analytics
  4. 🔥 Streak Tracking - Gamification to keep you motivated
  5. 🚀 Universal - Works everywhere (any IDE, any terminal, any OS)

Quick Start

# Install globally
npm install -g snapcommit

# Set up (adds aliases)
snapcommit setup

# Make your first commit
snap  # That's it!

Installation

Option 1: npm (Recommended)

npm install -g snapcommit

Option 2: Install Scripts

macOS / Linux:

curl -fsSL https://snapcommit.dev/install.sh | bash

Windows (PowerShell):

iwr https://snapcommit.dev/install.ps1 | iex

Setup

After installation, run setup to integrate with your shell:

snapcommit setup

This adds snap and sc aliases. Restart your terminal and you're ready!

Usage

Interactive Mode

Type snap to enter interactive mode:

$ snap
⚡ SnapCommit Interactive Mode

snap> commit my authentication work
✅ feat(auth): implement user authentication system

snap> create a PR
✅ PR #42 created

snap> check ci
✅ All checks passed

Just Talk to It 💬

SnapCommit is Cursor for Git - no commands to memorize. Just describe what you want:

snap> commit my authentication work
✅ feat(auth): implement user authentication system

snap> I messed up, go back to how it was before
✅ Reverted last commit

snap> open a pull request for this feature
✅ PR #42 created

snap> did the tests pass?
✅ All CI checks passed

That's the whole point - talk naturally, like you would to a teammate. SnapCommit figures out what you mean.

Authentication

SnapCommit includes built-in AI models! No API keys needed.

  1. Sign up at: https://snapcommit.dev/login
  2. Subscribe: $9.99/month or $100/year
  3. Get your token: From your dashboard
  4. Authenticate CLI: Enter token when prompted

After installing, the CLI will guide you through authentication on first use.

Features

  • AI Commit Messages - Claude 4.5 Sonnet generates perfect commits
  • Natural Language Git - No more memorizing commands
  • GitHub Integration - PRs, CI checks, workflows, releases
  • Progress Tracking - Streaks, heatmaps, milestones
  • Multi-Repo Support - Switch between projects seamlessly
  • Conflict Resolution - AI-guided merge conflict solving
  • Smart Error Handling - Auto-retry with intelligent fixes
  • Privacy First - Local-first, minimal data sent to AI
  • Cross-Platform - macOS, Linux, Windows

Pricing

  • Monthly: $9.99/month - Unlimited AI commits, all features
  • Yearly: $100/year - Save 17% (best value!)

Supported Platforms

  • ✅ macOS (zsh, bash, fish)
  • ✅ Linux (zsh, bash, fish)
  • ✅ Windows (PowerShell, Git Bash, WSL)
  • ✅ Any terminal, any IDE

Requirements

  • Node.js 18+
  • Git installed
  • API keys (we'll help you get them)

Documentation

Full docs at snapcommit.dev/docs

Support

License

MIT © SnapCommit Team


Made with ❤️ for developers who want to focus on building, not git messages.

WebsiteX/Twitter