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

Description

A static sales website widget that presents a side-by-side financial comparison between Meander platform costs and the implicit costs of manual workflows such as Word forms, Excel aggregation, and phone-based coordinator reporting. It accepts an optional organization size tier input to display pre-computed cost tiers relevant to the visitor's context. The widget is designed to communicate cost-benefit value to budget-holders and decision-makers without requiring sales team involvement.

Feature: Cost Comparison

cost-comparison-widget

Sources & reasoning

Line 500 lists Cost Comparison as one of two features in the Benefit Calculator area. The Sales Website is scoped as static/no-auth (line 216-220) with core capabilities including the benefit calculator block. Blueprint marks [MVP]. No phase deferral evidence exists; the entire Sales Website ships as a single MVP deliverable, so both calculator features land together.

  • docs/source/likeperson.md · line 500
    | sales-calculator | Benefit Calculator | Impact Calculator, Cost Comparison |
  • docs/source/likeperson.md · line 216-220
    Scope: Information-only. No authentication, no user accounts, no database, no shared runtime with the operational products.

Responsibilities

  • Render side-by-side cost comparison panels contrasting Meander pricing against manual workflow overhead
  • Accept organization size tier selection and update displayed comparison tier accordingly
  • Display pre-computed cost estimates for manual workflows including coordinator time, form processing, and aggregation overhead
  • Integrate visually with the Impact Calculator to frame value in financial terms alongside operational metrics

Interfaces

render(orgSizeTier?: 'small' | 'medium' | 'large'): void
updateTier(tier: 'small' | 'medium' | 'large'): void
getComparisonData(tier: string): CostComparisonData