Route nodes come from the repo.
page.tsx files become route nodes, route groups collapse correctly, and dynamic segments stay generic for stable comparisons.

The diagram is not a quarterly sketch. It is a parser-derived graph that starts with your source tree, gains runtime weight, and shows what changed between deploys.
page.tsx files become route nodes, route groups collapse correctly, and dynamic segments stay generic for stable comparisons.
TrueClara derives the expected route shape before traffic arrives, then uses runtime transitions to show whether the path is alive.
Entries, exits, and edge transition rates let the diagram explain where behavior changed instead of merely showing where routes exist.

page.tsx files become route nodes, route groups collapse correctly, and dynamic segments stay generic for stable comparisons.

TrueClara derives the expected route shape before traffic arrives, then uses runtime transitions to show whether the path is alive.

Entries, exits, and edge transition rates let the diagram explain where behavior changed instead of merely showing where routes exist.
Every deploy gets a marker. The diff turns route topology into a release artifact the team can inspect.

Source structure, runtime weight, and deploy diffs sit in one surface — so route topology is something you read at deploy time, not reconstruct after.
Observations build on top of that graph to show what changed and which release caused it.