User Interface medium complexity frontend
0
Dependencies
0
Dependents
0
Entities
0
Integrations

Description

The top-level page that organizes and displays all platform capabilities grouped by area or benefit theme on the sales website. It assembles FeatureCardWidget instances into a scannable grid layout aimed at B2B decision-makers. The page requires no authentication and is optimized for first-impression evaluation of platform fit.

Feature: Feature Overview

feature-showcase-page

Sources & reasoning

Line 224 lists feature overview as a core Sales Website capability alongside the landing page. Both fall under Product Sales Website MVP scope in Fase 1 (lines 335-336), setting target_release to MVP. The blueprint assigns FeatureShowcasePage and FeatureCardWidget to this feature under Product Showcase, confirming it as a distinct deliverable.

  • docs/source/likeperson.md · line 224
    - Product landing page and feature overview
  • docs/source/likeperson.md · line 335-336
    **Product Sales Website (MVP scope):** - Statisk landingsside med produktbeskrivelse og fordeler
  • docs/source/likeperson.md · line 220
    - Purpose: Public information site for prospective organizations - explains what Meander is, shows features, and collects demo requests.

Responsibilities

  • Render grouped feature sections organized by area or benefit theme
  • Fetch and pass feature metadata to FeatureCardWidget instances
  • Manage responsive grid layout for feature card collections
  • Support static or server-rendered delivery for SEO and fast load
  • Coordinate visual hierarchy to guide decision-maker evaluation flow

Interfaces

render(): HTMLElement
loadFeatureGroups(): FeatureGroup[]
groupByArea(features: Feature[]): Record<string, Feature[]>