Impact Calculator
Feature Detail
Description
The Impact Calculator is a static, client-side tool on the Sales Website that lets prospective organizations estimate the measurable value Meander delivers to their peer mentor program. Visitors input parameters such as number of peer mentors, average activities per mentor per month, and current administrative overhead, and the calculator produces a concrete output showing hours saved, reporting burden reduced, and estimated volunteer retention uplift. No login or backend call is required - all computation runs in the browser against fixed formulas. The calculator serves as the primary conversion tool for decision-makers evaluating the platform. By translating abstract feature descriptions into quantified outcomes (e.g. "380 activities per year logged in under 2 minutes each saves 12 hours of admin per month"), it bridges the gap between product marketing and procurement decisions. The output is shareable as a summary or PDF so buyers can present the case internally. The page is part of the static Sales Website product and shares no runtime with the operational backend. All formulas are authored by the Norse Digital Products team and baked into the static build.
Sources & reasoning
The blueprint marks this feature [MVP] under the sales-calculator area. The MVP scope for the Sales Website explicitly includes "fordeler" (benefits/advantages) as a landing-page concern. The 380-registrations-per-year statistic from the HLF workshop is exactly the kind of concrete input a benefit calculator would use to generate a quantified time-saving estimate for prospective buyers.
No source references — this artifact was included based on reasoning alone (see above).
Analysis
Prospective organizations - non-profits applying for Bufdir funding - need to justify new tooling to boards and finance committees. A concrete impact estimate removes the single largest adoption barrier: abstract value propositions. By showing "your 40 peer mentors logging 380 activities a year will reclaim X hours of coordinator time," the calculator shortens the sales cycle and increases conversion from demo request to pilot. This is especially critical for organizations with limited digital budgets who must demonstrate ROI before committing. From a platform perspective the calculator also seeds the narrative that Meander reduces administrative overhead - the top-ranked need across all four workshop organizations (NHF, Blindeforbundet, HLF, Barnekreftforeningen). Anchoring the sales experience to that shared pain point maximizes resonance with the target buyer persona. The tool requires zero ongoing maintenance cost beyond formula updates.
The calculator is implemented as a pure client-side component with no API dependency. The recommended stack follows the Sales Website's static-site approach (Next.js static export, Astro, or plain HTML/CSS/JS). Inputs are validated inline with range guards to prevent nonsensical outputs. Formulas are defined in a single constants file to make them auditable and updatable without touching UI code. Accessibility must meet WCAG 2.2 AA: all inputs have associated labels, results are announced via aria-live regions, and the page is fully keyboard-navigable. A "Download summary" action can use the browser's print-to-PDF flow rather than a server-side PDF renderer, keeping infrastructure minimal. No analytics or tracking beyond standard page-view events is required at MVP.
Components (44)
Shared Components
These components are reused across multiple features
Service Layer (11)
Data Layer (23)
Infrastructure (7)
User Stories
No user stories have been generated for this feature yet.