Token UI Registry
Inspired by W3C Standards โ Strives to align with the (2025.10)
A component library for documenting design tokens with beautiful, interactive visualizations that follow industry standards.
Features
- โ Standards-Inspired โ Aligns with W3C Design Tokens Community Group specification
- ๐จ Core & Composite Types โ Implements core token types and select composite types
- ๐ง Extensible โ Built on shadcn/ui, fully customizable
- ๐ฏ Type-Safe โ TypeScript-first with full type inference
- ๐ฆ Framework-Agnostic โ Works with any React-based documentation setup
DTCG Specification Coverage
Getting Started
This registry is built using Next.js and the shadcn registry system:
- Components are defined in
registry.json - The
shadcn buildcommand builds the registry - Registry items are served as static files under
public/r/[name].json - All items are compatible with the
shadcnCLI
Documentation
Visit for full documentation and live examples.
For registry implementation details, see the .