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

@mwillbanks/tuil-ghostty-web

v1.0.2

Published

Browser adapter that runs existing TUIL Ink applications inside Ghostty Web.

Readme

tuil

tuil combines a renderer-neutral application runtime, React Ink compatibility, deterministic cell rendering, typed forms and routes, focus and hotkey management, cancellable operations, persistent workflows, plugins, themes, source-owned components, portable stories, and semantic testing. Applications share one set of runtime contracts across interactive terminals, redirected output, tests, documentation, and Storybook.

Read the documentation

Why tuil

| Capability | What it provides | | --- | --- | | Application runtime | Explicit services, lifecycle, capabilities, typed events, and teardown | | Terminal-native UX | Focus scopes, hotkey sequences, overlays, forms, routing, and responsive layouts | | Deterministic output | Interactive, static, text, silent, and JSON modes from the same application | | Portable stories | One catalog for live previews, Storybook, snapshots, and generated documentation | | Semantic testing | Query roles and labels instead of brittle terminal coordinates | | Source ownership | Install inspectable components and blocks through the registry CLI | | Live composition | Observable plugin extensions and capability-normalized theme switching |

Install

Install the framework, Ink adapter, renderer, and React:

npm install @mwillbanks/tuil @mwillbanks/tuil-ink ink react

Create a project with the self-hosted initializer:

npx @mwillbanks/tuil init

The initializer validates the destination before writing and can install registry components and bundled Agent Skills alongside the generated application.

Ecosystem

  • @mwillbanks/tuil — application creation, runtime services, and the CLI
  • @mwillbanks/tuil-ink — Ink rendering, input, semantics, and overlays
  • @mwillbanks/tuil-form — typed forms, validation, and controlled fields
  • @mwillbanks/tuil-router — typed routes, guards, history, and layouts
  • @mwillbanks/tuil-operations — observable asynchronous work and cancellation
  • @mwillbanks/tuil-workflow — persistent, resumable multi-step workflows
  • @mwillbanks/tuil-plugin — dependency-aware plugin lifecycle
  • @mwillbanks/tuil-theme — tokens, variants, utilities, and theme registries
  • @mwillbanks/tuil-testing — portable stories and semantic assertions
  • @mwillbanks/tuil-testing-ink — Ink-backed application test rendering
  • @mwillbanks/tuil-story — browser, Storybook, snapshot, and docs adapters

The complete package map, architecture, component registry, examples, skills, and migration guidance live in the documentation.

Development

Bun 1.3.14 or newer is required.

bun install --frozen-lockfile
bun run check
bun run docs

bun run check validates formatting and types, runs coverage-gated tests, builds every publication artifact, and audits the project with Fallow. Run the dependency security gate separately:

bun run security

See CONTRIBUTING.md for the complete workflow and pull request expectations. Usage questions and maintenance expectations are in SUPPORT.md; community participation is governed by the Code of Conduct.

Security

Do not report vulnerabilities in a public issue. Follow SECURITY.md to submit a private GitHub Security Advisory.

License

MIT