Go back

Routes and Pages

Generated from src/app/**/page.tsx to keep docs aligned with implemented routes.

Route Inventory

  • Total routed pages: 161
  • Largest group: /admin (116 pages)
  • Marketing/features pages: 14
  • Superadmin pages: 6
  • Help pages: 5

High-Traffic Core Routes

  • / (landing/home entry)
  • /login
  • /onboarding
  • /platform (product overview)
  • /pricing, /pricing/[plan], /pricing/checkout
  • /admin
  • /admin/projects
  • /admin/issues
  • /admin/automation/workflows
  • /admin/reliability
  • /admin/governance (governance dashboard)
  • /admin/team (team & pending membership requests)
  • /help/docs/[[...slug]]

Feature Marketing Routes

  • /features
  • /features/authority
  • /features/automation
  • /features/bug-tracker
  • /features/build
  • /features/cli-tools
  • /features/contracts
  • /features/editor-demo
  • /features/events
  • /features/execution
  • /features/github-integration
  • /features/reliability
  • /features/templates
  • /features/usage

Auth and Account Routes

  • /login
  • /logout
  • /forgot-password
  • /reset-password
  • /account/tokens

Documentation and Help Routes

  • /help
  • /help/docs/[[...slug]]
  • /help/docs/swagger
  • /help/public-api
  • /help/faq

Notes

  • Route groups (for example, (dashboard) and (marketing)) are filesystem-only and are not part of URL paths.
  • Dynamic segments are documented with bracket notation (for example, /admin/projects/[projectKey]).
  • Regenerate counts: find src/app -name 'page.tsx' | wc -l (expect 161 as of 2026-04-21).

Last Updated: April 21, 2026 (America/New_York)