Tested tool guide
Tested browser tools
Checked August 16, 2026
What SaaS Pricing Page Builder does, with a checked example
You set the tier names, prices, feature lists, and an annual discount, and the tool renders a comparison page with a feature matrix and a billing toggle. Flipping the toggle recomputes every price on the page. The figure shown in annual mode is a per-month equivalent (the discounted yearly total divided by 12), not a separate monthly rate. The most common misreading is treating that discounted per-month number as a monthly payment plan: annual mode means one yearly charge, and the per-month figure exists for comparison only.
Worked example
A concrete input and expected output from the current implementation.
Input
Tiers: Starter $19/mo, Growth $49/mo, Scale $99/mo. Annual discount: 20%. Toggle set to annual.
->
Expected output
Starter $15.20/mo ($182.40/yr), Growth $39.20/mo ($470.40/yr), Scale $79.20/mo ($950.40/yr), with the same feature matrix under each tier.
A 20% annual discount multiplies each monthly rate by 0.8 to get the per-month equivalent, and the yearly total is that equivalent times 12: 49 x 0.8 = 39.20, and 39.20 x 12 = 470.40. The matrix rows are unchanged because the toggle only recomputes prices.