Modules Documentation
Pages list
Every page this module ships.
Complete
Phase 1 ships two public production routes: founders listing and founder detail. The Founder Account suite (create-profile / edit-profile / billing / introductions / settings / dashboard) is gated behind authentication — already routed, with stubs / partial implementations for Phase 2 finalization.
Public Phase 1 routes
- /:lang/founders
- Listing. Filter by industry + stage + country + role. Search by name. Default sort: featured first, then recently updated.
- /:lang/founders/:slug
- Founder detail page. Already live. Full Person schema JSON-LD emission.
Auth-gated Founder Account routes
- `/:lang/sign-in` — auth entry point (Sign In was moved out of the global header and lives here).
- `/:lang/forgot-password` — password reset.
- `/:lang/create-profile` — first-time founder profile creation.
- `/:lang/founder-edit-profile` — edit existing profile.
- `/:lang/founder-dashboard` — account overview.
- `/:lang/founder-billing` — Founder Account subscription + invoices.
- `/:lang/founder-introductions` — incoming introduction requests.
- `/:lang/founder-links-visibility` — control which social links are public.
- `/:lang/founder-plans-upgrade` — upgrade tier selection.
- `/:lang/founder-settings` — account settings.
- `/:lang/founder-startup-connection` — link / change the founder’s startup.
