List
Design systems in production
Libraries, tokens, and conventions that keep UI consistent at speed — plus the automation that catches drift before a user does.
1.

Storybook
Build, test, and document components in isolation
Curator note
The component library everyone can look at: designers, engineers, and increasingly the tools generating your UI. If your system isn't inspectable, it isn't enforceable.
2.

Tokens Studio
Design tokens in Figma, synced to your codebase
Curator note
Gets your primitives out of a Figma file and into a format both humans and machines can read. This is the prerequisite for everything else — AI can only follow a system it can consume.
3.

Style Dictionary
Transform design tokens into every platform's format
Curator note
The transform layer. One token source, every platform's format out the other end. Unglamorous and load-bearing.
4.

Chromatic
Visual regression testing that catches UI drift on every PR
Curator note
The single highest-value check on this list. Catches the 2px shift and the not-quite-right grey on every pull request, mechanically, without anyone needing to notice.
5.

Supernova
Design system documentation and token pipelines in one place
Curator note
Documentation and token pipelines together, which is the combination that survives not having a full-time design system maintainer.
6.

zeroheight
Design system docs connected to both Figma and code
Curator note
The alternative if your documentation needs to sit closer to Figma than to code. Strong when the audience for the docs is mostly designers.
7.

shadcn/ui
Copy-paste React components you own outright
Curator note
Not a dependency — components you copy into your repo and own. That ownership model is why it works so well as the substrate for generated UI.
8.

Radix Primitives
Unstyled, genuinely accessible React component primitives
Curator note
The accessibility layer underneath most modern component libraries. Keyboard behaviour and focus management you'd otherwise get subtly wrong.
9.

Polaris
Shopify’s design system
Curator note
One of the few public systems documented well enough to learn from. Read how they write usage guidance, not just what components they have.
10.

Material Design 3
Google's current design system, with tokens and adaptive guidance
Curator note
Worth knowing even if you never ship Material — the token architecture and adaptive guidance are the most thoroughly worked-through in public.