Take the paid plans off the site for now - #89
Merged
Merged
Conversation
No pricing surface while there is nothing to sell. Removes the "Pricing" nav item (en/de/fr), the `#pricing` home section — tiers, the coming-soon badges, the enterprise contact CTA, the free/prices notes and the plan waitlist form — its 179 lines of CSS, and the `pricing` copy blocks in all three locales. The home page now runs from the roadmap straight into the closing CTA, which already carries the honest line: "Free, local-first, and yours. Download the public beta." Nothing about cost is left unanswered because nothing about cost is claimed. `EmailSignupForm` and `/api/waitlist` stay — the newsletter still uses them. `WaitlistForm.astro` is now the only orphan, and it was already unused before this change, so it is left alone. site 211 tests green, biome clean, astro check 0 errors, 35 pages build. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01U2K9twZ3vdD8LqCv1QbLuW
|
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.
No pricing surface while there is nothing to sell. Pairs with brainstorm-os/shell#510 (which takes Settings → Membership and → Billing out of the app) and the harness docs PR (plan
14.0).What comes out
#pricinghome section: tiers, coming-soon badges, the enterprise contact CTA, the free/prices notes and the plan waitlist form.pricingcopy blocks for en / de / fr.529 deletions, no insertions.
What it reads like now
The home page runs from the roadmap straight into the closing CTA, which already carries the honest line:
So nothing about cost is left unanswered — nothing about cost is claimed. Nav is now Overview · Apps · How it works · Roadmap.
Notes
EmailSignupFormand/api/waitliststay — the newsletter still uses them.WaitlistForm.astrois now the only orphan in the tree, and it was already unused before this change, so it is left alone.src/content/segments/team.mdandcompare/template.mdstill say "pricing", but both are about competitors' pricing transparency and neither is a rendered route today.Gates
211 tests green · biome clean ·
astro check0 errors · 35 pages build.Verified in the built output: no
#pricinganchor and no price strings on the en, de or fr home pages.mainpublishes immediately — so this goes live the moment it merges.🤖 Generated with Claude Code
https://claude.ai/code/session_01U2K9twZ3vdD8LqCv1QbLuW