What the user sees and touches. Two capabilities: a specialised document authoring surface (for policies and SOPs) and the general-purpose web shell that carries every other screen.
Product Surface · 2 user-facing bucketsClick to expand
Why these are separate buckets
C9 Document Editor is domain-specialised: rich-text with merge fields, immutable version snapshots, side-by-side diff, PDF/DOCX export. Policy and SOP lifecycle depend on it; nothing else does.
C14 Frontend Foundation is the generic shell: layout, navigation, data tables, dashboards, charts, forms, command palette, skeletons, empty/error states. Every screen uses it.
C9 composes inside C14 — the editor is a component embedded in the shell. Separating them keeps editor choice swappable without touching the shell.