Skip to content

feat: Pro cloud-only, unlimited users, Enterprise self-host trial#1051

Merged
d-bytebase merged 1 commit intomainfrom
pricing-pro-cloud-only-unlimited-users
Mar 23, 2026
Merged

feat: Pro cloud-only, unlimited users, Enterprise self-host trial#1051
d-bytebase merged 1 commit intomainfrom
pricing-pro-cloud-only-unlimited-users

Conversation

@d-bytebase
Copy link
Contributor

Summary

  • Pro plan is now cloud-only with unlimited users at $20/user/month (removed 20-user and 10-instance caps)
  • 14-day Enterprise trial for self-hosted Free instances, with CTA linking to /contact-us
  • Existing Pro self-host licenses grandfathered — no changes to currently active licenses
  • Simplified license.mdx and self-host-vs-cloud.mdx docs

Test plan

  • Verify pricing page renders correctly (hero cards, comparison table, Q&A)
  • Verify Pro card shows "Start on Cloud", "Unlimited users", "Cloud deployment"
  • Verify Free card still shows "Up to 20 users", "10 database instances"
  • Verify docs render correctly on Mintlify (mint dev)
  • Verify all images load in license.mdx and self-host-vs-cloud.mdx

🤖 Generated with Claude Code

…lf-host trial

- Pro plan is now cloud-only with unlimited users at $20/user/month
- Remove 20-user and 10-instance caps from Pro plan
- Add 14-day Enterprise trial for self-hosted Free instances
- Grandfather existing Pro self-host licenses
- Simplify license and self-host-vs-cloud docs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 23, 2026 09:09
@mintlify
Copy link
Contributor

mintlify bot commented Mar 23, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
bytebase-doc 🟢 Ready View Preview Mar 23, 2026, 9:10 AM

@vercel
Copy link

vercel bot commented Mar 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
bytebase-com Ready Ready Preview, Comment Mar 23, 2026 9:11am

Request Review

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Bytebase pricing and documentation to reflect new plan positioning: Pro is cloud-only with unlimited users, and Enterprise offers a 14-day self-host trial CTA, while clarifying grandfathering for existing Pro self-host licenses.

Changes:

  • Adjust Pro plan CTAs/copy on pricing hero and comparison-table data (cloud-only messaging, “Start on Cloud”, unlimited users).
  • Update Pricing Q&A to reflect deployment options, air-gapped requirement for Enterprise, trial messaging, and grandfathered Pro self-host licenses.
  • Simplify Mintlify docs for “Self-Host vs Cloud” and “Manage License” to match the new plans/trial positioning.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
src/components/pages/pricing/table/data/pricing-plans.ts Updates Pro plan CTA text and adds cloud-only emphasis in the plan description.
src/components/pages/pricing/qa/index.tsx Revises Q&A content to reflect new deployment/trial/licensing policy messaging.
src/components/pages/pricing/hero/hero.tsx Updates Pro hero card bullets and CTA to match cloud-only + unlimited users positioning.
docs/get-started/self-host-vs-cloud.mdx Replaces verbose content with a concise comparison table + note about Pro cloud-only and Enterprise trial CTA.
docs/administration/license.mdx Simplifies license documentation, adds plan table and clarifies cloud-only Pro + trial CTA + instance licensing guidance.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

'The Free plan supports both self-host and cloud. The Pro plan is available on Bytebase Cloud only. The Enterprise plan supports both self-host and cloud deployments.',
},
{
question: 'Can self-host version operate in air-gapped environment?',
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The question text is grammatically awkward/missing articles ("Can self-host version operate in air-gapped environment?"). Consider rephrasing to something like "Can the self-hosted version operate in an air-gapped environment?" for clearer user-facing copy.

Suggested change
question: 'Can self-host version operate in air-gapped environment?',
question: 'Can the self-hosted version operate in an air-gapped environment?',

Copilot uses AI. Check for mistakes.
question: 'Is there a free trial?',
answer: 'Yes, for the Enterprise plan, you can try it for free for 14 days.',
answer:
'Yes, for self-hosted instances, you can start a 14-day Enterprise trial to access the full feature set. For the Enterprise plan, you can also contact us to request a trial.',
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The free-trial answer currently says users can "start" a 14-day Enterprise trial for self-hosted instances, but elsewhere in this PR the trial CTA points to /contact-us (implying a request flow). To avoid setting the wrong expectation, consider wording this as "request" a trial and removing/reworking the second sentence to avoid redundancy.

Suggested change
'Yes, for self-hosted instances, you can start a 14-day Enterprise trial to access the full feature set. For the Enterprise plan, you can also contact us to request a trial.',
'Yes, for self-hosted instances, you can request a 14-day Enterprise trial to access the full feature set.',

Copilot uses AI. Check for mistakes.
## Configure Instance License

### Assign License from the Instance Page
Some features (e.g. [Dynamic Data Masking](/security/data-masking/overview)) require assigning license quota to individual instances. Enterprise-wide features like [SSO](/administration/sso/overview/) work without per-instance assignment.
Copy link

Copilot AI Mar 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor grammar: "e.g." should be followed by a comma ("e.g.,") in running text.

Suggested change
Some features (e.g. [Dynamic Data Masking](/security/data-masking/overview)) require assigning license quota to individual instances. Enterprise-wide features like [SSO](/administration/sso/overview/) work without per-instance assignment.
Some features (e.g., [Dynamic Data Masking](/security/data-masking/overview)) require assigning license quota to individual instances. Enterprise-wide features like [SSO](/administration/sso/overview/) work without per-instance assignment.

Copilot uses AI. Check for mistakes.
Copy link
Member

@tianzhou tianzhou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@d-bytebase d-bytebase merged commit 2cd90d5 into main Mar 23, 2026
9 checks passed
@d-bytebase d-bytebase deleted the pricing-pro-cloud-only-unlimited-users branch March 23, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants