Introduction
Beautifully minimal components, blocks and templates, built on top of shadcn/ui.
Balick UI is a collection of copy-and-paste building blocks for React. It is not a dependency you install: you pick the pieces you want and the shadcn CLI adds their source code to your project.
Principles#
You own the code
Every component is copied into your project. Read it, change it, delete what you don't need.
Built on shadcn/ui
Same conventions, same CSS variables, same CLI. Balick UI is an extension, not a replacement.
Quiet by default
Motion should guide attention, not steal it. Every animation respects reduced motion.
Production ready
Typed props, accessible markup, React 19 and Tailwind CSS v4 out of the box.
What's inside#
- ComponentsStandalone, animated or original UI elements.
- BlocksComplete sections: heroes, pricing, testimonials, footers.
- TemplatesFull pages assembled from blocks, ready to deploy.
FAQ#
Do I need shadcn/ui?
You need a project initialised with shadcn init, so the CLI knows where to put files and the theme variables exist.
Is it free?
Yes. Everything is open source and free to use in personal and commercial projects.
Which frameworks are supported?
Any React framework supported by shadcn/ui: Next.js, Vite, React Router, Astro, TanStack Start.