pricing: phase-0: implement Free and Pro Plan#9166
Open
Conversation
Add Free and Growth as first-class billing plan types across the stack: - Proto: `BILLING_PLAN_TYPE_FREE` and `BILLING_PLAN_TYPE_GROWTH` enum values - Go: `FreePlanType`/`GrowthPlanType` constants, plan name mapping, display names - Frontend: `isFreePlan()`/`isGrowthPlan()` helpers, `FreePlan` and `GrowthPlan` components - Updated `isEnterprisePlan()` to exclude free and growth plans Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…owth Plan" display names Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Apr 1, 2026
…Svelte 5) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
pjain1
reviewed
Apr 7, 2026
Contributor
Author
|
Confirmed in Call:
Since we have free-trial already, keep the text to free_plan in Orb |
Contributor
Author
|
@AdityaHegde tagging you for UI review, the flow will still point to Teams until the we're ready to swap to Pro plan :) Waiting for some of Eric's changes to get into main (ie dev_slots, branch edits, etc.) |
pjain1
approved these changes
Apr 10, 2026
Member
pjain1
left a comment
There was a problem hiding this comment.
Looks good from platform side.
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.
Add isFreePlan and isProPlan billing plan type helpers. This is a pre-req for all new plan types moving forward.
Adjust Growth to Pro-plan:
https://rilldata.slack.com/archives/C0ADZ6Q3A91/p1775536377117009?thread_ts=1775488075.476119&cid=C0ADZ6Q3A91
Checklist: