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-strand

v0.2.1

Published

Scaffold an agent-first Strand publication.

Readme

create-strand

Scaffold an agent-first Strand publication — MDX in Git (rendered with next-mdx-remote + remark-gfm for pipe tables), a strict content schema, and SEO + AI-search (GEO) built into the core. No database, no CMS UI.

npm create strand@latest

What it asks

  • Project name and frontend — the default Next.js theme, headless (@strand-cms/content-api), or Astro.
  • Analytics — cookieless Plausible by default.
  • Author personas — single or multiple.
  • Subscriptions adapter — optional.
  • Agent integration — Skills + CLI (human-in-the-loop), Skills + MCP (headless), or both. MCP/Both can additionally provision a dedicated Hermes editor profile (own SOUL, skills, cron, MCP connection), optionally on a schedule.
  • publishModereview (posts ship as PRs; merging publishes) or direct (publish commits to the base branch). This is the human's scaffold-time decision; agents get no flag to change it.
  • Skill set — which marketing skills to install (curated tiers or custom pick), plus Strand's three native skills. Installs only what's missing.
  • Deploy target — Vercel, Cloudflare Pages, Netlify, or self-host.
  • Git init with the first commit.

AI-search optimization is always on — every scaffolded site emits sitemap.xml, robots.txt, feed.xml, JSON-LD, llms.txt / llms-full.txt, and a content-negotiated .md version of every page, statically at build.

What it writes

A ready-to-run project: the content schema and sample content, the chosen frontend with all SEO/GEO routes wired, CI frontmatter validation and a pre-commit hook (via @strand-cms/cli), the analytics and subscriptions adapters, the skill set, a deploy-on-merge GitHub Actions workflow that gates deploys on content validation, and — if chosen — the editor profile distribution.

cd my-publication
npm install
npm run dev

MIT.