
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
untitledui
Advanced tools
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.
The official CLI for Untitled UI React — quickly scaffold projects, add components, and install page examples with an interactive interface.
We recommend using npx to always run the latest version:
npx untitledui@latest <command>
Or install globally:
npm install -g untitledui
# 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
initInitialize a new project or configure an existing one with Untitled UI.
npx untitledui@latest init [directory] [options]
| Option | Description |
|---|---|
--vite | Initialize a Vite project |
--nextjs | Initialize a Next.js project |
-o, --overwrite | Overwrite existing files |
--colors-list | Show 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
addAdd components to your project.
npx untitledui@latest add [components...] [options]
| Option | Description |
|---|---|
-a, --all | Add all available components |
-o, --overwrite | Overwrite 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
exampleAdd a page example to your project.
npx untitledui@latest example [example] [options]
| Option | Description |
|---|---|
-o, --overwrite | Overwrite 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
loginAuthenticate 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.
The CLI detects your project setup automatically:
tsconfig.json for path aliasescomponents.json for alias configurationFull documentation is available at untitledui.com/react/docs.
Found a bug? Please report it on our issue tracker.
MIT © Untitled UI
FAQs
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.
The npm package untitledui receives a total of 2,884 weekly downloads. As such, untitledui popularity was classified as popular.
We found that untitledui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.