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

hacksmith

v0.0.20

Published

From browsing to building. One command.

Readme

 _                _                     _ _   _
| |__   __ _  ___| | _____ _ __ ___  (_) |_| |__
| '_ \ / _` |/ __| |/ / __| '_ ` _ \ | | __| '_ \
| | | | (_| | (__|   <\__ \ | | | | || | |_| | | |
|_| |_|\__,_|\___|_|\_\___/_| |_| |_|/ |\__|_| |_|
                                   |__/

From browsing to building. One command.

npm version npm downloads CI Status License Node.js TypeScript GitHub Stars Contributions Welcome


⚠️ Alpha Stage Notice: Hacksmith is currently in closed alpha with a restrictive license that prevents commercial use and redistribution. Contributions are welcome! This will transition to a permissive open-source license (MIT/Apache 2.0) upon stable release. Read the license →


You know that moment when you find a great new service, read the docs, and think "I'll integrate this later"? Later never comes. The setup is tedious. The docs are scattered. You forget the steps.

Hacksmith fixes that.

It's a CLI that turns integration docs into executable workflows. Someone writes a blueprint once, you run it, answer a few questions, and you're live. No more copy-pasting code snippets, hunting for API keys, or wondering if you missed a step.

Try it now

npx hacksmith saif-shines/hacksmith-blueprints

That's it. Hacksmith will fetch the blueprint from GitHub and walk you through it. Want to run your own? Use any owner/repo combo where you've published blueprints.

Installation options

Want it installed permanently?

# Via npm
npm install -g hacksmith

# One-line binary install (no Node.js needed)
curl -fsSL https://raw.githubusercontent.com/saif-shines/hacksmith/main/scripts/install.sh | bash

Full installation guide →

What can you do with it?

  • Onboard faster: New team members run a blueprint and get their entire dev environment configured
  • Integrate in minutes: Add Stripe, Auth0, or any service without reading 47 tabs of documentation
  • Standardize setup: Your whole team follows the same steps, every time
  • Resume anywhere: Started on your laptop, interrupted? Pick up where you left off on your desktop

How it works

  1. Someone writes a blueprint (a TOML file defining the workflow)
  2. You run it: npx hacksmith owner/repo
  3. Hacksmith guides you through prompts, runs commands, generates code
  4. You're done. Integration live.

Blueprints can live in any GitHub repo. Point Hacksmith at it and go.

Learn more

Contributing

This is a monorepo with the CLI (packages/hacksmith) and docs site (apps/website).

Quick start for contributors:

# Install dependencies
pnpm install

# Run CLI in dev mode
pnpm dev

# Run the docs site
pnpm site:dev

# Run tests
pnpm test

See CLAUDE.md for detailed development guidelines.


Built by developers who got tired of spending hours on setup that should take minutes.