v1.68.0 - #814
Merged
Merged
Conversation
…ture 30-Day Pass (#813) New subs collapsed from ~55/mo to ~4/mo starting the week of 2026-02-10, when the pricing page redesign (#794) and price change (#796: monthly $4→$6, annual $24→$48) shipped. Pricing→purchase fell 3% → 1% while Stripe Checkout itself kept converting, so this restores the page that converted and the prices that sold, and gives the $9 30-Day Pass (the only SKU currently growing) first-class placement instead of a footnote. - Pricing2: restore the pre-#793 page (video hero, feature slideshow, logo row, purple theme). Keep Helmet meta, #pass hash handling, and the Tone Row cross-links footer. Add a hero "30-Day Pass for $9" link and a #pass callout that preselect the pass and scroll to checkout. - Checkout: pass is a third selectable plan card (Yearly $2/mo, Monthly $4, Pass $9 once); the CTA switches copy per selection. Selection lives in a small zustand store so deep links (/pricing#pass from paywalls) and the hero link can preselect it. Single `effectivePlan` derivation falls back to yearly for active pass holders. posthog `checkout_started` event for measuring click-through. - API: create-checkout-session refuses a second pass for an active pass holder (no webhooks, so this is the only server-side guard). - FAQ: pre-#794 questions back (lazy t kept), pass answers added, $4/$24. - FeatureBreakdown/Testimonials/index.css: purple accents and pricing CSS restored from 9c0ca47^ (green.300 hard-coded to the old hex). - All hard-coded $6/month copy → $4/month. - e2e pass.spec + Checkout unit tests updated; locales re-extracted. Requires flipping STRIPE_PRICE_ID / STRIPE_PRICE_ID_YEARLY to the still- active $4/$24 prices and adding the $6/$48 IDs to OTHER_VALID_STRIPE_PRICE_IDS (done for dev/preview; prod is a manual step before merging to main). Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Production Stripe price env vars already updated (STRIPE_PRICE_ID / STRIPE_PRICE_ID_YEARLY → $4/$24; $6/$48 IDs grandfathered in OTHER_VALID_STRIPE_PRICE_IDS).
🤖 Generated with Claude Code