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

aerocart

v0.1.3

Published

Create a new AeroCart store — sell digital products with Next.js and Stripe

Readme

AeroCart

Sell digital products with Next.js and Stripe. Zero monthly fees. Secure file delivery. Full source code.

  • npm: https://www.npmjs.com/package/aerocart
  • GitHub: https://github.com/byronjohnson/aerocart
  • Website: https://aerocartshop.com
  • Docs: https://aerocartshop.com/docs

Quick Start

npx aerocart my-store
cd my-store
npm run dev

Open http://localhost:3000 — your store is running.

What You Get

  • Stripe Checkout — Secure payments out of the box (credit cards, Apple Pay, Google Pay)
  • Secure file delivery — Server-proxied downloads, source URLs never exposed
  • Shopping cart — React Context + localStorage, persists across pages
  • Responsive UI — Built with Tailwind CSS, looks great on every device
  • Next.js 16 — App Router, Server Components, API Routes
  • 5-minute setup — Interactive wizard configures Stripe keys automatically

Use Cases

AeroCart is built for developers who want to sell:

  • Ebooks, PDFs, and written content
  • Software, code templates, and plugins
  • Video courses and educational materials
  • Design assets, fonts, and graphics
  • Music, audio files, and sample packs
  • Photography presets and high-res images

Requirements

How It Works

  1. npx aerocart my-store — scaffolds your project from the latest release
  2. The setup wizard configures your Stripe keys
  3. Edit src/lib/inventory.js to add your products
  4. Deploy to Vercel, Netlify, Railway, or any Node.js host

Configuration

After scaffolding, your Stripe keys are in .env.local:

STRIPE_SECRET_KEY=sk_test_...
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_...

Free vs Pro

| Feature | Free | Pro | |---------|------|-----| | Products | 1 | Unlimited | | Stripe Checkout | Yes | Yes | | Secure file delivery | Yes | Yes | | Shopping cart | Yes | Yes | | Source code | Full access | Full access | | Priority support | — | Yes | | Price | $0 | $50/year |

Upgrade at aerocartshop.com/pricing.

Why AeroCart vs Alternatives?

| | AeroCart | Gumroad | Shopify | Lemon Squeezy | |---|---------|---------|---------|---------------| | Monthly fees | $0 / $50yr | $0-10/mo | $29-299/mo | $0 | | Transaction fees | Stripe (~2.9%) | 5-10% + Stripe | 2.9% + $0.30 | 5% + Stripe | | Source code | Full (MIT) | None | None | None | | Self-hosted | Yes | No | No | No |

Links

License

MIT