Aurora is a design specification with an interactive React reference preview for modern SaaS products. It defines semantic tokens, reusable interaction patterns, and installable shadcn registry components.
This pnpm monorepo uses Turborepo to build every app and registry package. The root assembler discovers systems/<design-system>/component/registry.json, so multiple design systems can share one Cloudflare Pages project.
- A refined visual system with layered gradients, depth, and accessible contrast
- Clear documentation for design principles, styles, and components
- An interactive static preview that demonstrates the specification in context
- Published as a shadcn registry at https://design-system.yinxulai.com
The design system registry and visual previews are deployed to https://design-system.yinxulai.com:
- Site home: https://design-system.yinxulai.com
- Registry catalog: https://design-system.yinxulai.com/registries.json
- Aurora registry manifest: https://design-system.yinxulai.com/aurora/r/registry.json
- Aurora component example: https://design-system.yinxulai.com/aurora/r/button.json
- Aurora preview: https://design-system.yinxulai.com/aurora/preview/
Install components from the live registry:
npx shadcn add https://design-system.yinxulai.com/aurora/r/button.jsonSee systems/aurora/README.md for the full install and usage guide.
- systems/aurora/README.md — Aurora documentation and usage
- systems/aurora/preview/source/ — React preview source
- systems/aurora/component/source/ — shadcn registry source
- apps/site/source/ — React registry catalog source
- DEPLOYMENT.md — Cloudflare Pages and multi-registry deployment
pnpm install
pnpm buildThe generated output/registries.json lists all design systems. Each registry is published under its own namespace, for example /aurora/r/button.json. See DEPLOYMENT.md for the Cloudflare Git integration settings.
View the live Aurora preview at https://design-system.yinxulai.com/aurora/preview/.
To run all frontend workspaces locally:
pnpm devTurbo prints the Vite development URLs for the catalog and Aurora preview.

