New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

untitledui

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

untitledui

The Untitled UI CLI tool helps you quickly scaffold projects with Untitled UI React and add components and page examples to your existing projects with an interactive interface in seconds.

latest
Source
npmnpm
Version
0.1.60
Version published
Weekly downloads
3.4K
-11.72%
Maintainers
3
Weekly downloads
 
Created
Source

npm version License: MIT

Untitled UI CLI

The official CLI for Untitled UI React — quickly scaffold projects, add components, and install page examples with an interactive interface.

Installation

We recommend using npx to always run the latest version:

npx untitledui@latest <command>

Or install globally:

npm install -g untitledui

Quick Start

# Create a new project
npx untitledui@latest init my-app --nextjs

# Add components to an existing project
npx untitledui@latest add button toggle avatar

# Add a page example
npx untitledui@latest example dashboards-01/05

# Authenticate for PRO access
npx untitledui@latest login

Commands

init

Initialize a new project or configure an existing one with Untitled UI.

npx untitledui@latest init [directory] [options]
OptionDescription
--viteInitialize a Vite project
--nextjsInitialize a Next.js project
-o, --overwriteOverwrite existing files
--colors-listShow available brand colors
-c, --color <name>Set the brand color

Examples:

npx untitledui@latest init my-app --nextjs
npx untitledui@latest init my-app --vite --color blue

add

Add components to your project.

npx untitledui@latest add [components...] [options]
OptionDescription
-a, --allAdd all available components
-o, --overwriteOverwrite existing files
-p, --path <path>Custom components directory
-d, --dir <directory>Project directory
-t, --type <type>Component type (base, marketing, shared-assets, application, foundations)

Examples:

npx untitledui@latest add button
npx untitledui@latest add button toggle avatar
npx untitledui@latest add --all --type marketing

example

Add a page example to your project.

npx untitledui@latest example [example] [options]
OptionDescription
-o, --overwriteOverwrite existing files
-p, --path <path>Custom components directory
-e, --example-path <path>Custom example file directory

Examples:

npx untitledui@latest example application
npx untitledui@latest example dashboards-01/05

login

Authenticate with Untitled UI to access PRO components.

npx untitledui@latest login

Opens a browser window for authentication. Your credentials are stored locally at ~/.untitledui/config.json.

Configuration

The CLI detects your project setup automatically:

  • Framework: Next.js (App/Pages Router) and Vite
  • Package manager: npm, yarn, pnpm, and bun
  • TypeScript: Reads tsconfig.json for path aliases
  • Tailwind CSS: v4+ with automatic dependency installation
  • Custom paths: Supports components.json for alias configuration

Documentation

Full documentation is available at untitledui.com/react/docs.

Bug Reports

Found a bug? Please report it on our issue tracker.

License

MIT © Untitled UI

Keywords

untitledui

FAQs

Package last updated on 02 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts