feat: pricing page sells the real plans, Free tier replaces the unpurchasable Plus - #58
feat: pricing page sells the real plans, Free tier replaces the unpurchasable Plus#58sweetmantech wants to merge 1 commit into
Conversation
…chasable Plus The $19/mo Plus plan had no checkout path (the API exposes exactly one purchasable price: $99/mo Pro). Replace it with an honest Free tier card whose entitlements match what free accounts actually get, update Pro's inherit line, the trial FAQ, and the page meta description. Part of recoupable/chat#1902 (M2). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 57 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Heads up from #60: the free plan CTA there now opens a $0 Stripe card-setup screen (card on file for credit top-ups, nothing charged). That makes the "No credit card required" bullet this PR adds to the Free card false. Whichever of the two merges second needs to drop that bullet. Flagging rather than editing this PR's branch. The FAQ answer here is fine, #60 rewrote the "Can I try before I buy?" answer separately because the old one incorrectly claimed the Pro trial needs no card. |
What
Reframes
/pricingto sell only the plans that actually exist. The page advertised a $19/mo "Plus" plan with a "Start free" CTA, but the API has exactly one purchasable price:api/lib/stripe/config.tsdefines a singleSTRIPE_SUBSCRIPTION_PRICE_ID(price_1RyDFD00JObOnOb53PcVOeBz, the $99/mo Pro with a 30-day trial). Plus had no checkout path; a visitor who wanted it could never buy it.Before / After
Free tier bullets and their evidence
api/lib/credits/const.tsDEFAULT_CREDITS = 333("Monthly credit allotment for free-tier accounts"); monthly refill inapi/lib/credits/checkAndResetCredits.tsPOST /api/artistshas no plan gate; no artist-count cap exists for free accounts, so the old "1 artist profile" count was dropped rather than kept unverifiedPOST /api/valuation(api/lib/valuation/runValuationHandler.ts) is credit-metered, not pro-gatedDropped Plus bullets that could not be verified as free entitlements: 100 credits (wrong number), release planning tools, analytics dashboard, community support, standalone AI content generation (image generation is x402 payment-routed).
Also updated
Part of recoupable/chat#1902.
Preview verification + screenshots to follow in a PR comment.
🤖 Generated with Claude Code
Summary by cubic
Updated the /pricing page to sell only real plans: replaced the fake $19/mo Plus with a Free tier that matches actual entitlements. Pro remains $99/mo with a 30‑day trial; copy, FAQ, and metadata now reflect this (addresses recoupable/chat#1902).
Written for commit bfde524. Summary will update on new commits.