Composable Architecture
Components are building blocks, not black boxes. No prop drilling or wrapper hell — just patterns that scale from prototype to production.
CSS-First Theming
Styling lives in CSS where it belongs. OKLCH tokens give you perceptually uniform colors with automatic dark mode — override any variable to make it yours.
Border-First Design
Backgrounds and loud colors compete for attention. We use subtle 1px borders instead, creating structure without noise so your content can breathe.
Zero Runtime Cost
No CSS-in-JS runtime or context providers. Static CSS plus lightweight SolidJS components that compile away — your bundle stays small, your app stays fast.