You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tracking issue for the missing-page audit run against `main` on 2026-05-24. Six follow-up issues filed; this is the parent so we can see the whole queue in one place.
How the audit was run
Walked every `href="/..."` reference in:
`apps/www/src/components/v2/Navbar.tsx`
`apps/www/src/components/v2/Footer.tsx`
`apps/www/src/components/v2/*.tsx` (all home components)
`apps/www/src/app/page.tsx`
`apps/www/src/app/sitemap.ts`
Cross-referenced against the actual routes in `apps/www/src/app/`. Anything referenced that 404s = missing page.
Findings
Pages referenced from nav/components that 404 today
Each issue is self-contained — full copy is in the body, design notes reference existing sibling pages to match the aesthetic. `good first issue` labels are on the simpler ones (`/pricing`, `/integrations`, `/contact`).
Out of scope for this audit
The dashboard app (`apps/dashboard`) — has its own missing-screens audit, separate issue
The checkout app (`apps/checkout`) — has type-drift cleanup in flight, separate spawned task
What this is
Tracking issue for the missing-page audit run against `main` on 2026-05-24. Six follow-up issues filed; this is the parent so we can see the whole queue in one place.
How the audit was run
Walked every `href="/..."` reference in:
Cross-referenced against the actual routes in `apps/www/src/app/`. Anything referenced that 404s = missing page.
Findings
Pages referenced from nav/components that 404 today
Pages we should have for B2B SaaS hygiene
Pages that exist and are fine
Prioritization (suggested)
P0 — referenced from nav, currently 404s
P1 — completes the product story
P2 — B2B hygiene
How to pick one up
Each issue is self-contained — full copy is in the body, design notes reference existing sibling pages to match the aesthetic. `good first issue` labels are on the simpler ones (`/pricing`, `/integrations`, `/contact`).
Out of scope for this audit