Skip to main content

Synapse UI Documentation

Welcome to the Synapse UI documentation. This folder contains the source markdown for guides, architecture references, component APIs, and Architecture Decision Records (ADRs).

SectionDescription
GuidesInstall, configure, and ship with Synapse UI
ArchitectureSystem design and monorepo layout
ThemingDesign tokens and ThemeService
ComponentsComponent API reference
ADRsRecorded architectural decisions

Documentation Sites

PlatformPurposeCommand
Docusaurus (apps/docs)Public docs site with search and navigationnx run docs:serve
StorybookInteractive component playgroundnx run ui-components:storybook

The markdown in this folder is the canonical source. Docusaurus will ingest these files during Phase 3 setup (see PROGRESS.md).

Conventions

  • File names use kebab-case.
  • Component docs follow a consistent template: Overview → API → Examples → Accessibility → Theming.
  • ADRs are numbered sequentially and never deleted — superseded ADRs are marked as such.