1234567891011Browser ├── / React frontend ├── /api Rails API └── /cable Action Cable │ ▼ Rails control plane ├── background jobs ├── manifest reconciler ├── DokkuEngine ── SSH ──> Dokku host └── HostEngine ── SSH ──> Linux host
/api endpoints and /cable realtime channels.