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

prism0x2a

v0.25.1

Published

prism0x2A — local-first code intelligence dashboard. Powered by prismlens.

Readme

prism0x2A

Local-first code intelligence dashboard for any project.

Install it. Open it. See what your codebase is actually doing.

Install

npm install --save-dev prism0x2a

Quickstart

npx prism init       # scaffold .prism/config.json
npm run prism        # open dashboard at http://localhost:3001

Dashboard scans the current directory by default. --target PATH points it anywhere.


CLI Reference

prism dev [--port N] [--target PATH]
    Start the dashboard. Auto-detects a free port starting from 3001.
    --port    Port to listen on (default: 3001)
    --target  Directory to scan  (default: cwd)

prism init
    Initialize prism0x2A in the current project.
    Creates .prism/config.json and adds a "prism" script to package.json.

prism --version
prism --help

What's Inside

| Layer | What it shows | |-------|--------------| | BLUE | Import cycles, dependency graph, churn hotspots, session replay | | AMBER | Test coverage heatmap, capability registry, coverage trends | | GREEN | Auto-generated insights, custom queries, cross-layer intelligence |

All analysis runs locally. Nothing is sent to a server.


Monorepo Support (Pro)

prism0x2A detects pnpm, npm, yarn, lerna, nx, and turbo workspaces automatically. A workspace switcher appears in the dock. Each workspace gets its own scan state.

Upgrade: Settings → License → Activate.


Architecture

app/
  blue/                  # BLUE layer — cycles, graph, churn
  amber/                 # AMBER layer — coverage, capabilities
  green/                 # GREEN layer — insights, queries
  settings/              # Settings — LLM provider + license
  api/                   # All API routes (scan, config, license, monorepo…)
lib/prism/
  blue/                  # BLUE scan store + types
  amber/                 # AMBER scan store + coverage store
  green/                 # GREEN insight + query stores
  monorepo/              # Monorepo detection (6 detectors)
  license/               # License types, store, validation
  hooks/                 # React hooks: useTargetPath, useActiveWorkspace, useLicense
bin/prism.js             # CLI — dev, init, --version, --help

Roadmap

| Phase | Description | |-------|-------------| | 0 | ✅ Scaffold, DS tokens, cycle detection | | 1 | ✅ CLI distribution — npm install --save-dev | | 2.0–2.3 | ✅ BLUE + AMBER + GREEN + Settings | | 2.4 | ✅ Monorepo support (v0.6.0) | | 0.6.1 | ✅ npm publish + License foundation | | 3 | CI integration, persistent scan cache, team features |

Brand

Typography: prism (regular weight) + 0x2A (mono, sky-500).
Always written: prism0x2A in plain text contexts.
CLI binary: prism.

Why "0x2A"? It's hex for 42.