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

bmad-viewer

v0.2.0

Published

Visual dashboard for BMAD (Boring Maintainable Agile Development) projects. Wiki browser + sprint status viewer with live reload.

Readme

bmad-viewer

Stop wasting tokens asking "where am I?" — see your BMAD project status, browse the full agent/workflow catalog, and search everything with Ctrl+K. Zero tokens, zero config.

bmad-viewer demo

The problem

BMAD is powerful — 21 agents, 43 workflows, hundreds of resources. But:

  • New users face 500+ markdown files with no map
  • Active developers burn tokens every morning asking the agent "where did I leave off?"
  • Non-technical stakeholders can't see project progress without opening a terminal
  • Solo devs don't know half the capabilities BMAD offers

bmad-viewer fixes all of that with a single command.

Quick start

From Claude Code — just type:

/viewer

The package includes a /viewer slash command that auto-installs as a skill. Claude launches the dashboard for you in the background.

From terminal:

npx bmad-viewer

Auto-detects your _bmad/ folder, opens your browser, dashboard ready.

What you get

Wiki / Catalog — Browse all BMAD modules (Core, BMB, BMM, CIS) with a navigable sidebar. Click any agent or workflow to read its full description rendered as clean HTML.

Project Viewer — Sprint status at a glance: stats boxes + kanban columns (Pending → In Progress → Done). Reads directly from your sprint-status.yaml. Auto-refreshes when files change on disk.

Fuzzy Search (Ctrl+K) — Find any agent, workflow, or tool instantly. Tolerates typos. You type "brainstrom", you get "brainstorming".

Dark/Light theme — Respects your OS preference, toggle manually anytime. Persists across sessions.

Who is this for

| You are... | You get... | |------------|-----------| | New to BMAD | A visual map of everything BMAD offers — no more guessing which agent does what | | A developer mid-sprint | Sprint dashboard on your second monitor, always up to date, zero tokens spent | | A solo dev | Discover workflows you didn't know existed via search | | A stakeholder | A shareable link with project progress — no terminal needed | | An open source contributor | A complete catalog to understand how BMAD fits together |

CLI options

bmad-viewer [options]

Options:
  --port <number>       Custom port (default: auto-detect from 3000)
  --path <directory>    Path to BMAD project (default: auto-detect _bmad/ in cwd)
  --output <directory>  Generate static HTMLs (no server)
  --no-open             Don't open browser automatically
  --version             Show version
  --help                Show help

How it works

bmad-viewer reads the files BMAD already generates — CSV manifests, YAML configs, Markdown docs — and renders them as a local HTML dashboard. The filesystem is the database. No backend, no data entry, no sync.

When you edit a file, a file watcher detects the change and pushes an update to your browser via WebSocket. The dashboard refreshes automatically.

Requirements

  • Node.js 18+ (LTS)
  • A project with BMAD installed (_bmad/ folder)

Try without a BMAD project

npx bmad-viewer --path ./node_modules/bmad-viewer/example-data

Bundled example data lets you explore the dashboard without a real project.

Contributing

Issues and PRs welcome at github.com/CamiloValderramaGonzalez/bmad-viewer.

License

MIT