Rebrand paid tier to $99 Founding Lifetime Member#10
Merged
Conversation
Replace the $10 "Premium" pitch with a $99 Founding Lifetime Member offer (first 1,000 accounts) and list every bonus feature in the join@ upgrade prompt: personal email + webmail, custom domains, Tor access, and lifetime locked-in pricing. - payments: PremiumPriceLabel/default amount $10 -> $99, add FoundingCap - join@ offer + already-paid welcome + gated-route upsell copy - README + interface doc comments Price stays env-overridable via AGENTBBS_PREMIUM_AMOUNT. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
vu1nz Security Review0 finding(s) in PR #? No security issues found. |
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.
What
Rebrands the paid membership in the
join@onboarding flow from $10 "Premium" to $99 Founding Lifetime Member (first 1,000 accounts), and lists every bonus feature in the upgrade pitch.New
ssh join@bbs.profullstack.comupgrade pitchBonus features were sourced from what the code actually gates behind
ensurePremium(personal email + webmail, customdomain@, and thetor@/tor-url@/tor-irc@routes) — no invented perks.Changes
internal/payments:PremiumPriceLabeland defaultAGENTBBS_PREMIUM_AMOUNT$10 → $99; newFoundingCap = "1,000"const.cmd/agentbbs/main.go: rewroteofferPremiumpitch; updated already-paid welcome header and gated-route upsell copy; doc comments.internal/store/store.go+README.md: copy/doc updates.Notes
AGENTBBS_PREMIUM_AMOUNT.Premiumfield, DB column,grant-pod) is unchanged; only user-facing copy changed (no migration).🤖 Generated with Claude Code