Ecosystem Map
Ecosystem Map
Visual overview of the UNVRSL framework — all repositories, subdomains, and how they connect.
┌─────────────────────────────────────────────────────────┐
│ medkronos.com (VPS) │
│ Plesk · Ubuntu 24.04 │
├─────────────────────────────────────────────────────────┤
│ │
│ ┌─────────────────┐ │
│ │ core.console │ │
│ │ console.med... │ │
│ │ (API gateway + │ │
│ │ management) │ │
│ └────────┬────────┘ │
│ │ │
│ ┌──────────────────┼──────────────────┐ │
│ │ │ │ │
│ ┌──────┴──────┐ ┌───────┴───────┐ ┌──────┴──────┐ │
│ │ core.auth │ │ core.storage │ │ core.ai │ │
│ │ auth.med.. │ │ storage.med │ │ core.ai.med │ │
│ └─────────────┘ └───────────────┘ └─────────────┘ │
│ │
│ ┌─────────────┐ ┌───────────────┐ ┌─────────────┐ │
│ │ core.assets │ │core.hypermedia│ │ core.backend │ │
│ │ assets.med.. │ │ hyper.med.. │ │ (Client SDK) │ │
│ └─────────────┘ └───────────────┘ └─────────────┘ │
│ │
│ ┌─────────────┐ │
│ │ Orchestrator │ │
│ └──────┬──────┘ │
│ │ │
│ ┌────────────────┼────────────────┐ │
│ │ │ │ │
│ ┌──────┴──────┐ ┌──────┴──────┐ ┌──────┴──────┐ │
│ │ Todo App │ │ Lang Learn │ │ Psych App │ │
│ └─────────────┘ └─────────────┘ └─────────────┘ │
│ │
│ ┌─────────────┐ ┌─────────────┐ │
│ │ Medical App │ │ Web OS │ │
│ └─────────────┘ └─────────────┘ │
│ │
│ ┌─────────────────────────────────────────────┐ │
│ │ core.docs (this site) │ │
│ └─────────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────────┘Repository → Subdomain Mapping
| Repository | Subdomain | Status |
| core.console | core.console.medkronos.com | Planned |
| core.auth | auth.medkronos.com | Active |
| core.storage | core.storage.medkronos.com | Active |
| core.ai | core.ai.medkronos.com | Active |
| core.assets | core.assets.medkronos.com | Active |
| core.hypermedia | core.hypermedia.medkronos.com | Active |
| core.docs | core.docs.medkronos.com | Active |
| core.backend | (Composer package — client SDK, no subdomain) | Active |
| universal.desktop | desktop.medkronos.com | Legacy — to be rebuilt |
Deployment Pipeline
Each repository has a GitHub webhook pointing to its Plesk subdomain. Push → auto-pull → live. SSH key authentication between VPS and GitHub.
See: Deployment Flow for full details.