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

multivac

v0.10.0

Published

Brain-driven development CLI: one brain repo of claims, law and ritual, from which an ecosystem of code repos is developed. Deterministic verification, no model in the path.

Readme

multivac

Brain-driven development: one brain repo — a knowledge base of claims, law, and ritual (the closing ceremony of a change, written in .multivac/ritual.md) — from which an entire ecosystem of code repos is developed. You enter only the brain, and the change flows out across whatever repos the feature touches. The practice was proven by hand for months on a real production ecosystem of five repos and a ~5,400-line brain; multivac is the tool that makes it mechanism instead of discipline.

The tool (CLI alias mvac, named after Asimov's world-computer) verifies the brain's claims against the code with content-based anchors — present, absent, unique, count — plans and lands cross-repo changes with declared landing order, projects a single canonical agent door (AGENTS.md) to every harness, and keeps the brain's distribution pinned but fresh. What it cannot verify it surfaces: closing a change prints the team's ritual — who reviews, who is told, what ships before what — as a checklist, never as a gate. Deterministic core, no API key required; git is the enforcement floor.

Status: released, and early. It is on npm — CHANGELOG.md says what each release contained. The day-one capability is implemented and tested — init, verify, doors, doctor, repos, seed, and the change lifecycle — and multivac develops itself with it: this repo is its own brain, its rules are anchored invariants, and CI re-verifies them on every push. What it has not done yet is run against a multi-repo ecosystem — the shape it was designed for.

npx multivac@latest init

Or from source, to work on it:

git clone [email protected]:ulm0/multivac.git && cd multivac
pnpm install && pnpm run build && pnpm link --global   # bins: multivac, mvac

Requires Node >= 24 and pnpm. The full design, including the anchorability measurement that validated the grammar (95.1% of 82 real invariants anchorable), is in DESIGN.md. Docs: https://multivac.ulm0.com

Contributing

Changes ship through multivac's own lifecycle — see CONTRIBUTING.md. If the tool fights you while you use it, that is a bug report, not a bad day: most of what this project has fixed came from writing that friction down. Participation is covered by the Code of Conduct.

License

MIT — see LICENSE. Copyright (c) 2026 Pierre Ugaz.