Reference
Adoption Notes
How Saas Dash should be used before extracting shared docs, layout, and theming primitives
Recommended sequence
- keep iterating in
saasdash-app - stabilize shell, IA, tabs, and docs rhythm
- extract only the stable pieces
Good extraction targets later
- theme tokens
- docs layout wrappers
- shared nav link config
- icon registry
- MDX components
- top-bar app grid primitives
Do not extract too early
Avoid freezing:
- unstable IA
- page-specific docs content
- app-specific control-plane assumptions
That work belongs here first.