Subscription Plans

Configure the subscription plans that are shown on the pricing page, onboarding and the dashboard billing page.

Configure Subscription Plans

Easily configure the subscription plans by editing the packages/utils/src/constants/subscriptionPlans.ts config file.

You can define the following properties for each subscription plan:

  • Name: The name of the subscription plan.
  • Tagline: A short description of the plan.
  • Price: The monthly and yearly price of the plan.
  • Stripe Lookup Key: The key used to look up the plan in Stripe.
  • Features: A list of features included in the plan.
  • Color: The color used to represent the plan on the pricing page.
  • Button ClassName: The class name used to style the plan CTA button.
pricing plans

Last updated on