Documentation
Product docs and contributor pathways
Architecture, installation, theming, and component guidance are kept in the repository so the docs stay aligned with the shipped packages.
Introduction
Nim UI is a monorepo-oriented UI ecosystem that keeps design tokens, React components, docs, and future CLI workflows aligned from the beginning.
Installation
Local development keeps the docs app and package builds in the same monorepo loop, while published packages remain independently consumable.
Theming
The theming layer starts from token primitives, maps them into semantic CSS variables, and keeps room for a future dark theme without forcing that complexity into every component today.