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

@phenikaax/aiot-ui-cli

v1.0.10

Published

AIOT-UI CLI - Install and manage AIOT-UI skill for building professional React/Next.js applications with Tailux UI Kit

Readme

AIOT-UI CLI

npm version License: MIT Node

AI-powered design intelligence for building professional React/Next.js applications with Tailux UI Kit

AIOT-UI CLI provides intelligent design recommendations and code generation based on the Tailux UI Kit template. It automatically analyzes your requirements and generates tailored design systems with production-ready code.

✨ Features

  • 🎨 57+ UI Components - Complete Tailux component library with variants
  • 📐 3 Layout Patterns - MainLayout, HorizontalNav, Sideblock
  • 📄 20+ Page Templates - Dashboards, forms, tables, apps
  • 🧠 100 Industry Rules - Specialized design recommendations for SaaS, Fintech, Healthcare, etc.
  • 🎭 20 Color Themes - Light and dark themes
  • 🔤 7 Font Pairings - Typography combinations with Google Fonts
  • 🤖 AI Reasoning Engine - Automatic design system generation
  • 🛠️ 11 AI Assistants - Support for Claude, Cursor, Copilot, and more

🚀 Installation

# Install globally
npm install -g @phenikaax/aiot-ui-cli

💻 Usage

Initialize for AI Assistant

# Navigate to your project
cd /path/to/your/project

# Initialize for your AI assistant
aiot-ui init --ai claude       # Claude Code
aiot-ui init --ai cursor       # Cursor
aiot-ui init --ai copilot      # GitHub Copilot
aiot-ui init --ai kiro         # Kiro
aiot-ui init --ai codex        # Codex CLI
aiot-ui init --ai antigravity  # Antigravity

Generate Design System

# Generate design system with ASCII output
aiot-ui generate "saas dashboard" -p "MyApp"

# Generate with Markdown output
aiot-ui generate "fintech banking" -f markdown

# Generate with JSON output
aiot-ui generate "ecommerce" -f json

# Persist design system to file
aiot-ui generate "SaaS dashboard" --persist -p "MyApp"

# Page-specific override
aiot-ui generate "checkout" --persist -p "MyApp" --page "checkout"

Other Commands

aiot-ui info              # Show package information
aiot-ui --version         # Show version
aiot-ui --help            # Show help

🎯 How It Works

1. Initialize

Run aiot-ui init --ai claude in your project directory. The CLI will:

  • Create necessary folders for your AI assistant
  • Copy skill files with design system data
  • Copy Python scripts for design generation
  • Configure everything automatically

2. Use Your AI Assistant

Simply chat naturally with your AI assistant:

Build a SaaS dashboard for analytics

Create a healthcare patient management form

Design a fintech trading dashboard with dark mode

Make an e-commerce product listing with filters

3. Get Results

The AI will automatically:

  1. Analyze your requirements
  2. Generate a tailored design system
  3. Create production-ready code with Tailux components
  4. Apply proper colors, typography, and layouts

📦 What's Included

Component Library

Complete set of Tailux components:

  • Actions: Button
  • Forms: Input, Select, Checkbox, Switch, Textarea, FileUpload
  • Layout: Card, Divider, Box
  • Data Display: Table, Badge, Avatar, Timeline, Circlebar, Carousel, Tag, Legend
  • Feedback: Alert, Progress, Skeleton, Spinner
  • Navigation: Dropdown, Pagination, Tabs, Steps
  • Overlay: Modal, Tooltip, Drawer, Popover
  • Disclosure: Accordion

Layout Patterns

  • MainLayout: Traditional sidebar + header layout
  • HorizontalNav: Top navigation bar layout
  • Sideblock: Alternative sidebar with block navigation

Industry-Specific Rules

Specialized design recommendations for:

  • SaaS - Clean, professional with trust indicators
  • Fintech - Secure, trustworthy with clear data visualization
  • Healthcare - Calming, accessible with emergency contacts
  • E-commerce - Visual, streamlined checkout
  • CRM - Pipeline-focused with activity tracking
  • Developer Tools - Dark mode, comprehensive docs
  • Web3/Crypto - Wallet-first, real-time monitoring
  • And 13+ more industries

🎨 Design System Example

+----------------------------------------------------------------------------------------+
|  TARGET: MyApp - RECOMMENDED DESIGN SYSTEM                                              |
+----------------------------------------------------------------------------------------+
|                                                                                        |
|  PATTERN: MainLayout                                                                   |
|     Layout: Traditional sidebar + header layout with responsive design                 |
|                                                                                        |
|  THEME: INDIGO Primary                                                                 |
|     Light: slate                                                                       |
|     Dark: cinder                                                                       |
|                                                                                        |
|  TYPOGRAPHY: Inter Only                                                                |
|     Mood: Clean, consistent, modern                                                    |
|     Google Fonts: https://fonts.google.com/share?selection?family=...                  |
|                                                                                        |
|  KEY COMPONENTS: Card, Table, Circlebar, Progress, Badge                              |
|                                                                                        |
|  AVOID (Anti-patterns):                                                                |
|     - Information overload                                                             |
|     - Poor data visualization                                                          |
|     - Slow loading                                                                     |
|                                                                                        |
+----------------------------------------------------------------------------------------+

📚 Documentation

For complete documentation, visit:

🔧 Supported Tech Stacks

  • React / Next.js (default)
  • HTML + TailwindCSS
  • Vue / Nuxt.js
  • SwiftUI / React Native / Flutter

🤝 Contributing

Contributions are welcome! Please read our Contributing Guide for details.

📝 License

MIT © Nguyen Minh Phuong

📧 Support


Built with ❤️ by Nguyen Minh Phuong

Based on Tailux UI Kit - A versatile Admin and Webapp UI Kit built on React and TailwindCSS.