Application BuilderGet started
Page vs Application
A Page is a single canvas document. An Application has a Shell, multiple Screens, routes, and a public URL slug.
Category: Choose type
Problems it solves
Single pages suit embeds and simple layouts. Applications suit products with navigation and multiple views.
How to use it
Create modal → choose Page or Application. Applications require a kebab-case slug (2–60 chars).
Examples
If end users need /apps/my-product, create an Application.
Common mistakes
- Creating a Page when you need routing — use Application instead.
Related topics
Outlet · Screens panel