-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Pro cloud-only, unlimited users, Enterprise self-host trial #1051
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -3,21 +3,23 @@ import type { Question } from './types'; | |||||
|
|
||||||
| const QUESTIONS: Question[] = [ | ||||||
| { | ||||||
| question: 'Are self-host and cloud version the same price?', | ||||||
| answer: 'Yes, the price is the same.', | ||||||
| question: 'What deployment options are available for each plan?', | ||||||
| answer: | ||||||
| '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?', | ||||||
|
||||||
| question: 'Can self-host version operate in air-gapped environment?', | |
| question: 'Can the self-hosted version operate in an air-gapped environment?', |
Copilot
AI
Mar 23, 2026
There was a problem hiding this comment.
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.
| '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.', |
There was a problem hiding this comment.
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.