Shadcn Releases Visual Project Builder
Summary
Shadcn, a popular open-code UI component set, released a new visual project builder on February 13, 2026, accessible via the `npx shadcn create` command. This tool provides a web-based interface at ui.shadcn.com/create, enabling developers to configure their entire project setup visually before generating any code. It supports Next.js, Vite, and TanStack Start frameworks, offering extensive customization for themes, component libraries like Radix UI and Base UI, icon sets such as Lucide, fonts, and border radius values. The builder allows real-time previewing and includes a shuffle feature for exploring design combinations, streamlining the initial project setup by frontloading design decisions and eliminating manual configuration work.
Key takeaway
For front-end developers initiating new projects with Shadcn, you should prioritize using the new `npx shadcn create` command. This visual builder allows you to define your entire design system and component foundation upfront, significantly reducing repetitive setup work and ensuring design consistency from the project's inception. Leverage its real-time preview and customization options to quickly iterate on aesthetic choices.
Key insights
Shadcn's visual builder streamlines UI project setup by enabling pre-code design system customization.
Principles
- Open code ownership enhances customization.
- Frontloading design decisions reduces setup time.
Method
Users select a framework, customize design elements via a visual builder, and then receive a custom `shadcn create` command to generate the pre-configured project code.
In practice
- Use `npx shadcn create` for new projects.
- Explore design options with the shuffle feature.
- Integrate custom filtering for combobox components.
Topics
- Shadcn UI
- Visual Project Builder
- Component Libraries
- Project Scaffolding
- Frontend Frameworks
Best for: Software Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by InfoQ.