feat(canvas): flat-rate pricing — rename Starter→Team, Pro→Growth (Issue #1833) - #2045
Merged
Merged
Conversation
…1833) Rename "Starter" → "Team", update tagline + pricing page hero copy to lead with flat-rate per-org positioning — deliberate wedge against Cursor/Windsurf per-seat pricing ($40/seat vs $29/org). PMM decision: Issue #1833. Approved by Marketing Lead 2026-04-24. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…rtions
Marketing-lead agent's rename pass updated the "renders all three plans"
test (lines 56-57) but missed lines 77, 94, 114, 132, 143, 158 which still
referenced the pre-rename "Upgrade to Starter" / "Upgrade to Pro" button
names. Canvas (Next.js) build failed with getByRole timeout because the
component now says "Upgrade to Team" / "Upgrade to Growth".
Internal PlanId tuple ("free" | "starter" | "pro") and startCheckout(planId)
call are unchanged — only the user-facing button labels shifted, so
assertions like startCheckout("pro", "acme") still match the server-side API.
Verified locally: 9/9 PricingTable tests pass.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
HongmingWang-Rabbit
enabled auto-merge
April 24, 2026 20:51
HongmingWang-Rabbit
pushed a commit
that referenced
this pull request
Jun 12, 2026
…r checks (re-created from staging #2045) - cp_config.go: replace http.DefaultClient with 10s timeout client. - bundle/importer.go: add panic recovery in provision goroutine. - a2a_proxy.go: add panic recovery in SSE idle watcher goroutine. - discovery.go: pass context to queryPeerMaps and use QueryRowContext. - terminal.go: add panic recovery in stdout/PTY/stdin goroutines. - workspace.go: add deferred tx.Rollback in Create handler. - middleware/mcp_ratelimit.go, ratelimit.go, session_auth.go: add panic recovery in background cleanup goroutines. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.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.
[social-media-agent]
Summary
Rescues Canvas pricing/billing changes that were accidentally bundled into the marketing-content branch (, PR #1944).
Clean cherry-pick of commit
1bd57bbd— zero marketing/blog files included.What changes
canvas/src/lib/billing.tsNo per-seat pricingfeature bullet to both paid tierscanvas/src/app/pricing/page.tsx$29/month flat-rate per org, not per seat; add 5-person callout$29/month — not $200canvas/src/components/__tests__/PricingTable.test.tsxContext
Test plan