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
| Application | Purpose | Local URL |
|---|---|---|
| Workspace | Staff workspace | http://localhost:6100 |
| Patient | Patient-facing companion | http://localhost:6200 |
| Docs | This documentation | http://localhost:6300 |
| API | Shared v1 HTTP API | http://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