improvement(pricing): list Sandboxes as a Max and Enterprise feature (#7013)

This commit is contained in:
Vikhyath Mondreti
2026-08-23 10:53:43 -07:00
committed by GitHub
parent f3867694b8
commit ed335d4137
2 changed files with 5 additions and 1 deletions
@@ -193,6 +193,10 @@ export const COMPARISON_SECTIONS: ComparisonSection[] = [
label: 'KB Live Sync',
values: [false, false, true, true],
},
{
label: 'Sandboxes',
values: [false, false, true, true],
},
{
label: 'Slack Connect',
values: [false, false, SLACK, SLACK],
@@ -37,7 +37,7 @@ export const PRO_PLAN_FEATURES: readonly string[] = [
export const MAX_PLAN_FEATURES: readonly string[] = [
`${DEFAULT_BILLING_CONCURRENCY_LIMITS.team.toLocaleString('en-US')} concurrent executions`,
'Invite teammates',
'Sim Mailer & KB Live Sync',
'Sim Mailer, KB Live Sync & Sandboxes',
'Highest rate limits',
'Expanded storage & tables',
]