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

memory-atlas-visuals

v0.1.2

Published

Optional presentation gallery for memory-atlas vaults (MDX digests, kit, diagrams)

Downloads

485

Readme

memory-atlas-visuals

Optional presentation plane for memory-atlas vaults.

  • Core (memory-atlas) = data plane (zones, stamp, check) — zero runtime deps
  • This package = Vite + React gallery for frozen MDX digests, kit primitives, diagrams
  • Your vault keeps content only: visuals/illustrated/, visuals/files/

Install (consumer repo)

npm i -D memory-atlas memory-atlas-visuals

In atlas.config.json:

{
  "vaultDir": "my-atlas",
  "visuals": {
    "enabled": true,
    "dir": "visuals",
    "package": "memory-atlas-visuals",
    "port": 4555,
    "concurrentDev": true
  }
}
npx atlas visuals init --write   # content tree under vault
npx atlas wire all               # vendors atlas-skin skills when peer present
npx atlas-visuals dev            # gallery on :4555
# or: npx atlas visuals dev

Env

| Variable | Meaning | |----------|---------| | ATLAS_VISUALS_ROOT | Absolute/relative path to visuals/ (illustrated + files) | | ATLAS_VAULT | Vault root (uses <vault>/visuals unless ROOT set) | | ATLAS_VISUALS_PORT | Dev/preview port (default 4555) | | PIXABAY_API_KEY | Optional heroes via atlas-visuals stock |

Layout

my-atlas/                    # vault (atlas.config vaultDir)
  map/ zones/ specs/ …
  visuals/                   # presentation content (excluded from agent search)
    illustrated/<skin>/…mdx
    files/diagrams|stocks/
    visuals.config.json
# gallery app lives in node_modules/memory-atlas-visuals — not in the vault

Skills (vendored by atlas wire when enabled)

  • atlas-skin — skin a note → MDX digest
  • atlas-visuals-kit — composition craft
  • excalidraw-diagrams — diagram craft bar

concurrentDev

When visuals.concurrentDev: true, run the gallery alongside product dev (two processes). Core does not inject into Next/Vite of your app — wire it in your repo scripts if you want one command:

"dev:all": "concurrently \"pnpm dev\" \"atlas-visuals dev\""

License

MIT