Installation

App requirements

Before you begin, make sure your project meets these requirements:

Automatic installation

Initialize shadcn CLI

Start by setting up the shadcn CLI in your project:

npx shadcn@beta init --no-css-variables --no-base-style

Configure your registry

Choose or create a style, see styles to get started, then update your components.json file to use the selected style.

components.json
{
  "style": "minimalist", // or "mehdibha/minimalist"
  "registries": {
    "@dotui": "https://dotui.org/r/{style}/{name}"
  }
}

Init your style

npx shadcn@beta add @dotui/base

Add components

You can now add components to your project.

npx shadcn@beta add @dotui/button

To add all the components at once, you can use the @dotui/all.

npx shadcn@beta add @dotui/all

Last updated on 8/18/2025

On this page

dotUI

Bringing singularity to the web.

Built by mehdibha. The source code is available on GitHub.