@
All checks were successful
Deploy to Production / deploy (push) Successful in 1m19s

fix(pricing): honest Enterprise claims — drop unbuilt BYOC/SSO/dedicated-cluster

BYOC, dedicated cluster and SSO/SAML are advertised but not implemented (the
platform deploys local Docker containers on one shared host; no cloud-provider
abstraction exists). Reframe as "on request / scoped per contract" on the
pricing page and in the sitewide SoftwareApplication JSON-LD, since Enterprise
is contact-sales and scoped per deal anyway. Avoids advertising features that
do not exist (UWG / trust risk).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@
This commit is contained in:
Marco Sadjadi 2026-05-31 13:22:50 +02:00
parent 4d717d877f
commit 74ca59b8b7
2 changed files with 5 additions and 5 deletions

View File

@ -67,14 +67,14 @@ const TIERS = [
name: 'Enterprise',
price: '€999+',
tag: '/ month',
description: 'For organizations bringing their own cloud, SSO and dedicated infra.',
description: 'For organizations with custom infrastructure, compliance and scale needs.',
model: 'Claude AI',
modelDetail: 'Top-tier Claude · EU data-residency option',
features: [
'Unlimited servers',
'BYOC (AWS, GCP, Azure, Hetzner)',
'SSO / SAML',
'Dedicated cluster',
'Custom infrastructure & data residency — on request',
'Dedicated hosting — scoped per contract',
'SSO / SAML — on request',
'Customer success manager',
],
cta: 'Contact sales',

View File

@ -118,7 +118,7 @@ const OFFERS = [
name: 'Enterprise',
price: '499',
description:
'Unlimited servers, bring-your-own-cloud, SSO/SAML, dedicated cluster, customer success.',
'Unlimited servers; custom infrastructure and data residency on request; dedicated hosting and SSO/SAML scoped per contract; customer success.',
},
];