The Delegate design system
shadcn/ui is free, MIT-licensed, and copied into your repo rather than installed. What it does not give you is a palette, a motion language, or a decision about what your product feels like. This repository is that layer for Delegate Computer.
What you get
The shadcn article puts it plainly: free does not mean finished. Layouts, custom variants, and design-to-code translation stay your problem. These are the pieces that close that gap here.
- A contrast-verified light and dark theme in OKLCH
- 30 shadcn primitives, owned in-repo, with Delegate status variants
- Brand primitives: the dots, the wash, the rise cascade, the mark
- A DTCG token export for Figma Variables and Style Dictionary
- A shadcn registry — consume it with npx shadcn add
- A CI gate that fails the build on an inaccessible token
Install into a product
registryThe theme and the brand primitives ship as registry items. Pull the theme first — it carries the tokens every component depends on.
npx shadcn@latest add https://design.delegatecomputer.com/r/delegate-theme.json
npx shadcn@latest add https://design.delegatecomputer.com/r/brand-dots.jsonRun pnpm registry:build to regenerate public/r/ after changing a component.