Get NextJet

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.
  • lookupKey: Used to find the correct plan in the payment provider. Either the stripe lookup key or the Lemon Squeezy variant ID.
  • features: A list of features included in the plan.
  • color: The background color for the circle beside the plan name.
  • buttonClassName: The class name used to style the plan CTA button.
pricing plans

Last updated on