Skip to Content
DocsOverview

Dawn

Dawn is a healthcare platform with separate workspace, patient, and API applications. This documentation covers the repository’s runtime boundaries, local setup, and HTTP API.

Applications

ApplicationPurposeLocal URL
WorkspaceStaff workspacehttp://localhost:6100
PatientPatient-facing companionhttp://localhost:6200
DocsThis documentationhttp://localhost:6300
APIShared v1 HTTP APIhttp://localhost:6400

Repository

Application code lives in apps/. Reusable domain, database, transport, foundation, and UI code lives in packages/.

Start with Getting started, then read Architecture before changing package boundaries.

Last updated on