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

hextaui

v1.2.8

Published

Build stunning websites effortlessly. HextaUI CLI tool to easily install components for Next.js, Vite, and Astro projects.

Readme

HextaUI CLI

A command-line tool for adding customizable UI components to Next.js, Vite, and Astro projects.

npm version License: MIT

🚀 Quick Start

# Initialize HextaUI
npx hextaui@latest init

# Add components
npx hextaui add Button Card Input

# Interactive mode
npx hextaui add

📦 Installation

Run without installation using npx:

npx hextaui@latest init

🛠️ Usage

Initialize Project

npx hextaui init

Automatically detects your framework and creates:

  • src/components/ui/ for components
  • src/lib/utils.ts for utilities
  • Configures project for HextaUI
  • Framework-specific setup instructions

Add Components

# Add specific components
npx hextaui add Button Card

# Interactive selection
npx hextaui add

Options:

  • --deps: Auto-install dependencies
  • --no-deps: Skip dependency installation
  • --fast: Manual dependency copying

List Components

npx hextaui list

🎨 Components

  • Button
  • Card
  • Input
  • Label
  • Avatar
  • Separator
  • Tooltip
  • Breadcrumb
  • Kbd
  • Accordion
  • Alert
  • Badge
  • Calendar
  • Checkbox
  • Chip
  • ColorPicker
  • CommandMenu
  • DatePicker
  • Drawer
  • DropdownMenu
  • FileUpload
  • InputOTP
  • Loader
  • MenuBar
  • Modal
  • Pagination
  • Progress
  • Radio
  • ScrollArea

⚙️ Requirements

  • Next.js: 13+ with React 18+
  • Vite: Latest version with React 18+
  • Astro: Latest version with React integration
  • All frameworks: Tailwind CSS v4 and Node.js 16+

🎯 Supported Frameworks

Next.js

  • Full support for App Router and Pages Router
  • Automatic CSS injection into global styles
  • TypeScript path aliases configuration

Vite + React

  • Automatic alias configuration guide
  • Support for all Vite React templates
  • TypeScript integration

Astro

  • React integration setup instructions
  • Tailwind CSS configuration
  • TypeScript support with path aliases

📁 Project Structure

src/
├── components/
│   └── ui/
│       ├── button/
│       ├── card/
│       └── ...
└── lib/
    ├── utils.ts
    └── color-utils.ts

🔧 Commands

npx hextaui init              # Initialize project
npx hextaui add Button Card   # Add components
npx hextaui add --deps        # Auto-install dependencies
npx hextaui add --fast        # Fast mode
npx hextaui list              # List components

🌐 Links

📄 License

MIT License

Built with ❤️ by Preet Suthar