A personal design system and Vue component library, built in public.
Tokens are the source of truth, Tailwind v4 consumes them, Reka components are styled on top.
@atelier/tokens-- surface-agnostic design language (DTCG JSON, compiled with Style Dictionary). Emits CSS custom properties + TS types.@atelier/ui-- Vue 3 component library on reka-ui primitives, styled via the tokens through Tailwind v4.docs-- the public documentation site (VitePress).
pnpm install
pnpm build # build all packages
pnpm dev # watch all packages
pnpm test # run tests
pnpm typecheck # typecheck all packagesMIT