← All features
product

Pricing plans the super-admin controls

Rename a plan, change the price, flip it live — no deploy needed.

The /superadmin/pricing page is the single source of truth for the landing page pricing section. Edit a plan’s name, price, feature bullets, highlighted-plan flag, and real quota columns (max cars, max users, history retention).

  • Landing page fetches live plans (60-second revalidate)
  • Fallback to sensible defaults if the API is unreachable
  • Quotas enforce on new car / user creation
  • Activate, hide, re-order — fully editable

How it works

pricing_plans table with a public read endpoint. The landing page’s PricingGrid server component fetches active rows on render.

Edit plans at /superadmin/pricing.

More product features