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

@dwmkerr/signalbox

v0.1.2

Published

One board for every agent, terminal, and job you run

Readme

Quickstart

brew install dwmkerr/tools/signalbox
signalbox init

signalbox init walks you through setup: it starts the hub, wires up your coding agents, and checks the menu bar app. It is idempotent - re-run it any time for a status checklist.

What is signalbox?

signalbox is a tool that configures your coding agents to send a signal as they work - when a task is running, when a message comes back, when input is needed. The signals go to an app on your machine, so you can see the status of every session and jump between them through a macOS jumplist.

This means you can:

  • See every session in one place - which are working, which need your input, which failed.
  • Jump to any session with a single keystroke - hit ⌃⌥J, and jump to any session in any terminal, or straight to a CI run in the browser.
  • Monitor many parallel tasks at once - long-running jobs and agent sessions, ordered the way you work.

Open a few agent sessions across your terminals and tmux tabs:

Then hit ⌃⌥J and jump to the one you want:

Features at a glance

  • Clear signals - amber means a session needs your input, blue means output updated, red means failed. The same colours everywhere: jumplist, menu bar, and tmux.
  • Rename sessions - press ⌃R in the jumplist to give any session your own name.
  • Native tmux switcher - a status-line count and an in-tmux picker, no app needed.

Native tmux switcher

Live entirely in the terminal if you prefer. A status-line segment shows the waiting count, and prefix + j opens a picker over the sessions that need you - Enter jumps to the pane. Navigating to a pane clears its signal, because looking at it is seeing it.

Setup is two lines of tmux config - signalbox init prints them, or see docs/tmux.md.

Privacy & Security

signalbox sends signals and messages from coding agent sessions - these can include sensitive data. When running locally, no data leaves your machine. This is an early-stage, experimental project and should still be used with caution.

Building from source

Needs bun:

make install       # compiles the CLI and links it into ~/.local/bin
make app           # builds the menu bar app to components/app/build/Signalbox.app
signalbox init

License

MIT.