LiveStatic route and folder ownership map for builders and operators.
Static ownership map

Founder AI Web App Map

A route registry and folder ownership guide for building inside the Founder AI webapp without moving folders, crossing admin boundaries, or touching legacy runtime files by accident.

Routes registered

18

Route groups

7

Runtime behavior

None

This page reads static registry constants only. It does not call providers, read runtime records, submit approvals, or prove live integrations.

Route registry

Routes by current navigation group

These groups come from founderAiGlobalNavigationGroups so the page stays aligned with the webapp registry.

Product

Product routes

4 routes

Core Founder AI webapp entry points.

Founder AI landing

/
Live

Public webapp entry with page anchors and private alpha intake.

Dashboard

/dashboard
LiveRequires authPrivate alpha

Authenticated account-aware dashboard shell with assigned project, read-only role context, and safe source health.

App Map

/app-map
Live

Static route and folder ownership map for builders and operators.

Sign in

/signin
Live

Public password sign-in for registered Founder AI accounts.

Construction OS

Construction OS routes

3 routes

Construction-first operating-system routes for GC project workflows.

Construction OS

/construction-os
Static preview

Construction-first AI OS route for project memory, approvals, and field workflows.

Review Packets

/deliveries
Static previewRequires authPrivate alpha

Static owner/client review packet preview for GC risk narratives and evidence status.

Projects

/companies
Static previewRequires authPrivate alpha

Static GC project portfolio preview for risk posture and review status.

Role dashboards

Role dashboards routes

1 routes

Role intelligence for executives, DOO, PX, regional managers, PMs, superintendents, safety, commissioning, and subcontractor coordination.

Role dashboards

/role-dashboards
Static preview

Construction role intelligence previews for operating positions.

Admin

Admin routes

5 routes

Private alpha admin review and diagnostics routes.

Admin / Alpha Sessions

/admin/alpha-sessions
Admin onlyRequires authPrivate alpha

Private admin review queue for captured alpha sessions.

Founder Pulse

/admin/pulse
Admin onlyRequires authPrivate alpha

Private admin pulse surface for alpha-session operating signal.

Security Center

/admin/security
Admin onlyRequires authPrivate alpha

Private admin security status surface.

Storage Diagnostics

/admin/storage
Admin onlyRequires authPrivate alpha

Private admin storage diagnostics with safe status surfaces.

AI Universe

/admin/universe
Admin onlyRequires authPrivate alpha

Private admin AI OS universe status surface.

Demo / Pilot / Consultation

Demo / Pilot / Consultation routes

1 routes

Request paths stay static until live backend handling is approved.

Founder AI landing

/
Live

Public webapp entry with page anchors and private alpha intake.

Settings / Account

Settings / Account routes

5 routes

Account, login, and private alpha settings surfaces.

Create account

/signup
Live

Password account creation reachable from the standard sign-in route.

Sign in

/signin
Live

Public password sign-in for registered Founder AI accounts.

Owner/Admin login

/login
LiveRequires authPrivate alpha

Owner/admin bootstrap access surface for alpha administration.

Settings

/settings
Static previewRequires authPrivate alpha

Private alpha settings preview for account, project, integration, and approval guardrails.

LiveRequires authPrivate alpha

Customer project access management for account, company, and project-scoped memberships.

Future AI OS modules

Future AI OS modules routes

Roadmap

Future platform modules tracked as static roadmap data.

No live route folder is owned by this group yet. Keep future modules in the registry until an approved work order creates a route.

All registered routes

Every route currently known to the registry

Use this list when checking whether a page belongs in the public product, private admin, account, or future-module surface.

Founder AI landing

/
Live

Public webapp entry with page anchors and private alpha intake.

Owner/Admin login

/login
LiveRequires authPrivate alpha

Owner/admin bootstrap access surface for alpha administration.

Create account

/signup
Live

Password account creation reachable from the standard sign-in route.

Sign in

/signin
Live

Public password sign-in for registered Founder AI accounts.

App Map

/app-map
Live

Static route and folder ownership map for builders and operators.

Dashboard

/dashboard
LiveRequires authPrivate alpha

Authenticated account-aware dashboard shell with assigned project, read-only role context, and safe source health.

Role dashboards

/role-dashboards
Static preview

Construction role intelligence previews for operating positions.

Construction OS

/construction-os
Static preview

Construction-first AI OS route for project memory, approvals, and field workflows.

Settings

/settings
Static previewRequires authPrivate alpha

Private alpha settings preview for account, project, integration, and approval guardrails.

LiveRequires authPrivate alpha

Customer project access management for account, company, and project-scoped memberships.

Review Packets

/deliveries
Static previewRequires authPrivate alpha

Static owner/client review packet preview for GC risk narratives and evidence status.

Construction Intake

/interviews
Static previewRequires authPrivate alpha

Static project-context intake for construction blockers, approval owners, and evidence gaps.

Projects

/companies
Static previewRequires authPrivate alpha

Static GC project portfolio preview for risk posture and review status.

Admin / Alpha Sessions

/admin/alpha-sessions
Admin onlyRequires authPrivate alpha

Private admin review queue for captured alpha sessions.

Founder Pulse

/admin/pulse
Admin onlyRequires authPrivate alpha

Private admin pulse surface for alpha-session operating signal.

Security Center

/admin/security
Admin onlyRequires authPrivate alpha

Private admin security status surface.

Storage Diagnostics

/admin/storage
Admin onlyRequires authPrivate alpha

Private admin storage diagnostics with safe status surfaces.

AI Universe

/admin/universe
Admin onlyRequires authPrivate alpha

Private admin AI OS universe status surface.

Where files belong

Folder ownership boundaries

Add new webapp product UI inside apps/web by default, and keep legacy bot/runtime files out of new customer-facing UI unless a work order explicitly scopes them.

Homepage

apps/web/src/app/page.tsx

Homepage, marketing surface, private alpha intake, and executive dashboard shell.

Construction OS deep preview

apps/web/src/app/construction-os/page.tsx

Construction OS product preview. Keep it static-data-first unless scoped otherwise.

Role dashboards

apps/web/src/app/role-dashboards/page.tsx

Role dashboard preview route for construction operating positions.

Private admin surfaces

apps/web/src/app/admin/**

Owner/admin review, pulse, storage, security, and universe status surfaces.

API routes

apps/web/src/app/api/**

Route handlers only. Do not add page UI or shared presentation code here.

Shared visual components

apps/web/src/components/**

Reusable UI components shared across webapp pages.

Landing components

apps/web/src/components/landing/**

Landing, alpha intake, and executive command-deck components for public product surfaces.

Webapp shell and navigation

apps/web/src/components/layout/**

Public shell, desktop top navigation, mobile drawer, footer, and shared route CTAs.

Construction OS components

apps/web/src/components/construction-os/**

Construction OS-only components. Do not generalize them without a scoped refactor.

Static data and helpers

apps/web/src/lib/**

Typed static data, registries, and helper functions used by app routes.

Construction OS data

apps/web/src/lib/construction-os/**

Construction OS typed static data and constants.

Legacy runtime harness

index.js and deploy-commands.js

Legacy/testing/runtime harness. Do not use these files for new product UI.

Do not randomly edit

Files that need explicit scope

These areas can break runtime state, auth, deployment, provider safety, or Construction OS boundaries if they are edited as cleanup.

Package files and lockfiles.

Environment files or local secret files.

data/*.json runtime state.

Bot runtime files unless the work order is bot-scoped.

Auth, session, API, provider, or database files unless explicitly scoped.

Construction OS files unless the work order is Construction OS-scoped.