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

@servanda/tui

v0.4.0-pre

Published

Servanda terminal surface: the same brief and register as text, over the same five tools

Readme

@servanda/tui

The register as text, for engineers. Full parity with the web client through the same six §7 tools — a different renderer, not a different product.

Same doctrine as @servanda/client-web: notary register, no exclamation marks, human vocabulary (owe / waiting / closed), attention-market ordering only, verification level always shown and never a name above its evidence (M-12).

Seal states render as text marks; verification level as degrees of relief. Terminal colour maps onto Ink / Bone / Wax / Bronze, with Wax still reserved exclusively for the seal.

Gate GE scans this package's user-facing strings for forbidden protocol vocabulary alongside the web client and the email brief — one vocabulary, three surfaces.

Two renderers, one of them a wrapper

frame.ts turns the shared view model into lines. That is the renderer.

ink.ts + ink/servanda-ink.mjs draw those lines with Ink. The component layer knows nothing but rows and keys; what a card says, what order things come in and which action leads are decided in the shared view model, so the two paths cannot drift.

Ink is declared but not installed. ink and react are in this package's dependencies and the workspace has not been installed since. Until pnpm install runs:

  • servanda uses the plain-text renderer, as it always has;
  • servanda --ink finds no Ink, prints one line saying so, and falls back;
  • loadInk() returns null, and packages/tui/ink/servanda-ink.mjs has never been executed.

Nothing in this package claims Ink works. Once the two packages are present, servanda --ink runs the component layer with no build step — it is written in plain createElement, not JSX.