jdsite.services

One origin, one certificate, one deploy target. Every app below is hosted at a path prefix on this domain and is served through the same gateway.

Apps on this origin

Each card is a mount. The path is where it lives; the kind is how the gateway serves it.

How this origin is divided

/<slug>/
A mounted app. It owns everything below its prefix.
/_/
The platform: sign-in, the JSON API, error pages, health. A slug can never be _, so this namespace can grow without breaking an app.
/robots.txt, /sitemap.xml, /.well-known/
Shared with the whole origin, so the platform composes them from every mount rather than letting one app answer for all of them.