S Sulci Early Access

Documentation

# Documentation Technical reference for the Sulci platform — the app itself, its backend, and its design system. ## App Developer Docs These documents describe the running application: how to set it up, how its pieces fit together, and how to extend it. - [Setup & Running](/docs/setup) — Get the app running locally in under five minutes - [Architecture](/docs/architecture) — How the backend, frontend, database, and AI connect - [Authentication](/docs/auth) — Magic link flow, session management, password setup - [API Reference](/docs/api) — All HTTP routes with request/response shapes - [Features](/docs/features) — Chat interface and State Check questionnaire - [Theme System](/docs/themes) — Adding and modifying color themes ## Platform Specification These documents describe the data model, state model, and AI specification in full detail. They are the ground truth for what the app will eventually implement. - [State Model](/docs/state-model) — The 22 nervous system states and their dimensional coordinates - [Dimensional Model](/docs/dimensional-model) — The 8-dimension coordinate system in full - [AI Spec](/docs/ai-spec) — How the AI reads states and guides transitions *(coming soon)* - [Brain Map](/docs/brain-map) — Pathway visualization logic *(coming soon)* - [Panic Button Spec](/docs/panic-button-spec) — Full 6-phase intervention flow *(coming soon)*