Theme builder, not theme picker

shadcn registry

Install shads.app themes with the official shadcn CLI. Registry namespace @shadsapp, catalog at https://shads.app/r/registry.json.

Add a theme to an existing app

npx shadcn@latest add https://shads.app/r/workspace-theme.json
npx shadcn@latest add https://shads.app/r/terminal-theme.json
npx shadcn@latest add @shadsapp/workspace-theme

Create a new app from a preset

npx shadcn@latest create --name my-app --template next --preset https://shads.app/r/workspace-theme.json
npx @shadsapp/cli create my-app -t workspace