Saas Dash
Reference

Adoption Notes

How Saas Dash should be used before extracting shared docs, layout, and theming primitives

  1. keep iterating in saasdash-app
  2. stabilize shell, IA, tabs, and docs rhythm
  3. 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.

On this page