Apps on this origin
Each card is a mount. The path is where it lives; the kind is how the gateway serves it.
-
Editor
A server-rendered editor, mounted at /editor/.
/editor/
-
Fitness
Workout tracking, mounted at /fitnessapp/.
/fitnessapp/
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.