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

tux-review

v0.1.8

Published

TUX - TUX UIX review system: attach structured, machine-readable feedback directly to running web UIs (pages, routes, components, elements, states) with a deterministic CLI, canonical JSON and LLM-friendly skills.

Readme

TUX Review

TUX turns a running web UI into a review artifact. Reviewers can attach structured, machine-readable feedback to pages, routes, components, element instances, and UI states directly in the browser.

This is the Node.js/npm variant of TUX. It includes the tux CLI, a local review server, framework templates, and the framework-agnostic Review Client. It has no runtime dependencies and requires Node.js 20 or newer.

Choose this package if your project uses npm/JavaScript or you need the tux-review/client JavaScript export. If you only want a stdlib-only CLI and server, install the separate but command-compatible Python package from PyPI instead. Do not install both for one project.

Install

Run the CLI without a global installation:

npx --yes --package=tux-review tux --help

Or install it in the project (recommended):

npm install --save-dev tux-review
npx tux --version

Typical workflow

After installation, run every CLI command through npx tux … (or tux … if you installed it globally). For a clickable design:

npx tux design install --framework vanilla
npx tux design create --framework vanilla --name checkout
npx tux design start-review

For an existing application, use the live-review workflow:

npx tux live install
npx tux live start-review --url http://localhost:3000

Feedback is stored in .tux/feedback.json by default and can be inspected or exported with tux feedback show and tux feedback export.

What is included

  • A deterministic CLI for design and live UI reviews
  • A plain-JavaScript browser Review Client (tux-review/client)
  • Vanilla, React, Vue, and Angular design templates
  • Canonical JSON feedback and agent skills

Documentation and support

The complete guide, examples, and normative specification are in the GitHub repository. Report issues at github.com/sommelo1/tux/issues.

License

MIT