feat: Pro cloud-only, unlimited users, Enterprise self-host trial#1051
feat: Pro cloud-only, unlimited users, Enterprise self-host trial#1051d-bytebase merged 1 commit intomainfrom
Conversation
…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>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
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?', |
There was a problem hiding this comment.
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.
| question: 'Can self-host version operate in air-gapped environment?', | |
| question: 'Can the self-hosted version operate in an air-gapped environment?', |
| 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.', |
There was a problem hiding this comment.
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.
| '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.', |
| ## 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. |
There was a problem hiding this comment.
Minor grammar: "e.g." should be followed by a comma ("e.g.,") in running text.
| 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. |
Summary
license.mdxandself-host-vs-cloud.mdxdocsTest plan
mint dev)🤖 Generated with Claude Code