How it works
Project Boot uses a split-pane layout:- Left pane — configuration controls: style, colors, framework, package manager, and more
- Right pane — an iframe that re-renders instantly as you change settings, showing the exact look and feel your project will have
shadcn@latest init with your chosen preset, framework template, and package manager. No manual CLI invocation needed.
Opening Project Boot
Click Project Boot in the application menu or from the welcome screen. The split-pane interface opens in a new window.Configuration options
- Appearance
- Framework
| Option | Choices |
|---|---|
| Style | Default, New York |
| Color theme | Zinc, Slate, Stone, Gray, Neutral, Red, Rose, Orange, Green, Blue, Yellow, Violet |
| Icon library | Lucide, Radix Icons |
| Font | Inter, Manrope, System UI, and others |
| Border radius | 0 – 1rem (slider) |
Package manager detection
Codeg checks which package managers are installed on your system when the Project Boot window opens. Each option in the package manager selector shows the detected version, or a “not installed” indicator if the tool is not found on yourPATH.
| Package manager | Detection command |
|---|---|
| pnpm | pnpm --version |
| npm | npm --version |
| yarn | yarn --version |
| bun | bun --version |
Live preview
The preview iframe updates in real time as you adjust any configuration option. What you see in the preview is whatshadcn init will produce — including colors, border radius, typography, and component style — before a single file is written to disk.
Creating a project
Configure your project
Set the project name, choose a framework template, pick a package manager, and adjust appearance options. The live preview updates as you change each setting.
Click Create Project
Click Create Project. Codeg runs the scaffolding command in the background:Progress output is streamed to the Project Boot window.