Introduction

Cladd is an opinionated React UI kit for building applications — editors, dashboards, settings panels, internal tools. It is not a collection of headless primitives and not a marketing-page kit. It ships with a defined visual identity: recessed and raised surfaces, subtle gradients, dark-first theming, a blue accent baked in by default, and a coherent set of controls that look like they belong in the same product.

If you've used Radix or Base UI, those give you behavior and leave the design to you. If you've used Mantine or Material UI, cladd sits closer to that end of the spectrum — but more authored, denser, and tuned for information-rich screens rather than generic web apps.

Dense but not crowded

The core design principle. Cladd targets UIs where you need a lot on screen and it has to stay legible: inspector panels, kanban boards, design-tool sidebars, settings rows. The size scale is small, the spacing is tight, and every interactive control is built to sit cleanly next to its neighbors at the same row height. You pack the screen — and it stays breathable.

That single decision flows through everything else: the sizing scale (default md is 28 px, smaller than most kits ship), the surface system (nested panels read correctly without manual color picking), the accent palette (one prop tints an entire region).

What's in the box

Already shipping

Cladd powers production apps:

For your AI agent

Cladd ships an official MCP server at cladd.io/api/mcp. Connect it to Claude Code, Cursor, Claude Desktop, or any MCP-capable client and your agent gets the full docs at its fingertips — every component, foundation, and hook, with code examples, props, and inline screenshot URLs so it can see what a component looks like before writing layout code.

Where to next

  • Installation — install @cladd-ui/react, wire up the stylesheet, wrap your app in CladdProvider. Framework-specific guides for Next.js, Vite, TanStack Start, React Router, Astro, and plain React.
  • Surfaces, Colors, Sizing — the three foundations every component is built on. Read these once and the rest of the kit will make sense without per-component lookups.
  • TypeScript — prop types, size unions, shared types, and the polymorphic as story.

If you're building an app and don't want to spend the first two weeks deciding what a button looks like — start with Installation.