Updated Jan 15, 2026
Free registry
The Shadcraft free registry is a collection of free, open-source components and blocks for shadcn/ui. No license keys, no authentication.
Requirements
- A project initialized with shadcn/ui
If you haven't set up shadcn/ui yet, follow their installation guide.
Quick Start
Installing any component automatically registers the `@shadcraft` namespace in your project. No manual configuration needed!
That's it! The shadcn CLI will:
Download the component to your project
Automatically add the `
@shadcraft` registry to your `components.json`Install any required dependencies
What Happens Automatically
When you install your first Shadcraft component, the CLI adds this to your `components.json`:
You don't need to do this manually. The shadcn registry directory already has the `@shadcraft` namespace registered, so the setup is completely automatic.
Installation
Install a Single Component
Install Multiple Components
Available Components
Browse all available free components at free.shadcraft.com
Each component page includes:
Live preview
Installation command
Support
Issues: Report bugs or request features on GitHub
Community: Join our Discord for help and discussions
FAQ
Do I need to configure anything?
No! Just run the install command. The `@shadcraft` registry namespace is already registered in the shadcn directory, so everything works automatically.
Can I use these components in commercial projects?
Yes! All free components are open source and can be used in any project, including commercial ones.
How do I update components?
Simply run the install command again. The CLI will update the component to the latest version.
Where are components installed?
Components are installed to your project's `components` directory (typically `src/components/ui` or `components/ui`), just like regular shadcn/ui components.
Can I customize the components?
Absolutely! Once installed, the components are yours to modify. They follow shadcn/ui's philosophy of copy-paste, not package imports.
License
All Shadcraft free components are open source and available under the MIT License.
Free vs Pro
Free Tier (What You're Using)
✅ All basic components and blocks
✅ No license key required
✅ No authentication
✅ Unlimited usage
✅ Open source
Pro Tier
Looking for advanced components, premium blocks, and priority support? Check out the Shadcraft Pro React.
Ready to get started? Visit free.shadcraft.com to browse components.





