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

@graphyn/tbh

v0.1.3

Published

Open-source discovery surface for Graphyn modes, lenses, skills, and MCP listings.

Readme

tbh.md

Open-source discovery surface for Graphyn modes, lenses, skills, and MCP listings.

Repository: https://github.com/fuego-wtf/tbh.md

Stack

  • React 19 + TypeScript + Vite

Deploy

Primary: Cloudflare Pages.

Local Development

pnpm install
pnpm run dev

CLI (Open Source)

The repo now includes an executable CLI surface:

pnpm run build:cli
node cli-dist/cli.js --help

Preferred usage after publish (Bun):

bunx @graphyn/tbh find code-review
bunx @graphyn/tbh view @graphyn/code-review
bunx @graphyn/tbh install @graphyn/code-review

Alternative usage:

pnpm dlx @graphyn/tbh find code-review
pnpm dlx @graphyn/tbh view @graphyn/code-review
pnpm dlx @graphyn/tbh install @graphyn/code-review

# npm fallback
npm exec --yes --package @graphyn/tbh -- tbh find code-review
npm exec --yes --package @graphyn/tbh -- tbh install @graphyn/code-review

Static-first install (v0.1.2+)

Install is backend-optional and works from static artifacts by default.

Strategy order:

  1. API (optional override) — attempted only when TBH_INSTALL_API_BASE is set and returns success.
  2. Static artifact — local/remote artifact resolver chain.
  3. Generated — if no artifact exists, CLI generates an install document from catalog metadata.

Current truth contract:

  • CLI commands are executable.
  • Install is backend-optional; without API it installs from static artifacts.
  • TBH_ARTIFACT_BASE_URL controls optional remote static host.
  • TBH_INSTALL_TARGET accepts: default | claude-code | codex | custom.
  • TBH_INSTALL_DIR sets install root for default, and is required for custom.
  • TBH_INSTALL_API_BASE enables optional API strategy; failure degrades to static.
  • Integrity: SHA-256 hash returned in every install payload (integrity field).

Environment

Copy from .env.example:

VITE_TBH_CATALOG_URL=

Only VITE_TBH_CATALOG_URL is needed — it points to the Backyard catalog API. When unset, the app falls back to static sample data.

CLI environment (optional)

TBH_CATALOG_URL=
TBH_ARTIFACT_BASE_URL=https://tbh.md
TBH_INSTALL_TARGET=default
TBH_INSTALL_API_BASE=
TBH_INSTALL_PATH=/api/tbh/install
TBH_INSTALL_DIR=

Route Map

| Path | Purpose | |------|---------| | /find | Browse listings | | /@owner | Owner profile | | /@owner/:type/:slug | Listing detail | | /manage | (Future — not yet active) |

License

MIT