Pricing Config Repository
Component Detail
Data Layer
low complexity
frontend
0
Dependencies
2
Dependents
0
Entities
0
Integrations
Description
Static configuration repository holding Meander subscription pricing tiers. Stored in a configuration file to allow easy updates without code changes, and exposes typed tier objects consumed by the Cost Comparison Service and widget.
pricing-config-repository
Responsibilities
- Load and parse pricing tier configuration from static config file
- Expose typed PricingTier objects with tier name, monthly cost, and included features
- Provide default tier selection for initial widget render
Interfaces
getAllTiers(): PricingTier[]
getDefaultTier(): PricingTier
getTierById(tierId: string): PricingTier | null
Relationships
Dependents (2)
Components that depend on this component