Foundation Snapshot
Auth bootstrap route: /api/v1/auth/bootstrap
System lookups route: /api/v1/system/lookups
- auth
- profiles
- jobs
- contents
- engagement
- notifications
- moderation
- system
FuturePaths Platform Foundation
This scaffold is the first implementation slice for the FuturePaths conversion. It establishes the Next.js foundation, `/api/v1` contract shape, shared auth bootstrap semantics, and the typed module boundaries that both the web client and Expo mobile clients will consume.
Auth bootstrap route: /api/v1/auth/bootstrap
System lookups route: /api/v1/system/lookups
The phase-one clients share one authenticated bootstrap response with account status, locale, permission summary, unread notifications, and feature flags.
The implementation now includes typed route stubs and a first real backend path for foundation health, auth bootstrap, and system lookups so future work can layer in Supabase and PostgreSQL without changing the contract shape.
This is intentionally a foundation slice, not a feature-complete app. The current code proves layout, contracts, and package structure so the next commit can start wiring real persistence and auth providers.