Project structure
The monorepo splits applications from shared packages.
Applications
- web — user-facing application
- admin — internal tooling
Packages
- tokens — design tokens, single source of truth
- ui — shared components
- retrieval — data access layer
The tokens package is consumed by both the application and this documentation site.