Installation
Get started with Aura Design System by installing the CLI and initializing your project.
To install, simply run the Aura Design CLI.
pnpm dlx @aura-design/cli@latest initThis command will automatically execute the original shadcn/ui CLI under the hood, and then apply all necessary tokens and configuration fixtures specific to the Aura Design System. You don't need to manually configure anything — just run the command below and your project will be set up with Aura's tokens and settings seamlessly.
For an existing Next.js app, use setup instead of init. Full command reference: CLI.
Note: There isn't a custom CLI command to add all components at once.
If you want to install all available Aura components in one shot, you can use the list at https://auradesignsystem.com/all.txt. This URL always contains an up-to-date, newline-delimited list of all registry component names.