Search Kaotypr Design System

Search tokens, pages and quick actions

Resources

Assets & links

Everything you need outside the docs themselves — brand files, design source, install commands, and the JSON exports agents and other tools can ingest.

Brand assets

Logo (mark)

2048×2048 — square mark

Wordmark (light)

2048×711 — for light backgrounds

Wordmark (dark)

2048×711 — for dark backgrounds

Figma

The Figma kit lives in a private library — drop a request and I'll add you. The kit mirrors the canonical theme: every color token, radius, shadow, and density variant is a Figma variable, so reskins in code propagate to design (and vice versa) without manual sync.

Request access

Components & install

pnpm dlx shadcn@latest add https://ui.kaotypr.com/r/button.json
pnpm dlx shadcn@latest add https://ui.kaotypr.com/r/card.json
# …or any other component

Theme bootstrap

@import "tailwindcss";
@import "@kaotypr-ui/theme";

/* your overrides go below — see /branding */
:root {
  /* --primary: oklch(...); */
}

.dark {
  /* --primary: oklch(...); */
}

For agents & tools

llms.txt

Index for LLM ingestion. Lists every page with a one-line summary.

llms-tokens.json

Full token export — names, values (light + dark), tier, family, comment.

LLM reference (HTML)

Single dense page covering tier rules, disambiguation, migration map, forbidden patterns, common tasks. Optimized for one-fetch ingestion.

Component registry

shadcn-compatible JSON endpoints for every component.

What's missing here