Your design system,
every AI tool.

AI coding tools generate generic UI. kit teaches them to use your components, your tokens, your brand.

Without kit

<button className="bg-primary
  text-primary-foreground
  hover:bg-primary/90
  h-10 px-4 py-2 rounded-md
  text-sm font-medium">
  Get Started
</button>

With kit

<Button
  variant="primary"
  size="lg">
  Get Started
</Button>

47 components. One install each.

Every component ships with AI context — props, usage rules, and design tokens that v0, Cursor, Claude Code, Lovable, and Windsurf understand.

Button

Badge

SuccessErrorInfoWarningOutline

Input

Switch

Progress

Avatar

ON
KT
JD

Get started

Install a single component or scaffold a full project.

or: npx @n3wth/kit init