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

boardroom-ai

v0.5.0

Published

Your one-person company, incorporated. A board of AI directors that learns you, picks its own agenda, debates with evidence, rules with a confidence score, scores itself against reality — then an executor that actually does the work after one click.

Readme

Boardroom

Your one-person company, incorporated.

Hermes and OpenClaw gave your AI hands. Boardroom gives it a company: a board of directors that learns you, picks its own agenda, debates with evidence, rules with a confidence score — and then an executor that actually does the work, after you press one button.

the company learns you → founds divisions around your interests →
convenes its own meetings → debates → verdict (confidence + falsifier) →
execution plan → [ YOU: Execute / Decline ] → real execution (browser, shell, files) →
results filed → verdicts scored against reality

Why people use it

  • You stop being the operator. Other agents wait for instructions. This company finds its own work: it reads your decision history, learns what you care about, and convenes the meetings you would have wanted — including errands ("that filing is due — should we handle it now?").
  • Decisions you can trust. No single-model hot takes. Independent seats argue, concede, and change their minds; a red team tries to kill every verdict before it reaches you. Each verdict ships with a confidence score, a falsifier ("here's what proves us wrong, by this date"), and a cheap experiment.
  • It's accountable. Every decision lands in a ledger with a review date, then gets scored against what actually happened. Your board keeps a batting average. No other AI measures its own judgment.
  • Nothing runs without you. Execution plans pile into an approval queue. Two buttons: Execute or Decline. Outward-facing steps (sending, posting, deploying) only run when you explicitly approve that plan; payments and trades stay hard-held for a human every time.
  • It actually executes. Approved plans run with real tools — a real browser (Playwright), shell, files — and save evidence screenshots of what was done.

Quick start

npx boardroom-ai            # launches the app + opens your browser → http://localhost:4242
npx boardroom-ai "Should I raise my prices?"   # or run one board meeting in the terminal

Or from source:

git clone <repo> && cd boardroom && node server.mjs   # → http://localhost:4242

Zero config: if you have Claude Code, Codex CLI, or Gemini CLI installed, it just works on your existing subscription — no API key. Otherwise paste one key once (Anthropic / OpenAI / Gemini); it's stored locally with 0600 permissions and never displayed again.

On your phone, no telegram. Run boardroom and it prints a http://<your-lan-ip>:PORT link (+ a QR code if qrencode is installed) — open it on a phone on the same wifi for the full app: convene, approve, execute. Away from home? boardroom share opens a token-gated public link via cloudflared. Tap 🔔 for lock-screen push when your board finds work or needs approval (iPhone: Add to Home Screen first).

Mac menubar app. A real desktop program lives in desktop/ — a menu-bar app that runs the board 24/7 and opens the UI in its own window (execution needs this machine: your claude CLI + your logged-in browser). Dev: cd desktop && npm install && npm start. Build a .dmg: npm run distdesktop/dist/Boardroom-<ver>-arm64.dmg. The app carries its own runtime, so end users need no Node.

  • Staff — hire seats with lenses that match your business. Mix models per seat (chair on Fable, seats on Sonnet, a GPT seat alongside).
  • Boardroom — bring one decision, or flip on Autopilot and let the company run itself.
  • Approvals — everything the company wants to do waits here for your Execute/Decline.
  • Ledger — watch the batting average accumulate.
  • Phone — wire a Telegram bot and run it from anywhere: get verdicts pushed, reply go <id> to execute.

Full guide: GUIDE.md · 한국어 가이드


Boardroom (한국어)

1인 회사의 법인화.

Hermes와 OpenClaw가 AI에게 손을 줬다면, Boardroom은 회사를 줍니다. 당신을 학습하는 이사회가 스스로 안건을 찾아 회의하고, 근거로 싸워 판결을 내리고 — 당신이 버튼 하나 누르면 executor가 실제로 실행합니다.

  • 오퍼레이터에서 오너로. 다른 에이전트는 시켜야 움직입니다. 이 회사는 스스로 일을 찾습니다 — 당신의 결정 기록을 읽고, 관심사를 학습하고, 필요한 회의를 알아서 소집합니다. "이 행정 처리 기한이 다가오는데 지금 해둘까요?" 같은 안건까지.
  • 믿을 수 있는 결정. 좌석들이 독립적으로 주장하고 서로 공격하고 설득되면 입장을 바꿉니다. 레드팀이 모든 판결을 죽이려 들고, 살아남은 판결만 확신도·반증조건·검증실험과 함께 도착합니다.
  • 책임지는 AI. 모든 판결이 원장에 기록되고 나중에 현실과 대조해 채점됩니다. 자기 타율을 공개하는 유일한 AI.
  • 당신 없이는 아무것도 실행 안 됨. 실행 계획은 승인 큐에 쌓이고, Execute/Decline 두 버튼이 전부. 결제·발송·매매는 영원히 사람 몫.
  • 진짜 실행. 승인하면 실제 브라우저·셸·파일로 수행하고 증거 스크린샷을 남깁니다.

Tests

npm test   # zero-dependency suite (node --test)