Routes and pages
Map static, dynamic, optional, and catch-all URL patterns to page definitions.
Assemble published Modules into pages, templates, routes, and deployable applications.
Updated August 18, 2026 · 6 of 13
It owns route and page definitions, shared templates, Module instances, environment configuration, authentication, SEO defaults, public runtime data, styles, translations, preview, and deployment settings.
Map static, dynamic, optional, and catch-all URL patterns to page definitions.
Use reusable template regions or a published layout-template Module with a stable content slot.
Bind Module inputs to route, params, query, auth, theme, config, environment, global data, or server data.
Keep environment-specific variables, global data, and styles together while preventing secrets from reaching the browser.
Choose its path, page, template, query allowlist, protection, and route SEO.
Add published Module instances and configure their layout and input bindings.
Route Module outputs to page state or to a public command on a specific Module instance.
Test each path, environment, theme, query shape, and authentication state before publishing.