FeatureOverviewPage
Component Detail
Description
Static marketing page listing all Meander platform capabilities organized by functional area. Communicates the modular, toggleable nature of the platform so decision-makers can evaluate which modules address their needs. Contains no authentication, no API calls, and no runtime data fetching.
feature-overview-page
Sources & reasoning
The source doc explicitly lists "feature overview" as a core capability of the Sales Website (lines 219-220) and scopes the Sales Website as MVP (line 333). The blueprint assigns [MVP] to this feature. Lines 231-248 on module toggles provide the rationale for a feature overview page that communicates modularity - prospective clients need to understand the optional vs core capability split before committing, making this a sales-critical information page alongside the landing page.
-
docs/source/likeperson.md · line 216-225Purpose: Public information site for prospective organizations - explains what Meander is shows features, and collects demo requests. Core capabilities: Product landing page and feature overview, Benefit / impact calculator, Demo booking form.
-
docs/source/likeperson.md · line 231-248Not every organization needs every capability. The needs matrix shows features that are must-have for one organization and irrelevant for another. Rather than branching the product per organization, the platform treats each functional area as an inde
Responsibilities
- Render a structured breakdown of all platform features grouped by functional area
- Communicate the optional/toggleable nature of each module (e.g. encrypted assignments, expense reimbursement, certification management)
- Surface clear calls-to-action for requesting a demo or starting contract discussions
- Present content accessibly with sufficient contrast and semantic HTML for screen readers
Interfaces
render(): JSX
getStaticProps(): PageProps