Tested tool guide
Tested browser tools
Checked August 16, 2026
What Site Architecture Planner does, with a checked example
Site architecture usually lives in a spreadsheet where indentation is the only hint of hierarchy, and nobody notices the deepest page sits five levels down until the site is live. This tool replaces the spreadsheet with a visual tree: you add pages as nodes, drag them into parent-child relationships, and the site's structure becomes something you can see, rearrange, and judge. The thing most people get wrong is how fast depth accumulates: a product nested under a category under a section is already three clicks from home, and depth is exactly what this tool makes visible.
Worked example
A concrete input and expected output from the current implementation.
Input
Pages added as nodes: Home, Services, Website Design, Case Studies, About, Contact. Dragged into this arrangement: Services, About, and Contact under Home; Website Design under Services; Case Studies under Website Design.
->
Expected output
A rendered tree of six pages in four levels. About, Contact, and Services sit one click below Home, Website Design two clicks below Home, and Case Studies three clicks below Home, the deepest node in the tree.
Each parent-child edge adds one click of distance from Home, so Case Studies inherits Website Design's depth plus one. The output is the hierarchy exactly as arranged, with depth following mechanically from the nesting the user drew.