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

networkr

v0.2.0

Published

One-line install for the Networkr SEO network — audit, onboard, and auto-publish SEO blog content to your site. Agent-first, no dashboard.

Readme

networkr

One-line install for the Networkr SEO blog network.

Networkr audits your site, writes SEO-optimised posts on a schedule, and cross-links you with sibling sites in the same network — without a dashboard. This CLI is the install path for humans and agents alike.

Install

npx networkr init

That's it. The CLI prompts for your domain + email, audits your site, lets you pick a writing flavour, generates a sample article for approval, and activates cron publishing. It writes the resulting API key to .env.local and ensures it's gitignored.

Commands

npx networkr init                    # First-time install — audit, pick voice, activate, mint key
npx networkr status                  # Show current checklist + next step for this site
npx networkr build-hook set <url>    # Register your host's rebuild webhook (Netlify / Vercel / CF / GH Actions)
npx networkr build-hook test         # Fire it once to confirm it triggers a real build
npx networkr connect                 # Open the connect wizard for social, email, ads providers
npx networkr --help                  # All commands + env variables
npx networkr --version               # Print version

What you get after init

  • A free SEO blog publishing on a cron schedule, written in your picked voice.
  • A tenant API key (nwk_live_...) stored in .env.local — scoped to your network, revocable anytime.
  • Cross-linking with sibling sites on the network (opt-in, topically matched, DA-band aware).
  • SEO audit profile stored by Networkr so the pipeline knows your niche, topics, and on-page issues.

Environment variables

| Variable | Purpose | Default | |---|---|---| | NETWORKR_API | Backend URL | https://api.networkr.dev | | NETWORKR_KEY | Tenant API key (written by init) | — | | NETWORKR_SITE_ID | Site ID (written by init) | — |

After install

  1. Add blog rendering if you picked hosted storage — fetch from GET /api/blog/<site_id>/posts and render at /blog + /blog/[slug].
  2. Set a build hook so new posts appear on your static frontend without a manual redeploy: npx networkr build-hook set <url>. Works with Netlify, Vercel, Cloudflare Pages, GitHub Actions repository_dispatch, Render, Railway, Fly. Verify with npx networkr build-hook test.
  3. Check state anytime: npx networkr status.

Links

License

MIT