Skip to main content

Modules Documentation

Pages list

Every page this module ships.

Complete

Phase 1 ships two production routes: detail page (live) and listing page. Phase 2 adds sector / stage / country archive routes that mirror the Editorial module pattern.

Phase 1 routes

/:lang/startups
Startup Showcase listing. Filter by sector + stage + country + verified status. Default sort: updated date descending.
/:lang/startups/:slug
Startup detail. Already live. Renders hero + description + Related Ecosystem Signals + JSON-LD Organization schema.

Phase 2 routes

  • `/:lang/startups/sectors/:sectorSlug` — sector archive (e.g. all FinTech startups).
  • `/:lang/startups/stages/:stageSlug` — stage archive (e.g. all Series A).
  • `/:lang/startups/countries/:countrySlug` — country archive.
  • `/:lang/submit/startup` — founder-driven submission flow (already routed in Phase 1; UI is a stub).