Intermediate SaaS Architecture #saas-tiers #feature-gating #entitlements #pricing

SaaS Tiers & Entitlements Vocabulary

5 exercises — master the vocabulary of SaaS pricing tiers and entitlements: feature gating, the entitlement service, hard and soft limits, configuration-driven plans, and time-limited trial overrides.

0 / 5 completed
SaaS tiers & entitlements quick reference
  • Feature gating — conditional access to a feature based on a tenant's commercial plan tier
  • Entitlement service — centralised authority evaluating plan tier, add-ons, trial grants, and manual overrides
  • Hard limit — operation is rejected when quota is reached (HTTP 403/413); non-negotiable ceiling
  • Soft limit — operation is permitted beyond threshold but triggers a warning and upsell prompt
  • Config-driven entitlements — plan rules defined in a data store; changeable by CS/sales without code deployment
  • Time-limited override — trial entitlement stored with an expiry timestamp; auto-reverts when it passes
  • Grandfathered entitlement — legacy access right retained by older customers when plan features are restructured
  • Upgrade prompt — in-app or email upsell shown when a tenant approaches or hits a plan limit
1 / 5

A SaaS product has three tiers: Basic, Pro, and Enterprise. During a code review, an engineer comments: "Feature X is gated behind the Pro tier." What does feature gating mean technically in a SaaS context?