feat(billing): raise Pro to $9/mo or $72/yr (grandfather $5/$48) - #37
Merged
Conversation
New checkouts use plan keys (monthly|annual) resolved from STRIPE_PRO_*_PRICE_ID env vars. Legacy $5/$48 Stripe price IDs stay on existing subscribers and are rejected for new checkouts. UI, pricing page, and upgrade modal updated; feature grid highlights spreadsheet import + cloud My Maps. Co-authored-by: Max <mhowe.gis@gmail.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
mapzimus
marked this pull request as ready for review
August 1, 2026 21:53
cursor Bot
pushed a commit
that referenced
this pull request
Aug 1, 2026
Master landed the $9/$72 Pro raise while this branch already contained that work plus Classroom. All conflicts were same-file supersession — kept Classroom (HEAD) versions and folded in master's Cancel-anytime pricing note. Co-authored-by: Max <mhowe.gis@gmail.com>
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.
Why
A1 (spreadsheet → map) and A2 (cloud My Maps) are live on
master. Per the monetization sequence, new Pro is now $9/mo or $72/yr. Existing $5/$48 subscribers stay on their Stripe Price (grandfathered).What
plan: "monthly" | "annual"and resolves live price IDs fromSTRIPE_PRO_MONTHLY_PRICE_ID/STRIPE_PRO_ANNUAL_PRICE_IDprice_1THabF…($5 / $48) IDs are rejected for new checkouts so nobody new can buy the old rate/pricing, upgrade modal buttons, banner, SEO meta → $9 / $72 (save 33%)npm run smoke:checkoutcovers wiring;npm run validatePASSManual steps for Max (required before checkout works at the new price)
Leave the old $5 / $48 Prices active (do not delete — grandfathered subscribers use them).
STRIPE_PRO_MONTHLY_PRICE_ID=price_…(new $9)STRIPE_PRO_ANNUAL_PRICE_ID=price_…(new $72)verify-subscription(webhook already stores whateverprice_idStripe sends).Out of scope (next)