# Current KLIGO route inventory

Generated from the app source during export. 97 route files (including compatibility redirects); dynamic [parameters] remain placeholders. A listed page is not evidence of production authentication or backend capability. Nested layouts and imported components also affect behavior. See HANDOFF_READINESS.md for launch scope; ROUTE_AND_ACTION_INVENTORY.md is an older historical audit.

| Route | Source | Boundary |
| --- | --- | --- |
| `/companies` | `app/companies/page.tsx` | Public/internal reference; see source for data and access |
| `/create-account/company` | `app/create-account/company/page.tsx` | Authentication/onboarding UI; no real identity service |
| `/create-account` | `app/create-account/page.tsx` | Authentication/onboarding UI; no real identity service |
| `/create-account/personal` | `app/create-account/personal/page.tsx` | Authentication/onboarding UI; no real identity service |
| `/customer/account/billing` | `app/customer/account/billing/page.tsx` | Customer demo; production authorization required |
| `/customer/account` | `app/customer/account/page.tsx` | Customer demo; production authorization required |
| `/customer/account/preferences` | `app/customer/account/preferences/page.tsx` | Customer demo; production authorization required |
| `/customer/account/profile` | `app/customer/account/profile/page.tsx` | Customer demo; production authorization required |
| `/customer/account/security` | `app/customer/account/security/page.tsx` | Customer demo; production authorization required |
| `/customer/account/support/chat` | `app/customer/account/support/chat/page.tsx` | Customer demo; production authorization required |
| `/customer/account/support` | `app/customer/account/support/page.tsx` | Customer demo; production authorization required |
| `/customer/account/verification` | `app/customer/account/verification/page.tsx` | Customer demo; production authorization required |
| `/customer/bookings/demo/configure` | `app/customer/bookings/demo/configure/page.tsx` | Customer demo; production authorization required |
| `/customer/bookings/demo/confirmation` | `app/customer/bookings/demo/confirmation/page.tsx` | Customer demo; production authorization required |
| `/customer/bookings/demo` | `app/customer/bookings/demo/page.tsx` | Customer demo; production authorization required |
| `/customer/bookings/demo/payment` | `app/customer/bookings/demo/payment/page.tsx` | Customer demo; production authorization required |
| `/customer/bookings/demo/review` | `app/customer/bookings/demo/review/page.tsx` | Customer demo; production authorization required |
| `/customer/bookings` | `app/customer/bookings/page.tsx` | Customer demo; production authorization required |
| `/customer/messages` | `app/customer/messages/page.tsx` | Customer demo; production authorization required |
| `/customer/notifications` | `app/customer/notifications/page.tsx` | Customer demo; production authorization required |
| `/customer` | `app/customer/page.tsx` | Customer demo; production authorization required |
| `/customer/projects` | `app/customer/projects/page.tsx` | Redirect → /customer/requests |
| `/customer/quotes` | `app/customer/quotes/page.tsx` | Customer demo; production authorization required |
| `/customer/requests/new` | `app/customer/requests/new/page.tsx` | Customer demo; production authorization required |
| `/customer/requests` | `app/customer/requests/page.tsx` | Customer demo; production authorization required |
| `/customer/saved` | `app/customer/saved/page.tsx` | Customer demo; production authorization required |
| `/customers` | `app/customers/page.tsx` | Customer demo; production authorization required |
| `/design-system` | `app/design-system/page.tsx` | Public/internal reference; see source for data and access |
| `/equipment/[slug]` | `app/equipment/[slug]/page.tsx` | Public/internal reference; see source for data and access |
| `/equipment` | `app/equipment/page.tsx` | Public/internal reference; see source for data and access |
| `/forgot-password` | `app/forgot-password/page.tsx` | Authentication/onboarding UI; no real identity service |
| `/how-it-works` | `app/how-it-works/page.tsx` | Public/internal reference; see source for data and access |
| `/legal/cookies` | `app/legal/cookies/page.tsx` | Public/internal reference; see source for data and access |
| `/legal` | `app/legal/page.tsx` | Redirect → /providers#policies |
| `/legal/privacy` | `app/legal/privacy/page.tsx` | Public/internal reference; see source for data and access |
| `/legal/terms` | `app/legal/terms/page.tsx` | Public/internal reference; see source for data and access |
| `/listings/[id]` | `app/listings/[id]/page.tsx` | Public/internal reference; see source for data and access |
| `/marketplace` | `app/marketplace/page.tsx` | Redirect → / |
| `/materials/[slug]` | `app/materials/[slug]/page.tsx` | Public/internal reference; see source for data and access |
| `/materials/[slug]/quote` | `app/materials/[slug]/quote/page.tsx` | Public/internal reference; see source for data and access |
| `/materials` | `app/materials/page.tsx` | Public/internal reference; see source for data and access |
| `/onboarding` | `app/onboarding/page.tsx` | Authentication/onboarding UI; no real identity service |
| `/` | `app/page.tsx` | Public/internal reference; see source for data and access |
| `/parts/[slug]` | `app/parts/[slug]/page.tsx` | Public/internal reference; see source for data and access |
| `/parts/[slug]/quote` | `app/parts/[slug]/quote/page.tsx` | Public/internal reference; see source for data and access |
| `/parts` | `app/parts/page.tsx` | Public/internal reference; see source for data and access |
| `/photo-credits` | `app/photo-credits/page.tsx` | Public/internal reference; see source for data and access |
| `/projects/[slug]/apply` | `app/projects/[slug]/apply/page.tsx` | Redirect → /marketplace |
| `/projects/[slug]` | `app/projects/[slug]/page.tsx` | Redirect → /marketplace |
| `/projects` | `app/projects/page.tsx` | Redirect → /marketplace |
| `/provider/account` | `app/provider/account/page.tsx` | Provider demo; production authorization required |
| `/provider/account/security` | `app/provider/account/security/page.tsx` | Provider demo; production authorization required |
| `/provider/advertise` | `app/provider/advertise/page.tsx` | Provider demo; production authorization required |
| `/provider/availability` | `app/provider/availability/page.tsx` | Provider demo; production authorization required |
| `/provider/billing/invoices/[invoiceId]` | `app/provider/billing/invoices/[invoiceId]/page.tsx` | Provider demo; production authorization required |
| `/provider/billing` | `app/provider/billing/page.tsx` | Provider demo; production authorization required |
| `/provider/bookings/[bookingId]` | `app/provider/bookings/[bookingId]/page.tsx` | Provider demo; production authorization required |
| `/provider/bookings` | `app/provider/bookings/page.tsx` | Provider demo; production authorization required |
| `/provider/campaigns/[campaignId]` | `app/provider/campaigns/[campaignId]/page.tsx` | Provider demo; production authorization required |
| `/provider/campaigns/new` | `app/provider/campaigns/new/page.tsx` | Provider demo; production authorization required |
| `/provider/campaigns` | `app/provider/campaigns/page.tsx` | Provider demo; production authorization required |
| `/provider/checkout` | `app/provider/checkout/page.tsx` | Provider demo; production authorization required |
| `/provider/disputes` | `app/provider/disputes/page.tsx` | Provider demo; production authorization required |
| `/provider/listings/[listingId]/edit` | `app/provider/listings/[listingId]/edit/page.tsx` | Provider demo; production authorization required |
| `/provider/listings/[listingId]/preview` | `app/provider/listings/[listingId]/preview/page.tsx` | Provider demo; production authorization required |
| `/provider/listings/new` | `app/provider/listings/new/page.tsx` | Provider demo; production authorization required |
| `/provider/listings` | `app/provider/listings/page.tsx` | Provider demo; production authorization required |
| `/provider/listings/photo-guide` | `app/provider/listings/photo-guide/page.tsx` | Provider demo; production authorization required |
| `/provider/messages` | `app/provider/messages/page.tsx` | Provider demo; production authorization required |
| `/provider/moderation` | `app/provider/moderation/page.tsx` | Provider demo; production authorization required |
| `/provider/notifications` | `app/provider/notifications/page.tsx` | Provider demo; production authorization required |
| `/provider` | `app/provider/page.tsx` | Provider demo; production authorization required |
| `/provider/performance` | `app/provider/performance/page.tsx` | Provider demo; production authorization required |
| `/provider/plans/enterprise` | `app/provider/plans/enterprise/page.tsx` | Provider demo; production authorization required |
| `/provider/plans` | `app/provider/plans/page.tsx` | Provider demo; production authorization required |
| `/provider/plans/slots` | `app/provider/plans/slots/page.tsx` | Provider demo; production authorization required |
| `/provider/profile` | `app/provider/profile/page.tsx` | Provider demo; production authorization required |
| `/provider/promotions` | `app/provider/promotions/page.tsx` | Provider demo; production authorization required |
| `/provider/public-profile` | `app/provider/public-profile/page.tsx` | Provider demo; production authorization required |
| `/provider/quotes` | `app/provider/quotes/page.tsx` | Provider demo; production authorization required |
| `/provider/requests` | `app/provider/requests/page.tsx` | Provider demo; production authorization required |
| `/provider/settings` | `app/provider/settings/page.tsx` | Provider demo; production authorization required |
| `/provider/settings/preferences` | `app/provider/settings/preferences/page.tsx` | Provider demo; production authorization required |
| `/provider/support/chat` | `app/provider/support/chat/page.tsx` | Provider demo; production authorization required |
| `/provider/support` | `app/provider/support/page.tsx` | Provider demo; production authorization required |
| `/provider/trust` | `app/provider/trust/page.tsx` | Provider demo; production authorization required |
| `/provider/trust/report` | `app/provider/trust/report/page.tsx` | Provider demo; production authorization required |
| `/providers/[slug]` | `app/providers/[slug]/page.tsx` | Public/internal reference; see source for data and access |
| `/providers` | `app/providers/page.tsx` | Public/internal reference; see source for data and access |
| `/providers/trusted` | `app/providers/trusted/page.tsx` | Public/internal reference; see source for data and access |
| `/report` | `app/report/page.tsx` | Public/internal reference; see source for data and access |
| `/services/[slug]` | `app/services/[slug]/page.tsx` | Public/internal reference; see source for data and access |
| `/services` | `app/services/page.tsx` | Public/internal reference; see source for data and access |
| `/sign-in/form` | `app/sign-in/form/page.tsx` | Authentication/onboarding UI; no real identity service |
| `/sign-in` | `app/sign-in/page.tsx` | Authentication/onboarding UI; no real identity service |
| `/trust` | `app/trust/page.tsx` | Public/internal reference; see source for data and access |
| `/verify` | `app/verify/page.tsx` | Authentication/onboarding UI; no real identity service |
