Static recipe preview of a canvas-first workbench.
The central surface keeps document context, route tabs, and page tools visible while side panels carry hierarchy and properties.
navbar, sidebar, stepper, nav_progress — Top nav, side nav, multi-step indicators, and loading bars.
CSS-only progress bar fixed to the viewport top. Animates automatically on
body.htmx-request. Use outside app_shell (which has its
own built-in bar). Place once in your base layout.
Contained preview. In production: position:fixed; top:0; width:100%.
Sidebar with sections. Use with grid(cols=2) for sidebar + main content layout.
Contract-first dense chrome recipes: global commands, object context, local route views, and page tools stay separate.
Application chrome recipe: persistent broad navigation on desktop and a drawer fallback on phones using existing primitives.
Persistent rail on wide viewports, drawer fallback on phones, route tabs remain link-native.
Control-plane recipe: scope switcher, service menu, favorites quickbar, resource search, object-local tabs, and deployment tools.
Product-suite recipe: top utilities, mode navigation, personal shortcuts, customizable sidebar sections, project tabs, and saved views.
Content task assigned to Brand, due this week.
Shared launch checklist with owners and approvals.
Routes launch requests into project tasks and review queues.
Observability recipe: command-first dashboard search, operational sidebar, time range controls, signal tabs, and alert counts.
Alerts when edge API errors exceed the burn-rate threshold.
Filtered log stream for production gateway pods.
Recent slow trace crossing gateway, billing, and ledger.
Tracker recipe: favorites, team views, shortcut-labeled command launch, route-backed issue views, and compact display controls.
Knowledge recipe: workspace switcher, nested linked pages, team/private boundaries, collapsed breadcrumbs, page tabs, and nearby-topic discovery.
Editor recipe: compact file menu, tool navigation, file tree, canvas context, route-backed comments/prototype views, and inspector panel.
Static recipe preview of a canvas-first workbench.
The central surface keeps document context, route tabs, and page tools visible while side panels carry hierarchy and properties.
Selected layer properties
Conversation route stays separate from canvas tools.
Business object recipe: app launcher, global object search, resource sidebar, saved searches, object ID context, and object-local tabs.
Collaboration recipe: workspace switcher, unread sidebar, jump-to-conversation, activity/later surfaces, and conversation-local routes.
Mira, Kai, and 4 others
Thread preview keeps conversation content separate from navigation chrome.
Shared in #launch with launch checklist context.
Saved item from the launch channel.
Developer platform recipe: project/group scope, search-or-go-to, context sidebar, workflow nav, project route tabs, and list filters.
Main branch pipeline with deploy and smoke stages running.
Merge request waiting on review from platform owners.
Assigned issue linked to the running pipeline.
Reference recipe: workflow IA, docs search, persistent left nav, collapsed breadcrumbs, page controls, and nearby-topic discovery.
Multi-step forms: current=2 shows step 2 active, step 1 completed.
Route-backed subsection tabs with aria-current support. Each tab navigates to a new URL.
Hierarchical navigation tree using native <details> for expand/collapse. Ideal for docs sidebars and admin nav.
With show_icons=true:
SPA-style links with HTMX boost for smooth page transitions without full reloads.
HTMX-powered page navigation with ellipsis for large page counts.
Cmd+K search overlay using native <dialog>. Results load via HTMX.