Roadmap
Ship only when quality is real — no hollow stubs. Planned moats:
- OpenAPI → vertical slice — typed models/repos/pages from a spec (compiles + tests)
- Architecture linter pack —
custom_lintrules that enforce the chosen architecture - Token refresh flow — production refresh queue on 401 (not just clear session)
- Offline-first module — Drift/Isar + cache policy + conflict strategy
- Deep links + app links — platform manifests + GoRouter from config
- Observability pack — Crashlytics /
FlutterError/ Zones + analytics that initialize - Golden + integration recipes — per-feature goldens and critical-path integration tests
- Org brick registry — share company-approved slices privately
- Security audit command —
stackchain audit - Melos monorepo mode — apps + packages from one config without losing sync/migrate
Documentation extensibility
Section titled “Documentation extensibility”This docs site is structured to grow into 100+ pages. Natural future sections:
| Section | Intent |
|---|---|
| Templates | Deep template authoring |
| Plugins | Architecture / module plugins |
| AI Integration | Assisted slice generation |
| Migration Engine | Advanced migrate recipes |
| Blueprints | Community presets |
| Code Modifications | Codemods |
| AST Engine | Structured rewrites |
Rule: if it is not trustworthy in a production app review, it does not ship.