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

create-launchkit

v1.2.0

Published

Clone and configure a new LaunchKit SaaS app (Free or Pro)

Readme

create-launchkit

The official CLI for LaunchKit — Ship your SaaS this weekend.

It clones the right repo, makes it your project, and configures your stack — all in one command.

Usage

npx create-launchkit@latest my-app
# or: pnpm create launchkit@latest my-app

The CLI will:

  1. Ask what your app is called (and what it does)
  2. Ask which edition you want — Free (open template) or Pro (paid)
  3. Clone the matching repo into your project directory
  4. Personalize it — set the package name, app name, and a fresh git history
  5. Walk you through stack selection (database, auth, payments, AI, storage)
  6. Write launchkit.config.ts + apps/web/.env.local, run pnpm install, and migrate
  7. Generate a TODO.md checklist of exactly what's built and what keys you still need
  8. Optionally generate a CLEANUP.md — a stack-aware prompt you paste into Claude Code / Cursor to safely strip out the providers you didn't pick (it never deletes anything itself, since those edits touch shared factories and pages)

Free vs Pro

| Edition | Repo | Access | |---------|------|--------| | Free | launchkit-free (public, MIT) | Cloned immediately | | Pro | launchkit-pro (private) | Requires your paid GitHub collaborator access |

How Pro access works

Pro is gated by GitHub collaborator access on the private repo — that's the security boundary, so the CLI never asks for or stores any license key.

  • If you can already reach the private repo (you've accepted your invite), the CLI clones it directly.
  • If not, the CLI opens getlaunchkit.app/portal, where you sign in (this verifies your purchase) and enter your GitHub username to get invited as a collaborator. Accept the invite, return to the terminal, press Enter, and the CLI resumes.

Run from inside an existing clone

If you run the CLI from within a LaunchKit project, it skips cloning and goes straight to the stack wizard to reconfigure your launchkit.config.ts and .env.local.

Options

npx create-launchkit@latest invoices --pro --name="Acme Invoicing" --db=neon --auth=clerk

| Flag | Description | |------|-------------| | [directory] | Target directory (positional, create-next-app style) | | --free / --pro | Pick the edition without the prompt | | --name="My App" | Your app's name | | --db | neon (default), supabase | | --auth | clerk (default), nextauth, supabase | | --payments | stripe (default), lemonsqueezy, paddle |

Requirements

  • Node.js 20+
  • pnpm 9+
  • git
  • A LaunchKit Pro purchase (for the Pro edition) — getlaunchkit.app

Documentation

https://getlaunchkit.app/docs