From 16d420a2e8f2c83eee10c27dc2b1167bea89ddd5 Mon Sep 17 00:00:00 2001 From: Melinda Fekete Date: Tue, 14 Oct 2025 15:31:53 +0200 Subject: [PATCH] Add OSS vs Enterprise comparison page (#10793) --- website/docs/oss-comparison.mdx | 75 +++++++++++++++++++++++++++++++++ website/sidebars.ts | 5 +++ 2 files changed, 80 insertions(+) create mode 100644 website/docs/oss-comparison.mdx diff --git a/website/docs/oss-comparison.mdx b/website/docs/oss-comparison.mdx new file mode 100644 index 0000000000..c2b0a82d1f --- /dev/null +++ b/website/docs/oss-comparison.mdx @@ -0,0 +1,75 @@ +--- +title: "Unleash OSS and Unleash Enterprise comparison" +--- + +# Unleash OSS vs Unleash Enterprise + +Unleash offers both an open-source (OSS) version and an Enterprise version. + +[Unleash OSS](https://github.com/Unleash/unleash) gives you the foundation for safe, progressive delivery with feature flags. +[Unleash Enterprise](https://www.getunleash.io/pricing) extends that foundation with everything organizations need to scale their feature flag usage. This includes higher resource limits, advanced governance, automation, observability, and integrations for identity and compliance. + +This page highlights the key differences between Unleash OSS and Unleash Enterprise. + +## Core feature management + +| Capability | OSS | Enterprise | +|-------------|-----|-------------| +| [Feature flags](/reference/feature-toggles) | ✅ | ✅ | +| [Feature flag or variant dependencies](/reference/feature-toggles#feature-flag-dependencies) | ❌ | ✅ | +| [Feature flag naming pattern](/reference/feature-toggles#set-a-naming-pattern) and [link templates](/reference/feature-toggles#external-links) | ❌ | ✅ | +| [Projects](/reference/projects) | 1 | Unlimited | +| [Environments](/reference/environments) | 2 | Unlimited | +| [Private or protected projects](/reference/project-collaboration-mode) | ❌ | ✅ | +| [SDKs](/reference/sdks) and [APIs](/api-overview) | ✅ | ✅ | +| [Activation strategies](/reference/activation-strategies) and [stickiness](/reference/stickiness) | ✅ | ✅ | +| [Playground](/reference/playground) | ✅ | ✅ | +| [Release templates](/reference/release-templates) | ❌ | ✅ | + +## Governance and security + +| Capability | OSS | Enterprise | +|-------------|-----|-------------| +| [Role-based access control](/reference/rbac) | Basic roles | Project roles, custom roles, user groups | +| [Change requests](/reference/change-requests) (approval workflows) | ❌ | ✅ | +| [Service accounts](/reference/service-accounts) | ❌ | ✅ | +| [Single sign-on](/reference/sso) (SSO) | ❌ | ✅ | +| [SCIM](/reference/scim) and automated provisioning | ❌ | ✅ | +| [Login history](/reference/login-history) | ❌ | ✅ | +| [Audit log](/reference/events#event-log) | Basic | Advanced (including IP address data) with up to 2 years retention | +| [Event timeline](/reference/events#event-timeline) | ❌ | ✅ | +| [Private or protected projects](/reference/project-collaboration-mode) | ❌ | ✅ | +| [Signals](/reference/signals) and [actions](/reference/actions) | ❌ | ✅ | +| [Banners](/reference/banners) | ❌ | ✅ | + + +## Observability and analytics + +| Capability | OSS | Enterprise | +|-------------|-----|-------------| +| [Analytics](/reference/insights) | ❌ | ✅ | +| [Impression data](/reference/impression-data) | ✅ | ✅ | +| [Network and data usage](/reference/network-view) | ❌ | ✅ | +| [Edge observability](/reference/network-view#connected-edges) | ❌ | ✅ | +| Access logs | ❌ | Available as an add-on | +| IP-based restrictions | ❌ | Available as an add-on | + + +## Integrations, automation, and scaling + +| Capability | OSS | Enterprise | +|-------------|-----|-------------| +| [Export / import](/how-to/how-to-environment-import-export) | ✅ | ✅ | +| [Terraform provider](/reference/terraform) | ✅ | ✅ | +| Multi-region [Enterprise Edge](/understanding-unleash/hosting-options#unleash-edge-options) | ❌ | Available as an add-on | +| [Webhooks and integrations](/reference/integrations) | ✅ | ✅ | + + + +## Hosting and support + +| Capability | OSS | Enterprise | +|-------------|-----|-------------| +| [Self-hosting](/feature-flag-tutorials/use-cases/scaling-unleash#self-hosting-unleash-designing-for-high-availability) | ✅ | ✅ | +| [Unleash Cloud](/feature-flag-tutorials/use-cases/scaling-unleash#choosing-the-right-deployment-option) (fully managed SaaS solution) | ❌ | ✅ | +| Support and SLAs | Community only | Standard and Premium Support and uptime commitment | diff --git a/website/sidebars.ts b/website/sidebars.ts index 3a63e1d5dd..5809bba5ec 100644 --- a/website/sidebars.ts +++ b/website/sidebars.ts @@ -726,6 +726,11 @@ const sidebars: SidebarsConfig = { id: 'availability', label: 'Feature availability and versioning', }, + { + type: 'doc', + id: 'oss-comparison', + label: 'Compare Unleash OSS and Unleash Enterprise', + }, { label: 'Contribute to Unleash', type: 'category',