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

claude-code-hub

v0.7.2

Published

Unified hub for Claude Code tools — Marketplace + Kanban in one PWA

Readme

Claude Code Hub

npm version license npm downloads

Unified launcher for Claude Code tools — browse plugins in Marketplace, track tasks in Kanban, monitor costs in Cost, and explore memory in Memory, all from a single chromeless PWA.

Kanban:

Kanban Screenshot

Marketplace:

Marketplace Screenshot

Cost:

Cost Screenshot

Memory:

Memory Screenshot

Quick Start

npx claude-code-hub --open

From Source

git clone --recurse-submodules https://github.com/NikiforovAll/claude-code-hub.git
cd claude-code-hub
npm install && npm install --prefix marketplace && npm install --prefix cck && npm install --prefix memory
npm start        # http://localhost:3455

Agent Observability (one-time setup)

For the full Kanban experience — agent log, live subagent tracking, waiting-for-user indicators, and context window monitoring — install the hooks:

npx claude-code-kanban --install

Without hooks you still get the task board, but no agent activity or live indicators. See the Kanban README for details.

Keyboard Shortcuts

| Shortcut | Action | | ---------------- | ----------------------- | | Alt+1 | Switch to Kanban | | Alt+2 | Switch to Marketplace | | Alt+3 | Switch to Cost | | Alt+4 | Switch to Memory | | Ctrl+M | Open Memory for current session (Kanban) | | Ctrl+Alt+Right | Switch to next tool | | Ctrl+Alt+Left | Switch to previous tool |

How It Works

The hub server spawns both sub-apps as child processes, each on its own port. A minimal shell page embeds them in iframes and switches visibility on tab change — zero UI chrome, just keyboard shortcuts.

Included Tools

| Tool | Submodule | Default Port | | ---------------------------------------------------------------------- | -------------- | ------------ | | Marketplace | marketplace/ | 3457 | | Kanban | cck/ | 3456 | | Cost | cost/ | 3458 | | Memory | memory/ | 3459 |

CLI Flags

--port <n>              Hub port (default: 3455)
--marketplace-port <n>  Marketplace port (default: 3457)
--kanban-port <n>       Kanban port (default: 3456)
--cost-port <n>         Cost port (default: 3458)
--memory-port <n>       Memory port (default: 3459)
--open                  Auto-open browser

License

MIT