This file is used to configure the pricing of the app and contains all the Stripe related information such as the pricing plans, free trial, etc.
billingPlan
that was specified inside the billing.config.ts
.
FREE_STRIPE_PRICE_INDICATOR
as this is used for the free plan and used throughout the
codebase.pricingCardFeatures
and pricingComparisonFeatures
object inside our pricing.config.ts
file.
pricingCardFeatures
is used to configure what features to show on the pricing card pricing-card.tsx
pricingComparisonFeatures
is used to configure what features to show on the pricing comparision table pricing-comparison.tsx
name, description, price, stripe_price_id and subscription_tier
for each of the plans inside the defaultPricingPlans
. You can find the stripe_price_id in Stripe.pricingCardFeatures
and defaultPricingFeatures
objects to contain the relevant features for each subscription.stripe_price_id
for each plan.