<p>Today, npmx launches its alpha release. We’re thrilled to be part of the moment and want to celebrate npmx: a radically better npm browsing experience that surfaces the information you need to help choose the best packages. We’re also excited to share our small contribution to the mix: adding live UI component examples so you can see what you’ll get before installing.</p><h2 id="what-is-npmx">What is npmx?</h2><p>If you’ve ever tried to evaluate an npm package, you know the drill. Open npmjs.com, skim the README, then bounce to GitHub for the source, pkg-size.dev for the size, Are The Types Wrong for the TypeScript story, and maybe Socket.dev for a security check. You’re six tabs deep before you’ve even decided if the package is worth installing.</p><p>npmx.dev is changing that. It’s a fast, modern, community-built browser for the npm registry that puts everything you need in one place: install size, module format badges, outdated dependency warnings, vulnerability metadata, download trends, and more. And it does all this with dark mode, keyboard navigation, a fantastic code viewer, and much more. This is just the beginning!</p>

storybook.url field in your package.json, pointing to your deployed Storybook. Popular UI libraries like Chakra UI and React Aria already do this, and we hope that this npmx collaboration will make the practice widespread.</p><h2 id="npmx-adopts-storybook">npmx adopts Storybook</h2><p>We’re also helping npmx adopt Storybook for their own development workflow.</p><p>The npmx community set up Storybook for their own Nuxt project, with Storybook core team members pitching in on the PR. The community response was immediate and enthusiastic.</p><p>Additionally, Chromatic is sponsoring the npmx project with free visual and accessibility snapshot testing. This means every PR to npmx is automatically checked for visual regressions and WCAG compliance — the same workflow used by the world’s top UI teams. Now available to the npmx community at no cost.</p><h2 id="the-npmx-vibes">The npmx vibes</h2><p>npmx was started by Daniel Roe and Matias Capeletto (patak), names you might recognize from the Nuxt and Vite ecosystems. In just a few months, it’s grown to 150+ contributors and 2,000+ GitHub stars, fully open source with a clear governance model that welcomes all kinds of contributions.</p><p>What stands out is the culture. People are opening their first-ever OSS PRs on npmx. Contributors are saying the project reignited their love for the web. The community recently took an entire week off together, closing Discord and pausing GitHub to touch grass. Anthony Fu called it out: “Simply, more OSS projects should DO THIS.”</p><p>And today, on launch day, that energy is on full display: dozens of community members, projects, and collaborators are all publishing their own announcements and celebrations of npmx at the same time. This isn’t a corporate marketing campaign. It’s a community showing up for something they genuinely believe in.</p><p>We’re huge fans of what the npmx community is building. A faster, more informative, more human npm browsing experience is something the entire JavaScript ecosystem benefits from. Today’s alpha is just the starting line, and we’re proud to be running alongside them. 💙</p><hr /><p>npmx launches today! Check out npmx.dev, join the community at chat.npmx.dev, and follow along on Bluesky. See what others are saying about the launch across the ecosystem.</p><p>To add your Storybook to your package on npmx, add a "storybook" field to your package.json:</p><pre>{
"storybook": {
"url": "<https://your-storybook-url.com>"
}
}</pre>