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

vuetty

v0.3.1

Published

Build reactive Terminal User Interfaces using Vue.js

Readme

Vuetty

A Vue.js custom renderer for building Terminal User Interfaces (TUIs). Vuetty brings Vue's reactive system and component model to the terminal, allowing you to build interactive command-line applications using familiar Vue.js syntax.

Documentation

For detailed documentation, component references, and advanced usage, visit the full documentation.

Features

  • Vue-Powered Reactivity: Leverage Vue's reactive system to build dynamic terminal applications. State changes automatically trigger UI updates.
  • Comprehensive Component Library: Pre-built components for layout, text, input, and data visualization.
  • Flexbox-Inspired Layouts: Create sophisticated terminal layouts using familiar flexbox concepts with Row, Col, and flex ratio components.
  • Single File Component Support: Develop with standard Vue SFC syntax using templates, scripts, and styles.
  • Color Theming Support: Built-in support for color themes to style your terminal applications.
  • Advanced Input Management: Built-in keyboard and mouse input handling with focus management and interactive form components.
  • Optimized Performance: Efficient rendering with smart caching for text, images, and markdown content.

Demo

Vuetty demo

Quick Start

Use the repository's simple-app-example to get a working app with routing and layout in place.

  1. Clone and copy the example
git clone https://github.com/tterrasson/vuetty
cd vuetty
cp -a simple-app-example my-vuetty-app
cd my-vuetty-app
  1. Install dependencies
bun install
  1. Run the example
bun run dev

Press Ctrl+C to stop it.

Running examples

From the repo root, list and run component examples:

bun run dev --list
bun run dev box

The available IDs are defined in examples/examples.js.

Use Cases

Vuetty is designed for:

  • CLI tools and interactive command-line applications
  • Real-time monitoring dashboards for servers and services
  • Development tools, debugging interfaces, and log viewers
  • Data visualization with charts, graphs, and tables
  • Form-based applications with validation

License

MIT