Workspace tabs
Structure
Plan routes, components, state, and navigation on one graph.
The Structure tab is the main visual planning surface. It uses one connected graph and offers four views of that same application plan.
Routes
Create the route tree, set paths and descriptions, and arrange parent-child relationships. The root route is protected from deletion so the project always has a valid starting point.
Components and state
Define reusable components and stores, then attach them to the routes that use them. Attachments stay on the shared graph, so changing views does not create separate copies of the application.
Navigation
Connect routes to describe where users can move. Roles from Domain can be applied as guards, making protected paths visible before Security summarizes them.
Working efficiently
The canvas supports selection, layout, grouping, rename, delete, and keyboard-driven add flows. The inspector edits the selected item while the rail provides a structured view of what is on the board.
Structure feeds SEO, Accessibility, Security, Traceability, Scaffolding, and the final project report.