Think shadcn/ui for any traditional web stack — no React required.
50+ components that speak Apple's design language, built on Tailwind CSS v4.
Semantic, not utility soup
Every class name reads like intent, not implementation. Tailwind utilities are still there when you need them — for your layout, your spacing, your overrides.
This
Turns into
Dark mode, everywhere
One class on <html>. Every component adapts.
Colors, borders, shadows — all governed by CSS variables that swap cleanly between light and dark.
Extremely lightweight
~12 KB CSS + ~5 KB JS gzipped. That's the entire library — 50+ components, dark mode, all interactions. Most components are pure CSS. A handful — tabs, dialogs, selects — ship tiny vanilla scripts. No runtime, no dependencies, no build step.
Try it yourself
See Installation for CDN, package manager, and bundler options.