Patterns
Single tier — when there's one product, one price
Two tier (free + paid) — the most common saas pattern
Three tier with badge — when you have a clear "most popular"
Annual/monthly toggle — when you want to incentivize annual
Per-seat with quantity input — for team-priced tools
Feature comparison table — for plans differentiated by capability
Tiered + add-ons — for usage-based components
Pay what you want — for indie/community/educational
Enterprise contact-only — for plans that need a sales call
Free + paid (no tiers) — for tools where one paid plan covers all
PATTERN 01
Single tier
When there's one product, one price. Newsletters, simple tools, one-time purchases.
Watch: Visitors look for tiers and feel something is missing. Add a clear "what you get" list to fill the gap.
Standard
$29 / month
Everything you need.
All features Unlimited usage Email support Lifetime updates
Get started
View HTML
<div class="tier">
<div class="tier-name">Standard</div>
<div class="tier-price">$29<span class="per"> / month</span></div>
<div class="tier-desc">Everything you need.</div>
<ul class="tier-features">
<li>All features</li>
<li>Unlimited usage</li>
<li>Email support</li>
</ul>
<a class="tier-cta" href="#">Get started</a>
</div>
PATTERN 02
Two tier (free + paid)
When you have a free tier that's enough to evaluate the product and a paid tier that unlocks the rest.
Watch: The free tier needs to be useful. If it's a 5-call demo, visitors leave thinking the paid tier doesn't work either.
Free
$0
For trying things out.
5 projects Public sharing Community support
Sign up free
Pro
$19 / month
For active builders.
Unlimited projects Private projects Email support Custom domains
Start trial
PATTERN 03
Three tier with featured badge
Most common SaaS pattern. The middle plan is highlighted as "Most popular" to anchor decision-making.
Watch: Only highlight the middle plan if it actually IS the most popular. Otherwise the manipulation reads as such.
Starter
$9 / mo
1 user 10 projects Basic support
Choose
Pro
$29 / mo
5 users Unlimited projects Priority support API access
Choose
Team
$99 / mo
20 users SSO SLA Dedicated support
Choose
PATTERN 04
Annual/monthly toggle
When you want to push annual billing without hiding monthly. The discount is real and visible.
Watch: Show both prices unambiguously. If a visitor sees "$10/mo" and signs up expecting monthly billing, then sees a $120 charge, you have a chargeback.
Monthly
Annual (save 20%)
Hobby
$10 $96 / month / year ($8/mo)
Start
Pro
$25 $240 / month / year ($20/mo)
Commercial use Unlimited projects Priority support
Start
PATTERN 05
Per-seat with quantity input
For team tools. Lets buyers self-quote without contacting sales.
Watch: Make sure the math is shown. Just an input and a button is opaque; show the calculation.
PATTERN 06
Feature comparison table
When plans differ in capability rather than just usage limits. Lets users find the cheapest plan that has what they need.
Watch: Don't list every feature; list the ones that differentiate. A 50-row table is unreadable.
Feature Free Pro Team
Projects 3 Unlimited Unlimited
Custom domain No Yes Yes
API access No Yes Yes
SSO/SAML No No Yes
Audit log No No Yes
Support Community Email Slack channel
PATTERN 07
Tiered + usage-based add-ons
For products with a base subscription plus consumption (API calls, storage, bandwidth).
Watch: Be explicit about what counts as overage and how it's charged. Surprise overage bills create chargebacks.
Pro
$29 / mo + usage
Includes 100k API calls/mo Includes 10 GB storage $0.001 per additional API call $0.10 per additional GB
Start
Scale
$199 / mo + usage
Includes 5M API calls/mo Includes 500 GB storage $0.0005 per additional API call $0.05 per additional GB
Start
PATTERN 08
Pay what you want
For indie products, educational content, community-supported tools. Trades revenue per user for goodwill and reach.
Watch: Set a sensible minimum (often $0, sometimes a few dollars). Suggest typical amounts but don't shame people who pay less.
PATTERN 09
Enterprise: contact-only
For plans that genuinely require a sales call (custom contracts, procurement, integrations).
Watch: Hide pricing only when you have to. If your "Enterprise" plan is just Pro with SSO, publish the price. Hidden pricing for sub-$10k tools reads as untrustworthy.
PATTERN 10
Free + paid (no tiers)
When the paid version covers every use case and the free tier is the trial. Less choice, faster decision.
Watch: This works when the paid version is genuinely simple ("$10/mo, everything"). If you need "everything for solo, more for team," go to two tiers.
Free
$0
Try it. No credit card.
Limit: 50 actions / month All features
Sign up
Paid
$10 / month
Unlimited everything.
Unlimited actions All features Email support
Subscribe