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

shared-brainstorm

v3.3.0

Published

[![npm version](https://img.shields.io/npm/v/shared-brainstorm.svg)](https://www.npmjs.com/package/shared-brainstorm) [![total downloads](https://img.shields.io/npm/dt/shared-brainstorm.svg)](https://www.npmjs.com/package/shared-brainstorm) [![license](ht

Readme

shared-brainstorm

npm version total downloads license

Get your team's input on your AI agent's design decisions — live in their browser, in seconds, with nothing to install.

Your AI plans alone, but real product decisions need your team. Your agent asks "Postgres or DynamoDB?" — your teammates weigh in on a live page — your agent plans with their answer.

What you get

  • Link-only join — the host approves each joiner (no code). Teammates just open the link in any browser.
  • Teammates submit suggestions, comments, and clarifying questions in real time.
  • Live presence indicators and session status visible to all participants.
  • Batch questions — the agent can post multiple questions at once; teammates answer in any order.
  • Talk-with-AI — participants can ask the agent clarifying questions; the reply appears inline.
  • Per-room chat — teammates can discuss freely alongside the suggestion stream.
  • Coordinator web UI — drive the session from a browser tab alongside the CLI; approve, lock, and kick participants.
  • Coordinator as planner — you can add your own answer to the pool (shown to teammates as "Coordinator") and then pick the final answer from all candidates, yours included.
  • A transcript of every decision saved to ~/.shared-brainstorm/sessions/.

Install

npx shared-brainstorm --install claude-code

Then restart Claude Code. Other agents:

npx shared-brainstorm --install codex
npx shared-brainstorm --install opencode
npx shared-brainstorm --install gemini-cli

For shareable links beyond your LAN, install cloudflared (free, zero-config tunnel):

# macOS
brew install cloudflare/cloudflare/cloudflared

# Linux
wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
sudo dpkg -i cloudflared-linux-amd64.deb

Skip cloudflared if your team is already on the same network.

How it works

Ask your agent to brainstorm with your team — for example:

"Brainstorm the auth flow with my team."

Your agent will:

  1. Spin up a session, open the coordinator view in your browser automatically, and hand you a share link for your teammates.
  2. Your teammates open the link — the host approves each one before they enter the session.
  3. Post questions to the live page (one at a time, or a batch). Teammates submit suggestions and comments in real time.
  4. Pick the final answer from the CLI or from the coordinator browser UI — or add your own answer as a planner first, then pick from the whole pool. Lock or kick participants as needed.

You can drive the whole session from the terminal; the coordinator browser UI is available for a more visual experience.

Documentation

  • Configuration — environment variables, rate limits, bind address, cloudflared version pin.
  • Development — monorepo layout, build, and test commands.
  • Releasing — how a new version gets published to npm.

Contributing

PRs welcome. By opening a pull request you agree to the project's CLA. You keep the copyright in your contribution; you just grant the project a broad license to ship it under AGPL today and under other licenses.

License

AGPL-3.0-or-later. You can use, modify, and redistribute this software freely — including running modified versions as a hosted service — as long as any such copy stays under AGPL, makes its source available, and gives credit back to this project.