The DXP Scorecard — Independent Platform Evaluation
Independent Platform Evaluation
Scored on implementation experience
Not vendor briefings
← Dashboard

Kentico Xperience

Traditional DXPTier 2

Scored March 4, 2026 · Framework v1.1

Visit Website ↗
Migration tax: 11 — higher switching friction from legacy architecture

Use-Case Fit

Marketing
65.4
Commerce
49.6
Intranet
52.6
Multi-Brand
55.7

Platform Assessment

Kentico Xperience is a mid-market hybrid headless DXP built on .NET that has undergone significant modernization in 2025-2026, adding native AI capabilities (AIRA), production-ready digital commerce, and improved headless delivery via GraphQL. Strong customer satisfaction (98% positive G2 reviews, 96% 'Right Direction') and solid regulatory foundations (ISO 27001, SOC 2 Type II, EU HQ) position it well for .NET-centric organizations. However, the platform remains constrained by its .NET-only development requirement, limited SDK ecosystem, and ongoing forced migration from KX13, with build simplicity and operational ease trailing headless competitors.

Category Breakdown

1. Core Content Management

65
1.1.1
Content type flexibility
72M

Xperience by Kentico offers Page, Reusable, Email, and Headless content types with 10+ field types (text, number, date, boolean, media, object references, rich text, content item references, general selector). Schema defined in admin UI with C# code generation. New AI-powered MCP server for content type CRUD operations, but no schema-as-code workflow or polymorphic/union types. Capable but less fluid than code-driven headless platforms.

1.1.2
Content relationships
62M

Content item reference fields allow linking between content types. References are unidirectional — no automatic bidirectional linking or graph traversal. Cross-content-type references work but lack filtering at the reference field level. GraphQL linked items expansion improves querying but reverse lookups still require manual LINQ/object queries. Adequate for most architectures but no graph-style relationship modeling.

1.1.3
Structured content support
70M

Page Builder widget system provides component-level composition with sections, zones, and widgets. Reusable content items serve as shared fragments across pages. Nesting supported via widget zones within sections though deep nesting has practical limits. Rich text output is HTML, not a portable structured format like Portable Text or Rich Text AST.

1.1.4
Content validation
68M

Field-level validation covers required, min/max length, regex patterns, and data type checks. Custom validation via .NET data annotation attributes on generated model classes. Form Builder now supports visibility conditions based on other field values (Nov 2025). Cross-field validation still requires custom C# code. Functional but lacks a visual rule-builder UI.

1.1.5
Content versioning
75M

Full version history per content item with draft/published/archived states integrated with workflow engine. Scheduled publishing via workflow actions. Rollback to previous versions is straightforward. Version comparison available but not as visually rich as Contentful or Sanity. Workflow integration elevates this into genuine content lifecycle management.

1.2.1
Visual/WYSIWYG editing
76M

Page Builder provides genuine in-context visual editing with drag-and-drop widget placement. Recent improvements include page cloning for faster authoring, smart drag-and-drop asset uploading, in-context content creation without leaving Page Builder, and shareable preview URLs with expiration controls. AI-generated Page Builder widgets via KentiCopilot. One of Kentico's genuine strengths, competitive with enterprise DXP page editors.

1.2.2
Rich text capabilities
65M

Rich text editor provides standard formatting (headings, bold, italic, links, lists, tables, images) with configurable toolbar. No custom block types or inline annotations. Output is HTML only — no portable structured format. AIRA image transformation capabilities added for in-editor media handling, but core rich text architecture unchanged.

1.2.3
Media management
60M

Media libraries being sunset by July 2026, transitioning to Content Hub with content item assets as the long-term replacement. Content Hub offers more structured asset management but the transition creates uncertainty. Smart drag-and-drop uploading added in Page Builder. Still no focal point selection, on-the-fly format conversion (WebP/AVIF), or DAM-grade features natively. Score slightly lower due to platform transition state.

1.2.4
Real-time collaboration
35L

No real-time co-editing capability. Concurrent editing uses document locking model to prevent conflicts. No presence indicators or activity feeds. This remains a notable gap compared to platforms like Contentful or Sanity. No evidence of changes in 2025-2026 refreshes.

1.2.5
Content workflows
75M

Mature multi-step workflow engine with custom stages, role-based transitions, approval chains, and email notifications. Workflow scopes target specific content types or sections. Scheduled transitions and automation processes supported. Audit trail tracks all actions. Competitive with enterprise DXP platforms. No significant changes in recent refreshes — already strong.

1.3.1
API delivery model
68H

Significant improvement: every headless channel now provides a native GraphQL API endpoint secured by API keys. REST + GraphQL combination available. GraphQL supports queries with filtering, linked items expansion, and pagination. Performance optimizations added for queries with large numbers of linked content types (2025). However, GraphQL is query-only (no mutations/subscriptions), and query flexibility still trails dedicated headless platforms.

1.3.2
CDN and edge delivery
50M

SaaS deployment runs on managed Azure infrastructure but no built-in global CDN with per-content cache invalidation. Azure CDN configuration documented for older versions but SaaS offering lacks granular CDN controls. Media/assets can be served via Azure Blob storage. Teams still need to layer their own CDN (Cloudflare, Azure Front Door) for production API and asset performance.

1.3.3
Webhooks and event system
58M

Internal .NET event system is robust with sync and async handler support, dependency injection, and coverage of content CRUD operations. Newer handler API supports constructor DI and async code. ThreadQueueWorker for background batch processing. External webhook capabilities remain limited compared to headless platforms — no admin UI for webhook configuration, filtering, signed payloads, or retry dashboards.

1.3.4
Multi-channel output
62M

Improved from previous scoring: dedicated Headless content types, GraphQL API endpoints per channel, and documented Next.js integration patterns. Platform now positions itself as a 'hybrid headless DXP.' However, still no official JavaScript/Python/mobile SDKs — developers consume GraphQL directly. Rich text remains HTML-only. Heritage is clearly web-first MVC, and headless is an added capability rather than the core architecture.

2. Platform Capabilities

54
2.1.1
Audience segmentation
68M

Kentico has a mature contact management and segmentation system with macro-based contact groups covering attributes, activities, and behavioral data. The Feb 2026 refresh consolidated contacts, members, and customers under a unified CDP concept, improving the segmentation experience. Personas supported with automatic scoring. Batch-oriented rather than real-time streaming. Competitive with mid-tier DXPs but behind Sitecore or Optimizely.

2.1.2
Content personalization
65M

Widget-level personalization conditions allow showing/hiding content based on contact group membership, persona, or custom macro conditions. Operates at the Page Builder widget level with fallback handling for anonymous visitors and preview per persona. Rule-based only — no ML-driven optimization, limited variant management. The condition builder can become unwieldy for complex rules.

2.1.3
A/B and multivariate testing
62M

Built-in A/B testing for both page variants and email variants with traffic splitting and conversion tracking. No multivariate testing. Statistical rigor is basic — no Bayesian methods, auto-winner selection, or multi-armed bandit. Adequate for simple tests but teams doing serious experimentation need external tools.

2.1.4
Recommendation engine
25L

No built-in algorithmic recommendation engine. Related content requires manual curation or custom development. No ML-powered suggestions, collaborative filtering, or cold-start handling. Not unusual for platforms in this tier.

2.2.1
Built-in search
58M

Xperience by Kentico provides search powered by Lucene.NET with full-text indexing and basic relevance ranking. Index configuration per content type is supported. Lacks faceted search, typo tolerance, autocomplete, and relevance tuning out of the box. Functional for basic site search but not competitive with dedicated search solutions.

2.2.2
Search extensibility
65H

Kentico now maintains an official Algolia integration (xperience-by-kentico-algolia) with full support and a 7-day bug-fix policy. The integration enables code-first index creation, automatic content sync on publish, facets, personalization, and typeahead via InstantSearch.js. Azure Cognitive Search remains available as an alternative. This is a significant improvement over custom-only integration paths.

2.2.3
AI/semantic search
20L

No native vector search, semantic search, or AI-enhanced relevance capabilities. Natural language queries not supported beyond standard full-text matching. Teams needing AI search must integrate external services entirely. This is increasingly a gap as competitors add AI search features.

2.3.1
Native commerce
62M

Digital commerce in Xperience by Kentico became production-ready in July 2025 with a stable API surface. Product catalog management lives in the Content Hub. Price calculation and order creation APIs shipped in Oct 2025, catalog and order discounts in Dec 2025, and generic coupons in Jan 2026. Commerce data migration from KX13 is supported. Not yet at full parity with legacy Kentico CMS 12 e-commerce but now a real commerce offering.

2.3.2
Commerce platform integration
40L

No pre-built connectors for major external commerce platforms like Shopify, commercetools, or BigCommerce. Integration requires custom development via webhooks and APIs. Kentico's focus has been on building native commerce rather than external commerce connectors, which leaves a gap for teams wanting to integrate existing commerce backends.

2.3.3
Product content management
58M

Product catalog management now lives in the Content Hub, allowing teams to create and manage products like any other content with reusable assets and descriptions. Product data can be shared across websites, emails, mobile apps, and other headless channels. This is a meaningful improvement over generic content types repurposed for products, though it still lacks some commerce-specific patterns like advanced variant/SKU handling.

2.4.1
Built-in analytics
60M

Contact activity tracking for page visits, form submissions, and custom activities. Campaign tracking with conversion goals. The unified CDP (Feb 2026) improves customer data visibility. Useful for basic content performance understanding but lacks depth of dedicated analytics tools — no author productivity metrics or content lifecycle analytics.

2.4.2
Analytics integration
55M

Google Analytics integration via tag injection. Headless API supports contact creation, consent management, and activity tracking for external integrations. No first-class integrations with GA4, Adobe Analytics, or Segment. Analytics setup remains primarily a frontend concern.

2.4.3
Content intelligence
30L

AIRA now provides automated image tagging to taxonomy fields and auto-generates SEO-friendly descriptions for content to facilitate search engine indexing. However, there is no content gap analysis, ROI tracking, content health scoring, or topic clustering. Intelligence is limited to AI-powered metadata generation rather than strategic content analysis.

2.5.1
Multi-site management
72M

Multi-site support remains a traditional Kentico strength. Multiple websites managed from a single instance with per-site content trees, configuration, and domains. Content sharing across sites via reusable content items in the Content Hub. Centralized administration with per-site permissions. Competitive with other traditional DXPs.

2.5.2
Localization framework
65M

Multi-language support with culture-based content variants created from within the Content Hub and Channels applications. Admin UI localization now available with date/time formatting based on selected language. Locale fallback chains supported. Document-level localization — no field-level granularity. Translation workflows integrate with the general workflow engine.

2.5.3
Translation integration
45M

AIRA now serves as a built-in AI translation engine for reusable content in the Content Hub and pages in website channels. Marketers can translate structured text fields and Page Builder content in seconds. A Translation queue application provides observability of translation tasks. XLIFF export/import still available. However, no pre-built TMS connectors (Phrase, Smartling, Transifex) and no translation memory.

2.5.4
Multi-brand governance
50L

Brand separation achievable via multi-site architecture with per-site permissions and configuration. No dedicated multi-brand governance model — no brand-level permission sets, no shared component library with per-brand overrides, no centralized design system support. Adequate for simple multi-brand scenarios but lacks sophistication for complex brand portfolios.

2.6.1
AI content generation
60M

AIRA is now a mature native AI suite for content generation — drafting copy, proposing headlines, rewriting, translating content, and suggesting improvements. The Content Strategist agent (v31.1+, Feb 2026) evaluates pages against custom tone profiles and suggests rewrites, providing brand voice enforcement. AIRA recommends structure, metadata, and SEO/GEO enhancements in real time. Auto-generates content variations for different formats and regions. Not yet at the level of Contentful or Contentstack's AI but a significant leap from early-stage.

2.6.2
AI-assisted workflows
52M

AIRA now powers multiple AI workflow automations: automated image tagging to taxonomy fields, alt text generation during mass upload, focal point detection for image variants, responsive image variant generation, and AI-powered content translation. The Content types MCP Server (Dec 2025) enables AI-assisted content modeling. Still lacks smart scheduling, automated QA checks, or content quality scoring workflows.

2.6.3
AI governance & trust
32L

The Content Strategist agent evaluates content against custom tone profiles, providing a form of brand voice enforcement. AIRA is gated behind the Advanced license tier, providing access control. However, there is no formal AI audit trail, no hallucination detection, no confidence scoring on AI outputs, and no prompt governance controls. Data privacy handled at Azure infrastructure level. Improved but still behind competitors with dedicated AI governance.

3. Technical Architecture

62
3.1.1
API design quality
65H

Xperience by Kentico now provides a GraphQL API for every headless channel with auto-generated schemas based on configured content types. API key security, dynamic caching, and per-channel endpoints are well-designed. However, only queries are supported — no mutations or subscriptions. The .NET content item query API is powerful with filtering, sorting, and projection. Not higher because GraphQL is read-only and documentation depth is below headless-first platforms.

3.1.2
API performance
58M

GraphQL responses are dynamically cached improving performance for repeated queries. Recent 2026 updates added performance optimization for queries retrieving data with fields linking to many content types, preventing timeout errors. No published rate limits, response time SLAs, or performance benchmarks. Not higher due to lack of CDN-backed delivery documentation and no published performance guarantees.

3.1.3
SDK ecosystem
45H

Official SDK exists for .NET only, distributed as NuGet packages following the Kentico.Xperience.* naming convention. The .NET SDK is well-maintained with typed content access and LINQ queries. No official JavaScript, Python, Ruby, Go, or mobile SDKs exist. Non-.NET consumers must use the GraphQL API directly without a client library. This limits the platform to .NET teams for server-side work.

3.1.4
Integration marketplace
52M

The Community Integrations Hub hosts integrations from Kentico, partners, and the community, distributed as NuGet packages. Official integrations include Algolia search, Lucene.NET search, health checks, migration tools, and Disqus. NuGet-based extensibility model is clean but the total catalog is modest compared to larger platforms. Core categories (search, analytics, commerce) are covered but gaps exist in DAM, translation, and AI integrations.

3.1.5
Extensibility model
70H

Comprehensive .NET extensibility: custom modules with dependency injection, global event handlers for content lifecycle hooks, custom Page Builder widgets and sections, custom form components, and custom admin UI pages built with React. NuGet-based package distribution for reusable extensions. The admin UI customization via React is a genuine strength. Limited only by the requirement for .NET/C# skills — no low-code extension approach exists.

3.2.1
Authentication
65M

SSO via external authentication providers including OIDC through ASP.NET Core Identity integration. MFA is available for admin users. API authentication uses API keys for headless channel endpoints. SAML support requires additional custom configuration beyond built-in OIDC. Service account management is basic. Adequate for most enterprise requirements but SAML not being first-class limits the score.

3.2.2
Authorization model
65M

Role-based access control with predefined and custom roles. Permissions configurable at module, content type, and content tree node levels. Per-page permissions provide content-level access control. Custom roles support granular module permission assignments. No field-level permissions — access control operates at the content item level. Adequate for most organizational structures but lacks fine-grained field-level control offered by some headless CMS platforms.

3.2.3
Compliance certifications
77H

Xperience by Kentico SaaS holds both ISO 27001 certification and SOC 2 Type II audit, verified annually with continuous monitoring. GDPR and CCPA compliance with consent management tools. DORA-aligned and Digital Services Act-ready. Trust Center provides evidence and policies. Multiple Azure regions across North America, Europe, and Asia Pacific for data residency. Encryption in transit and at rest. Not higher due to no documented HIPAA BAA availability.

3.2.4
Security track record
57M

Formal Vulnerability Disclosure Program exists at kentico.com/bug-bounty-program with legal safe harbor for researchers. Security advisories published at docs.kentico.com/security-advisories. However, CVE history includes serious vulnerabilities in older versions — authentication bypass and remote code execution chains in Xperience 13. Regular penetration testing for SaaS. Not higher due to the severity of historical CVEs and the disclosure program being reward-free.

3.3.1
Hosting model
70H

Genuine dual deployment: SaaS (single-tenant Azure infrastructure) and self-hosted via standard ASP.NET Core hosting. SaaS customers choose their Azure region from North America, Europe, and Asia Pacific. Self-hosted supports Docker containers and any compatible infrastructure. No feature disparity between models. Encryption in transit and at rest for SaaS. The dual model provides strong flexibility for regulated industries.

3.3.2
SLA and uptime
67M

Public status page at status.xperience-portal.com with uptime history page. Platform-specific SLAs for SaaS customers. 24/7 worldwide support team with internal alerting system. Recent incidents tracked and communicated via status page (last acknowledged outage Feb 19, 2026). Not higher because specific SLA percentage (e.g., 99.95%) is not publicly documented and incident post-mortems are limited compared to larger SaaS platforms.

3.3.3
Scalability architecture
62M

ASP.NET Core architecture supports horizontal scaling with automatic web farm synchronization across multiple instances. Azure SaaS deployment provides managed scaling with multiple region support. File storage shared across instances eliminates sync overhead. However, no published scale limits (entries, API calls/second, concurrent users) and no public enterprise-scale case studies with specific metrics. Not higher due to lack of documented scale ceiling and no CDN-backed content delivery documentation.

3.3.4
Disaster recovery
65H

SaaS includes automated daily backups retained 3–7 days and weekly backups (Sundays) retained 30 days. Backups stored locally and copied to remote geo-redundant storage for disaster recovery. Content export via API and admin tools. Self-hosted follows standard SQL Server backup practices. Improved from previous score due to confirmed backup frequency and geo-redundant DR. Not higher because RTO/RPO targets are not publicly documented.

3.4.1
Local development
65M

Standard .NET local development with ASP.NET Core dev server and hot reload. CLI tools for project management and database operations. Local SQL Server instance (LocalDB or full) required. Full platform runs locally with good production parity for the application layer. Developer Learning Map and kickstart guides available. Not higher because it requires the full .NET stack plus SQL Server locally — no lightweight sandbox or emulator mode.

3.4.2
CI/CD integration
60H

Continuous Integration serializes database objects to XML files for source control. Continuous Deployment restores serialized data to target environments (staging, UAT, production). CI/CD repositories can be configured to include only specific object types. NuGet dependency management integrates with standard .NET CI pipelines. Actively maintained — updated with new features in v26. Not higher because no branch-based environments, no deploy previews, and schema migrations require CI/CD feature configuration rather than standalone migration CLI.

3.4.3
Documentation quality
68H

Comprehensive documentation at docs.kentico.com with the new Learn Portal unifying all educational resources. Full API reference at api-reference.kentico.com. Developer Learning Map provides guided training paths. Code examples in C# throughout. AI-powered chatbot for documentation assistance. Free e-learning for all key roles. Not higher because examples are C#-only, no interactive playground, and some legacy-to-XbK transition gaps remain.

3.4.4
TypeScript support
30H

No TypeScript type generation from content schemas. No official TypeScript or JavaScript SDK for content delivery. The admin UI uses React and TypeScript internally, but this is not exposed as a developer-facing SDK. Type safety is provided via C# generated classes in .NET only. Frontend developers consuming the GraphQL API must manually create TypeScript types or use third-party codegen tools. This remains a significant gap for modern frontend workflows.

4. Platform Velocity & Health

62
4.1.1
Release frequency
70H

Xperience by Kentico shipped approximately 10 Refresh releases in 2025 (Jan, Mar, May, Jun, Jul, Oct, Nov, Dec) plus Jan and Feb 2026 — roughly monthly cadence. Major features shipped include content versioning, digital commerce (preview through production-ready), AIRA AI capabilities, content sync, and Form Builder improvements. This is a strong cadence for a platform supporting both SaaS and self-hosted deployments. Not continuous deployment like pure SaaS, but monthly meaningful releases is solid.

4.1.2
Changelog quality
70H

Structured changelog at docs.kentico.com/documentation/changelog with each Refresh receiving a detailed community blog post covering new features, breaking changes, and migration guidance. Documentation updates are tracked separately. The format is actionable — teams can identify what changed and what requires action. Breaking changes are called out explicitly with migration steps.

4.1.3
Roadmap transparency
65M

Public roadmap at roadmap.kentico.com with Planned and Released tabs. CEO Dominik Pintér published a 2026 vision post outlining strategic priorities (AI integration, XP13 end-of-life transition, unified product). Community feedback influences priorities. Delivery has been strong in 2025 with commerce and AI features hitting roadmap targets. Not quite at the level of community-voted prioritization, but good transparency for a commercial vendor.

4.1.4
Breaking change handling
57M

Within the Xperience by Kentico Refresh cycle, breaking changes are well-documented with migration guides and the Kentico Migration Tool has been expanded (now supports orders and customers as of Jan 2026). The XP13-to-XbK transition remains a historical scar but is nearing completion — XP13 end-of-life is 2026. Within-Refresh breaking change management is reasonable. Slight improvement as migration tooling matures, but the platform's history of major architectural pivots still weighs on this score.

4.2.1
Community size
52M

Community portal at community.kentico.com, invite-only Slack workspace, GitHub Discussions at github.com/Kentico/Home. MVP and Community Leader programs active for 2026. The 500+ partner agencies globally suggests a broader ecosystem than raw developer community metrics imply. Still niche compared to WordPress, Drupal, or headless CMS leaders — primarily concentrated in Europe, UK, and ANZ. GitHub presence is modest with open-source community projects but no massive star counts.

4.2.2
Community engagement
55M

Kentico team actively participates in community forums and Slack. MVP and Community Leader programs recognize engaged members with awards for 2026. Community resource hub and AI development hub show investment in developer enablement. Engagement quality is good within scope — the smaller community size enables more direct vendor-to-developer interaction. Core platform remains closed-source, limiting community code contributions to integrations and marketplace items.

4.2.3
Partner ecosystem
63H

500+ digital agency partners globally with tiered certification (Gold Partner as highest level, plus Quality Expert certification). Active partner recognition with FY25 Partner Excellence Awards and Site of the Year 2025 competition. Named partners include Americaneagle.com, Sagepath Reply, NTARA, SilverTech. Partner directory at kentico.com/partners/find-a-partner. 2025 Partner Conference held. Stronger than previously scored — 500+ agencies is a meaningful ecosystem, though still below enterprise DXP leaders.

4.2.4
Third-party content
47M

Some improvement in third-party content with DEV Community articles, community blog posts, and partner-produced content. AI Development Hub provides structured resources. However, volume remains limited compared to major platforms — no current books, sparse YouTube presence, and conference talks primarily at Kentico's own events. Third-party learning resources for Xperience by Kentico are growing but still thin relative to competitors.

4.3.1
Talent availability
50M

Kentico talent remains niche. The .NET requirement narrows the pool, and platform-specific expertise is concentrated in Europe, UK, and ANZ. Certification program exists but the absolute number of certified developers is small. Most teams still train existing .NET developers on Kentico rather than hiring specialists. No meaningful change in talent market dynamics from previous scoring period.

4.3.2
Customer momentum
57M

Stronger momentum signals than previously scored. 100+ new digital projects went live on Xperience by Kentico during 2025. Revenue reached $42M (up from $20M in 2017), showing sustained growth. G2 Leader status in multiple quarterly reports. Site of the Year 2025 competition attracted global entries. The XP13 end-of-life in 2026 will drive migration momentum. Still mid-market scale, but trajectory is positive with both new and upgrading customers.

4.3.3
Funding and stability
73H

Kentico is a privately held, profitable company with $42M revenue (2024), growing steadily from $20M in 2017. Based in Brno, Czech Republic, operating since 2004. Expedition Growth Capital has invested historically. No acquisition rumors or layoffs reported in 2025-2026. CEO Dominik Pintér published a forward-looking 2026 vision, signaling stable leadership. The company continues investing in major product development (AI, commerce, SaaS) — consistent with a healthy, growing business. Not reliant on VC fundraising cycles.

4.3.4
Competitive positioning
58M

Significantly better analyst recognition than previously scored. Recognized in the Gartner Magic Quadrant for DXP for the 7th time. G2 Leader in the DXP Grid for multiple consecutive quarters (Spring through Winter 2025-2026). Gartner Peer Insights average of 4.5/5. Positioned as a mid-market hybrid headless DXP with AI and commerce capabilities. Clear differentiation in the .NET mid-market with a unified content+marketing+commerce platform. Still lacks Forrester Wave inclusion since 2021, and competes against larger enterprise DXP budgets.

4.3.5
Customer sentiment
82H

Exceptional review satisfaction continues: G2 shows 98% of reviewers gave 4-5 stars with 92% likelihood to recommend. Gartner Peer Insights corroborates with 4.5/5 average. G2 category scores remain strong: Ease of Use 90%, Ease of Admin 90%, Ease of Setup 86%, Right Direction 96%. Reviewers praise the unified content+marketing+commerce platform and support quality. Main criticisms persist around learning curve for new users and some missing enterprise features. The 96% 'Right Direction' score is particularly notable for platform health assessment.

5. Total Cost of Ownership

51
5.1.1
Pricing transparency
55M

A 'How to Buy' page exists with self-managed starting at $990/month and SaaS from $1,990/month, but detailed tier breakdowns, overage rates, and enterprise pricing are gated behind sales. Better than fully opaque DXPs (AEM, Sitecore) but worse than headless platforms with full public pricing. No public price calculator.

5.1.2
Pricing model fit
50L

Tiered subscription pricing linked to features and usage limits. Multi-site deployments multiply licensing costs, making scaling less predictable. Per-site licensing model means costs grow linearly with each additional property. Mid-market pricing is reasonable for a single site but enterprise multi-site deployments become expensive relative to headless alternatives with flat or usage-based models.

5.1.3
Feature gating
55L

Core CMS features available at entry tier. Marketing automation, personalization, A/B testing, and email marketing require higher tiers. SaaS deployment is a separate offering from self-hosted. The specific feature-to-tier mapping is not fully public, making it difficult for buyers to assess which tier they need. Gating is moderate — more generous than enterprise DXPs but more restrictive than open-source headless platforms.

5.1.4
Contract flexibility
50L

Annual subscription contracts are standard. Monthly options, downgrade paths, and exit terms are not publicly documented. No widely publicized startup, nonprofit, or education programs. Contract negotiation is possible for larger deals but flexibility is not a differentiator. Typical for mid-market DXP vendors — not punitive but not notably flexible.

5.1.5
Free / Hobby Tier
20H

30-day free trial for local development evaluation confirmed in documentation, but no permanent free tier or community edition exists. Self-managed starts at $990/month, SaaS at $1,990/month. The licensing model is entirely enterprise-focused with no accessible entry point for individual developers or hobby projects beyond the trial period.

5.2.1
Time-to-first-value
55M

Boilerplate .NET templates via `dotnet new kentico-xperience-mvc` and a Dancing Goat sample project accelerate initial setup. However, setup still requires .NET SDK installation, SQL Server database initialization via `dotnet kentico-xperience-dbmanager`, and configuration. A .NET-experienced developer can have a local instance running in hours, not days. SaaS deployment reduces infrastructure setup. Still significantly slower than headless CMS first-content-in-minutes experience.

5.2.2
Typical implementation timeline
55M

Typical marketing site projects take 2-4 months (8-16 weeks) with an experienced team, which the scoring rubric rates as poor for simple sites (8+ weeks). Complex multi-site or commerce implementations extend to 6+ months. Reference architectures and project templates help but don't fundamentally change the timeline. Competitive with other mid-market DXPs like Magnolia and Liferay but notably slower than headless implementations.

5.2.3
Specialist cost premium
55M

Moderate specialist premium. .NET developers can become productive on Kentico with platform-specific training in 2-4 weeks thanks to boilerplate templates and documentation. Kentico-specific expertise commands a moderate rate premium over generalist .NET developers. Premium is lower than Sitecore or AEM specialists but higher than headless CMS platforms where frontend developers are immediately productive. Certification program exists but is not widely required.

5.3.1
Hosting costs
60M

SaaS deployment is the recommended option per Kentico documentation, including managed hosting in the subscription. Self-hosted ('Private Cloud') requires .NET 8-10 runtime and SQL Server 2019+, with minimum 4 GB RAM and 200 MB database. Self-hosted hosting costs are moderate due to SQL Server licensing. Overall, moderate hosting costs — included in SaaS subscription or moderate self-hosted infrastructure needs.

5.3.2
Ops team requirements
60M

SaaS is now the recommended deployment, significantly reducing ops requirements — no server management, patching, or infrastructure monitoring needed. Self-hosted requires part-time ops for .NET runtime updates, SQL Server maintenance, and monitoring. Content operations require ongoing attention for workflow management and user administration. With SaaS as the recommended path, operational burden is lower than previously assessed.

5.3.3
Vendor lock-in and exit cost
45M

Moderate to high lock-in. Content is accessible via Content Delivery API for export, but custom code is deeply .NET-specific and non-portable. Page Builder widgets, custom modules, and workflow configurations don't transfer. Database schema is proprietary (SQL Server). No documented migration tooling for moving to competitor platforms. Switching requires full re-implementation rather than content migration. Standard for traditional DXPs but worse than headless platforms.

6. Build Simplicity

47
6.1.1
Concept complexity
45H

Moderate concept complexity. Developers must learn ASP.NET Core patterns (DI, middleware, routing), Kentico-specific concepts (Page Builder with sections/zones/widgets, four content types: Page, Reusable, Email, Headless), and the hybrid delivery model (Page Builder channels vs headless GraphQL channels). Mental model aligns with .NET conventions but the hybrid approach adds overhead compared to pure headless platforms. Not as complex as AEM/Sitecore but more conceptual layers than headless CMS platforms.

6.1.2
Onboarding resources
68H

Strong onboarding ecosystem. Developer Kickstart series walks through building a site from scratch. Developer Learning Map provides curated, sequentially-structured training. Implementation Handbook from solution architects covers seven project phases. Quickstart guides bridge documentation and real-world scenarios. Training guides repo on GitHub with step-by-step instructions. Certification available via Kentico Academy. Well-invested for a mid-market platform.

6.1.3
Framework familiarity
40H

Built on ASP.NET Core with .NET 10 LTS support (as of late 2025), using standard MVC patterns, Razor views, Tag Helpers, and dependency injection. Skills transfer to/from other ASP.NET Core projects. The headless GraphQL API allows frontend developers to use Next.js or other frameworks without .NET knowledge for content consumption. However, core platform development still requires .NET/C# — this limits the candidate pool compared to JS/TS-native platforms. Not proprietary, but not the majority ecosystem either.

6.2.1
Boilerplate and starter quality
42H

.NET project templates via dotnet CLI for quick project initialization with basic structure, Page Builder examples, and configuration. Community and blog examples for Next.js + GraphQL headless integration exist but are not official polished starters with example content and deployment config. No equivalent to the rich starter ecosystem of headless CMS platforms with framework-specific starters for Next.js, Nuxt, Astro. Training guides repo on GitHub provides working examples but targets learning, not production jumpstart.

6.2.2
Configuration complexity
45M

Moderate configuration surface. appsettings.json with Kentico-specific sections, connection strings, and module settings all require attention. Defaults are reasonable for development. SaaS deployment improvements (zero-downtime, faster deployments via restore points) reduce ops config burden. Configuration-as-code support is partial — some settings in code, some in database admin interface. Environment variable support follows standard ASP.NET Core conventions.

6.2.3
Data modeling constraints
48H

Schema changes possible but require care. Content versioning now supports reusable content, headless items, and web pages with version history and restore capability (2025), improving safety of schema iterations. Adding fields is straightforward; removing or renaming fields still risks data loss. CI/CD serialization feature tracks schema changes across environments. No automated schema migration tooling for complex refactoring, but the versioning improvements reduce risk compared to previous assessment.

6.2.4
Preview and editing integration
44H

Meaningful improvements in 2025. Shareable web page previews (Dec 2025) allow stakeholders to preview content via URL without admin access. Content versioning enhanced with Page Builder preview capability and content read-only mode (April 2025). Page Builder preview integrated into editorial experience with actual widget rendering. However, headless channel preview still requires custom implementation in the target environment — no built-in headless preview. Setup for custom Page Builder still requires implementing widget views and section layouts.

6.3.1
Required specialization
50H

.NET/C# skills remain mandatory for core platform development — a hard requirement limiting the candidate pool. Kentico-specific knowledge needed for Page Builder patterns, content type modeling, and workflow configuration. The headless GraphQL channel partially alleviates this for frontend-only roles. Certification available via Kentico Academy but not strictly required. The specialization requirement remains a genuine constraint for team building and talent acquisition.

6.3.2
Team size requirements
42M

A small team of 3-4 developers can deliver a production Kentico site. SaaS deployment with zero-downtime updates and improved deployment speed reduces the need for dedicated ops roles. Solo developer implementation is possible for simple sites. Content authors can be trained separately. The team size requirement is moderate — smaller than AEM/Sitecore but larger than headless CMS projects where a single frontend developer can ship.

6.3.3
Cross-functional complexity
50H

Post-go-live self-service improved in 2025-2026. Shareable previews let stakeholders (CEOs, consultants) review content without admin access. AIRA AI content features now GA (Feb 2026) assist content creation. Smart drag-and-drop asset upload, form visibility conditions, and validation rules empower editors. Page Builder allows marketers to compose pages from widgets without developer involvement. Content authors still need moderate training (1-2 days) but ongoing operations have less developer friction than before.

7. Operational Ease

53
7.1.1
Upgrade difficulty
58H

Within Xperience by Kentico, Refresh-to-Refresh upgrades are NuGet-based and breaking changes are rare — Kentico explicitly prioritizes backward compatibility. However, the migration from Kentico Xperience 13 to XbK is a full platform rebuild requiring frontend rearchitecture, custom code reimplementation, and content migration via dedicated tooling. With KX13 EOL set for December 31, 2026, many customers are currently facing this expensive transition. Not lower because within-XbK upgrades are genuinely manageable.

7.1.2
Security patching
56H

Multiple critical CVEs discovered in 2025: CVE-2025-2746 and CVE-2025-2747 (CVSS 9.8 authentication bypass in Staging Service), CVE-2025-2748 (XSS-to-RCE chain), and CVE-2025-5591 (stored XSS). Some were added to CISA's KEV catalog as actively exploited. Hotfix 13.0.179 patched the critical auth bypass. SaaS deployments receive managed patching. The volume and severity of 2025 vulnerabilities is concerning, though patches were released. Not lower because SaaS auto-patches and hotfix turnaround for critical issues was reasonable.

7.1.3
Vendor-forced migrations
60H

Kentico's pattern of forced platform transitions continues. KX13 EOL December 31, 2026 forces migration to XbK — a full platform rewrite, not an incremental upgrade. Media Libraries deprecated with a 12-month sunset (removed after July 2026). The cumulative history of forced migrations (CMS → EMS → XP13 → XbK) is a significant risk factor. Partners are actively recommending Q4 2025–Q2 2026 migration windows to avoid last-minute bottlenecks. Not lower because deprecation timelines are communicated in advance with 12+ month windows.

7.1.4
Dependency management
47M

NuGet-based dependency management follows standard .NET/ASP.NET Core patterns. The dependency tree is moderate — Kentico.Xperience packages plus standard ASP.NET Core dependencies. SaaS deployment reduces client-side dependency concerns. Monthly Refresh releases require regular NuGet updates to stay current. The .NET ecosystem provides good tooling for dependency management and vulnerability scanning. Not higher because self-hosted deployments require SQL Server, runtime management, and regular NuGet maintenance.

7.2.1
Monitoring requirements
53M

SaaS deployments include real-time monitoring, DevOps coverage, and platform-specific SLAs with 99.9% uptime guarantee. Kentico manages 24/7/365 availability monitoring for SaaS infrastructure. Self-hosted deployments still require standard ASP.NET Core monitoring setup (Application Insights, health checks). Built-in admin monitoring is limited to basic system information. Not higher because self-hosted requires full custom monitoring, and even SaaS customers need application-layer monitoring.

7.2.2
Content operations burden
42M

Moderate ongoing content operations burden. Media Libraries are being sunset in favor of Content Hub, which creates a transition period for existing content. Taxonomy management requires manual attention as content grows. Content relationship integrity is not self-healing — broken references can accumulate. No automated stale content detection or link checking built in. The admin interface handles day-to-day content operations adequately but lacks automated content lifecycle management tooling.

7.2.3
Performance management
52M

SaaS deployment includes managed optimization and infrastructure monitoring. Self-hosted deployments require ASP.NET Core output caching configuration, SQL Server query optimization, and content caching strategy setup. The CI/CD features in XbK help maintain deployment consistency. Performance can degrade with large content volumes without optimization. Not higher because self-hosted still requires significant performance tuning, and no built-in performance monitoring or bottleneck identification tools exist.

7.3.1
Support tier quality
60H

Customer reviews consistently praise Kentico's support as exceptionally fast and knowledgeable. 24/7 support from in-house engineers is available across Standard and Premium tiers. Multiple review platforms (G2, Capterra, TrustRadius) report positive support experiences — 'if there is a bug, it will be fixed before you know it.' The smaller vendor scale means support engineers have deep platform knowledge. Premium tier adds faster SLAs and dedicated contacts. Not higher because the best support is gated behind Premium tier.

7.3.2
Community support quality
47M

Kentico Community Portal Q&A discussions serve as the primary community forum for XbK, with DevNet handling legacy KX13 questions. Stack Overflow coverage is growing at 1-2 questions/week with almost all answered. Kentico team actively participates in community channels. Community Newsletter and contributions page foster engagement. However, the community remains small compared to WordPress, Drupal, or major headless CMS platforms, meaning niche questions may lack answers. Not lower because official team participation partially compensates for community size.

7.3.3
Issue resolution velocity
48M

XbK follows a weekly hotfix and monthly Refresh cadence, providing regular delivery vehicles for bug fixes. Critical security vulnerabilities in 2025 received relatively prompt patches (hotfix 13.0.179 for CVSS 9.8 auth bypass). Customer reviews praise fix turnaround — 'if there is a bug, it will be fixed before you know it.' Non-critical bugs may still persist across Refresh cycles. Not higher because the critical 2025 CVEs suggest QA gaps, and some lower-priority issues take multiple Refreshes to address.

8. Use-Case Fit

56
8.1.1
Landing page tooling
70H

Page Builder provides genuine drag-and-drop visual page creation with widget placement, section layouts, and reusable templates. Marketers can create and launch landing pages from pre-built widget libraries without developer involvement. AIRA AI assistance added for content creation. Meets the 70+ threshold for a real visual page builder, though initial widget library still requires developer investment.

8.1.2
Campaign management
62M

Campaign tracking with content grouping under campaign umbrellas, conversion goal tracking, and basic campaign analytics. Email marketing is integrated with drag-and-drop Email Builder and A/B testing for email campaigns. Content scheduling supports campaign timelines. Workflow notifications added in mid-2025. Still basic compared to dedicated marketing platforms — no multi-channel orchestration or advanced campaign calendaring.

8.1.3
SEO tooling
68M

Solid SEO support with meta title/description fields on all page types, configurable URL slug management with vanity URL support (added 2025), XML sitemap generation, and redirect management. Canonical URL handling is available. No built-in SEO scoring or real-time optimization suggestions, and structured data requires custom implementation, but the fundamentals are well covered for a DXP.

8.1.4
Performance marketing
60M

Built-in Form Builder with field validation, conditional visibility rules, and usage tracking (October 2025). CTA management via Page Builder widgets. Conversion tracking integrates with campaign system. A/B testing for landing pages and emails. Form Builder improved but still basic compared to HubSpot or Marketo. No built-in optimization recommendations or advanced analytics.

8.2.1
Product content depth
55M

Native digital commerce became production-ready in July 2025, a significant change from the legacy state. Product catalog management is now in Content Hub with product content types, pricing, and tax configuration. However, it is still early-stage compared to mature commerce platforms — no full PIM, limited variant handling, and product taxonomy is basic. Adequate for content-driven commerce but not deep product information management.

8.2.2
Merchandising tools
45M

Discounts and promotions support added in December 2025, enhanced with generic coupon codes in January 2026. Product catalog in Content Hub enables basic category organization. However, still no search merchandising, no cross-sell/upsell tooling, and no product spotlight features. Merchandising is basic — teams with serious merchandising needs will still require external commerce platforms.

8.2.3
Commerce platform synergy
48M

Kentico now maintains an official Shopify integration (NuGet package) using Shopify Storefront and Admin APIs with product sync, shopping cart, and checkout integration. An ecommerce-common base package provides a foundation for building integrations with other commerce platforms. Significant improvement over the previous state of fully custom integration, but only Shopify has an official connector — commercetools, BigCommerce, and Salesforce Commerce still require custom work.

8.3.1
Access control depth
62M

RBAC with page-level ACLs and per-channel permission management. SSO via OIDC supporting Microsoft Entra ID, Okta, Auth0, and custom IdPs with role synchronization from identity providers. Content tree permissions can scope department-level access. Adequate for basic intranet scenarios but the permission model remains role/group-based — no dynamic audience-based content filtering for sophisticated intranet use cases.

8.3.2
Knowledge management
55M

Content Hub provides taxonomy and content organization with tagging and categorization. Content versioning now available for reusable content (March 2025). Workflow notifications support knowledge update approval flows. Search is adequate for internal discovery. Still lacks purpose-built knowledge management features like content freshness tracking, expertise mapping, or knowledge base templates.

8.3.3
Employee experience
38L

No purpose-built employee portal or intranet features in Xperience by Kentico. Legacy Kentico versions (8, 9, 12) had dedicated intranet modules but these were dropped in the new platform. No social features, no employee directory integration, no notification system beyond workflow notifications. Building an intranet requires extensive custom frontend development. Score reduced from 40 to better reflect the gap versus platforms with actual employee experience tooling.

8.4.1
Tenant isolation
62M

SaaS deployment now provides genuine tenant isolation — each customer gets a separate application, database, and storage per project. Within a project, multi-site is achieved via website channels with separate content trees and per-channel permissions. However, multiple brands within a single project still share a database. The SaaS isolation is strong between customers but multi-brand within one org remains silo-based via channels, not true per-brand data isolation.

8.4.2
Shared component library
57M

Content Hub enables reusable content items shared across channels (websites, email, headless). Page Builder widgets available across all sites in the instance. Content sync for web pages added in mid-2025 allows synchronized content updates. However, no brand-override system for shared widgets, no centralized design system support, and design token management requires custom implementation.

8.4.3
Governance model
55M

Central admin interface with cross-channel visibility. Per-channel permissions and page-level ACLs enable brand autonomy within governance boundaries. Workflow can be configured per channel for brand-specific approval processes. Workflow notifications improve governance awareness. Still no cross-brand approval hierarchies, global policy enforcement mechanisms, or compliance dashboards across brands.

8.4.4
Scale economics
47M

Channel-based licensing model — platform license includes one main channel, additional channels purchased separately. Shared infrastructure within a project provides some cost efficiency. The per-channel pricing is transparent but each brand/site adds incremental license cost. Development costs are moderate per additional brand due to shared codebase but brand-specific customization still requires investment. Not as cost-efficient at scale as flat-fee multi-site platforms.

9. Regulatory Readiness & Trust

64
9.1.1
GDPR & EU data protection
80H

Kentico is HQ'd in Brno, Czech Republic (EU). Trust center confirms GDPR compliance with published DPA, sub-processor list (Auth0, SendGrid, Cloudflare, Microsoft, Freshworks), EU data residency options across multiple Azure regions, and built-in consent management, data erasure, and contact anonymization. Not higher because SCCs and DPA tier availability (all vs enterprise-only) are not explicitly documented.

9.1.2
HIPAA & healthcare compliance
40H

Kentico does not offer a BAA and is not HIPAA-certified. DevNet community confirms HIPAA compliance depends on implementation architecture, not the platform itself. Kentico's Azure infrastructure could support HIPAA-eligible workloads with appropriate configuration, but no formal HIPAA program or documentation exists. European market focus means US healthcare compliance is not a priority.

9.1.3
Regional & industry regulations
55M

GDPR via Czech EU HQ, CCPA confirmed on trust center, DORA alignment for financial services confirmed. No FedRAMP authorization. No documented LGPD, PIPEDA, IRAP, or C5 compliance. NIS2 awareness from EU regulatory environment. DORA alignment adds meaningful value for financial services customers beyond basic GDPR+CCPA.

9.2.1
SOC 2 Type II
82H

Kentico holds SOC 2 Type 2 with Security, Confidentiality, and Availability Trust Service Criteria — all three key TSCs. Annual independent audit cadence confirmed. Reports available to enterprise customers. Trust center explicitly documents the scope. Not scoring 85+ because Processing Integrity and Privacy TSCs are not confirmed.

9.2.2
ISO 27001 / ISO 27018
74H

Kentico holds ISO 27001 certification with Statement of Applicability (SoA) available, covering the platform ISMS — not just underlying infrastructure. SaaS documentation confirms ISO 27001 for operations. No ISO 27018 (cloud PII processing) certification documented. Platform-scope ISO 27001 is strong but lack of ISO 27018 prevents scoring 80+.

9.2.3
Additional certifications
48M

Beyond SOC 2 and ISO 27001, Kentico's additional certification portfolio is limited. DORA alignment is documented but is regulatory alignment, not a third-party certification. No FedRAMP, CSA STAR Level 2, PCI DSS, Cyber Essentials Plus, or HITRUST. Active HackerOne bug bounty program demonstrates security commitment but is not a certification. Adequate for EU mid-market but limited vs top-tier platforms.

9.3.1
Data residency & sovereignty
82H

Kentico SaaS supports 19 Azure regions across North America (7), Europe (6), Asia-Pacific (4), and Middle East (1). Single-tenant architecture ensures data isolation. Customers designate their region prior to provisioning with contractual guarantees. Self-hosted deployments provide complete residency control. Significantly stronger than the EU/US binary previously scored.

9.3.2
Data lifecycle & deletion
66M

Built-in GDPR data erasure tools, consent management with configurable retention, and data collector/eraser APIs for right-to-be-forgotten compliance. Daily backups retained 3–7 days, weekly backups 30 days — retention policy documented. Content export via API. Not scoring higher because self-service bulk export tooling and post-termination retention specifics are not clearly documented.

9.3.3
Audit logging & compliance reporting
63M

Kentico has an event log tracking system actions, content changes, and user activity stored in the Xperience database. Custom IEventLogWriter implementations enable external system/SIEM integration, but this requires development — not turnkey. Standard .NET logging configuration available. Trust center confirms operational telemetry collection. Adequate but not best-in-class; no native SIEM push connector.

9.4.1
Authoring UI accessibility
55M

Kentico Xperience's admin UI is built with modern React components and accessibility is a stated concern given EU HQ and EN 301 549 awareness. However, no formal WCAG 2.1 AA conformance report or independent testing for the authoring interface has been published. The admin UI has undergone significant rebuilds but accessibility certification has not been prioritized publicly. Scores as stated target without formal conformance.

9.4.2
Accessibility documentation
40M

No formal VPAT/ACR is publicly available for Kentico Xperience after thorough search. DevNet has general accessibility articles but no formal conformance documentation. No Section 508 conformance statement. Some accessibility guidance exists in documentation for delivered websites but not for the authoring interface specifically. Scoring at bottom of 'accessibility page without formal VPAT' range.

Strengths

Exceptional customer satisfaction and market confidence

65.7

Kentico enjoys remarkably high customer sentiment with 98% of G2 reviewers giving 4-5 stars and 96% believing the platform is heading in the right direction. Gartner Peer Insights corroborates with a 4.5/5 average. This signals strong product-market fit in the mid-market .NET DXP segment and confidence in the platform's trajectory.

Strong regulatory readiness and data sovereignty

79.5

As an EU-headquartered company with ISO 27001 certification, SOC 2 Type II across three trust service criteria, and 19 Azure regions for data residency, Kentico offers compelling compliance positioning. GDPR compliance is native with built-in consent management, data erasure tools, and DORA alignment for financial services customers.

Visual editing and Page Builder experience

75.3

The Page Builder provides genuine in-context visual editing with drag-and-drop widget placement, section layouts, and AI-generated widgets via KentiCopilot. Recent improvements including page cloning, shareable preview URLs, and smart asset uploading make this competitive with enterprise DXP page editors. Content workflows with multi-step approval chains further strengthen the editorial experience.

Rapid AI-powered content capabilities

48

AIRA has matured into a comprehensive AI suite covering content drafting, translation, image tagging, focal point detection, and SEO enhancement. The Content Strategist agent evaluates against custom tone profiles for brand voice enforcement. The MCP server enables AI-assisted content modeling. AI capabilities have seen the largest score improvements across the platform, with deltas of +20 and +27 in AI-related items.

Financial stability and sustainable growth

64.3

Kentico is a privately held, profitable company with $42M revenue growing steadily since 2004. No VC dependency, no acquisition rumors, and continued investment in major product areas (AI, commerce, SaaS). The 500+ partner agency ecosystem and 100+ new projects live in 2025 demonstrate healthy business momentum without the volatility of venture-funded competitors.

Flexible dual deployment model

65.7

Genuine SaaS and self-hosted parity with no feature disparity between models. SaaS runs on single-tenant Azure infrastructure across 19 regions, while self-hosted supports standard Docker and ASP.NET Core hosting. This dual model provides critical flexibility for regulated industries and data sovereignty requirements that cloud-only platforms cannot match.

Weaknesses

.NET lock-in limits developer ecosystem

41.3

Core platform development requires .NET/C# proficiency, and no official JavaScript, Python, or mobile SDKs exist. TypeScript type generation from content schemas is absent. Non-.NET consumers must use GraphQL directly without client libraries. This narrows the talent pool and increases specialist cost premiums compared to JS/TS-native platforms.

Build simplicity trails modern alternatives

46.5

With an overall category score of 47.4, build simplicity is Kentico's weakest area. Concept complexity from the hybrid Page Builder/headless model, lack of polished framework starters beyond .NET, mixed code/database configuration, and team size requirements of 3-4+ developers all contribute. Typical implementations take 2-4 months versus weeks for headless platforms.

Security vulnerability history and patching concerns

57

Multiple critical CVEs in 2025 including CVSS 9.8 authentication bypass vulnerabilities added to CISA's KEV catalog as actively exploited. XSS-to-RCE chains discovered by security researchers. While patches were released, the volume and severity of vulnerabilities is concerning and the bug bounty program offers no financial rewards, potentially limiting security researcher engagement.

Real-time collaboration and modern editing gaps

53.3

No real-time co-editing capability exists — the platform uses document locking to prevent conflicts. No presence indicators, activity feeds, or collaborative editing features. Rich text outputs HTML only with no portable structured format. Media management is in transition with Media Libraries being sunset by July 2026. These gaps are increasingly visible against headless CMS competitors.

Forced migration burden from KX13

50

The migration from Kentico Xperience 13 to XbK is a full platform rebuild, not an incremental upgrade, with EOL set for December 31, 2026. This pattern of major forced architectural transitions (CMS → EMS → XP13 → XbK) creates significant ongoing risk for long-term customers. Partners are actively recommending migration windows to avoid bottlenecks.

Limited free tier and opaque enterprise pricing

43

Only a 30-day trial exists with no permanent free or community edition. Self-managed starts at $990/month and SaaS from $1,990/month. Detailed tier breakdowns, feature-to-tier mapping, and enterprise pricing are gated behind sales. Per-channel licensing creates linear cost scaling for multi-brand deployments, making TCO unpredictable at scale.

Best Fit For

.NET enterprise teams needing an integrated content + marketing + commerce platform

78

Kentico's unified DXP approach combines CMS, marketing automation, personalization, email, and now digital commerce in a single platform built on .NET. Teams already invested in the Microsoft stack get native integration with ASP.NET Core, Azure, and SQL Server without managing multiple vendor relationships.

EU-based organizations with strict data sovereignty and compliance requirements

82

Czech EU headquarters, ISO 27001 and SOC 2 Type II certifications, GDPR-native consent management, DORA alignment, and 19 Azure regions for data residency make Kentico particularly strong for regulated European industries. The dual SaaS/self-hosted model adds flexibility for sovereignty-sensitive deployments.

Mid-market companies wanting visual page building with headless flexibility

75

The hybrid model offers genuine in-context visual editing via Page Builder for marketing teams while also providing GraphQL headless channels for modern frontend frameworks like Next.js. This suits organizations transitioning from traditional to headless without abandoning marketer-friendly page composition.

Marketing teams at mid-size companies needing campaign management and personalization

72

Built-in contact segmentation, persona-based content personalization, A/B testing, email marketing with drag-and-drop builder, and campaign tracking with conversion goals provide a workable marketing stack without requiring separate MarTech tools. AIRA AI features accelerate content creation and translation.

Poor Fit For

JavaScript/TypeScript-first development teams or startups needing rapid prototyping

20

The mandatory .NET/C# requirement for core development, lack of TypeScript SDKs, absence of polished JS framework starters, and 2-4 month typical implementation timelines make Kentico a poor fit for teams expecting the speed and flexibility of modern headless CMS platforms. No free tier eliminates experimentation without budget commitment.

Organizations requiring real-time collaborative content editing at scale

25

Document locking instead of real-time co-editing, no presence indicators, and no collaborative editing features make Kentico unsuitable for large distributed content teams that need simultaneous editing workflows. Platforms like Sanity and Contentful are fundamentally better architected for this use case.

US healthcare organizations needing HIPAA-compliant content platforms

20

No BAA availability, no HIPAA certification, and no documented HIPAA compliance program. Kentico's European market focus means US healthcare regulatory requirements are not a priority. Teams needing HIPAA compliance should look elsewhere.

Enterprise teams needing deep commerce with sophisticated merchandising

35

While native digital commerce is now production-ready, it remains early-stage with basic variant handling, no search merchandising, no cross-sell/upsell tooling, and limited external commerce platform connectors beyond Shopify. Teams with serious commerce requirements will find the offering insufficient compared to dedicated commerce platforms or commerce-integrated headless CMS solutions.

Peer Comparisons

Kentico offers a more modern, cost-effective alternative to Sitecore XP with better customer satisfaction scores and faster release cadence, though Sitecore XP provides deeper personalization, more mature commerce, and a larger partner ecosystem. Kentico's AI capabilities (AIRA) have advanced rapidly while its regulatory certifications now match Sitecore's fundamentals.

Advantages

  • +Customer sentiment
  • +Release frequency
  • +Licensing
  • +AI & Automation

Disadvantages

  • Personalization & Experimentation
  • Community size
  • Talent availability
  • Commerce Integration

Both platforms target .NET teams with hybrid DXP capabilities, but Optimizely PaaS offers stronger experimentation (A/B testing, feature flags) and a larger enterprise customer base. Kentico counters with better pricing transparency, higher customer satisfaction, and more flexible deployment options including true self-hosted parity. Kentico's AI content features are competitive but Optimizely's optimization engine is more mature.

Advantages

  • +Licensing
  • +Customer sentiment
  • +Hosting model
  • +AI & Automation

Disadvantages

  • A/B and multivariate testing
  • Talent availability
  • Community size
  • Analytics & Intelligence

Kentico and Magnolia are closely matched mid-market DXPs with dual deployment models, but Kentico has stronger marketing automation, native commerce, and AI capabilities while Magnolia offers better Java ecosystem alignment and more flexible content modeling. Kentico's SaaS offering with 19 Azure regions provides stronger cloud deployment options than Magnolia's more recent cloud push.

Advantages

  • +Personalization & Experimentation
  • +Commerce Integration
  • +AI & Automation
  • +Data residency & sovereignty

Disadvantages

  • Learning Curve
  • SDK ecosystem
  • TypeScript support
  • Real-time collaboration

Both are .NET-based CMS platforms, but Kentico provides significantly more built-in DXP capabilities including marketing automation, personalization, commerce, and AI content features. Umbraco offers a stronger open-source community, free tier, simpler developer experience, and lower barrier to entry. For teams needing just a CMS, Umbraco is simpler; for teams needing an integrated DXP, Kentico delivers more out of the box.

Advantages

  • +Personalization & Experimentation
  • +Commerce Integration
  • +AI & Automation
  • +Content workflows
  • +Security Certifications

Disadvantages

  • Free / Hobby Tier
  • Concept complexity
  • Community size
  • Boilerplate and starter quality

Contentful dominates in developer experience, SDK ecosystem, real-time collaboration, and build simplicity, while Kentico offers stronger built-in marketing automation, visual page building, native commerce, and regulatory certifications. Contentful is the better headless CMS; Kentico is the better integrated DXP for .NET teams who need marketing and commerce capabilities without assembling a multi-vendor stack.

Advantages

  • +Personalization & Experimentation
  • +Visual/WYSIWYG editing
  • +Commerce Integration
  • +Security Certifications
  • +Hosting model

Disadvantages

  • Real-time collaboration
  • SDK ecosystem
  • TypeScript support
  • Learning Curve
  • Implementation Complexity

Recent Updates

March 2026AI Scored

Kentico Xperience shows a mixed momentum profile this cycle, with a meaningful uplift in Compliance & Trust (+3.9) offset by broad softening across core content management capabilities that feed into the Capability composite. The Compliance & Trust gain reflects improved positioning around data governance and regulatory readiness, while the notable declines in content versioning, visual editing, workflows, and content type flexibility—each dropping 14–15 points—signal a recalibration of how Kentico's traditional CMS strengths compare against rapidly evolving competitors, even though no composite Capability change registered due to weighting effects. Practitioners should pay close attention to the content authoring experience downgrades; while Kentico's Page Builder and workflow engine remain functional, the revised scores suggest the platform is losing its edge in areas that were historically core differentiators for the Traditional DXP tier.

Score Changes

Content versioning9075(-15)

Full version history per content item with draft/published/archived states integrated with workflow engine. Scheduled publishing via workflow actions. Rollback to previous versions is straightforward. Version comparison available but not as visually rich as Contentful or Sanity. Workflow integration elevates this into genuine content lifecycle management.

Visual/WYSIWYG editing9075(-15)

Page Builder provides genuine in-context visual editing with drag-and-drop widget placement. Recent improvements include page cloning for faster authoring, smart drag-and-drop asset uploading, in-context content creation without leaving Page Builder, and shareable preview URLs with expiration controls. AI-generated Page Builder widgets via KentiCopilot. One of Kentico's genuine strengths, competitive with enterprise DXP page editors.

Content workflows9075(-15)

Mature multi-step workflow engine with custom stages, role-based transitions, approval chains, and email notifications. Workflow scopes target specific content types or sections. Scheduled transitions and automation processes supported. Audit trail tracks all actions. Competitive with enterprise DXP platforms. No significant changes in recent refreshes — already strong.

Content type flexibility8672(-14)

Xperience by Kentico offers Page, Reusable, Email, and Headless content types with 10+ field types (text, number, date, boolean, media, object references, rich text, content item references, general selector). Schema defined in admin UI with C# code generation. New AI-powered MCP server for content type CRUD operations, but no schema-as-code workflow or polymorphic/union types. Capable but less fluid than code-driven headless platforms.

Structured content support8470(-14)

Page Builder widget system provides component-level composition with sections, zones, and widgets. Reusable content items serve as shared fragments across pages. Nesting supported via widget zones within sections though deep nesting has practical limits. Rich text output is HTML, not a portable structured format like Portable Text or Rich Text AST.

SOC 2 Type II6882(+14)

Kentico holds SOC 2 Type 2 with Security, Confidentiality, and Availability Trust Service Criteria — all three key TSCs. Annual independent audit cadence confirmed. Reports available to enterprise customers. Trust center explicitly documents the scope. Not scoring 85+ because Processing Integrity and Privacy TSCs are not confirmed.

Content validation8168(-13)

Field-level validation covers required, min/max length, regex patterns, and data type checks. Custom validation via .NET data annotation attributes on generated model classes. Form Builder now supports visibility conditions based on other field values (Nov 2025). Cross-field validation still requires custom C# code. Functional but lacks a visual rule-builder UI.

Rich text capabilities7865(-13)

Rich text editor provides standard formatting (headings, bold, italic, links, lists, tables, images) with configurable toolbar. No custom block types or inline annotations. Output is HTML only — no portable structured format. AIRA image transformation capabilities added for in-editor media handling, but core rich text architecture unchanged.

Content relationships7462(-12)

Content item reference fields allow linking between content types. References are unidirectional — no automatic bidirectional linking or graph traversal. Cross-content-type references work but lack filtering at the reference field level. GraphQL linked items expansion improves querying but reverse lookups still require manual LINQ/object queries. Adequate for most architectures but no graph-style relationship modeling.

Media management7462(-12)

Media libraries being sunset by July 2026, transitioning to Content Hub with content item assets as the long-term replacement. Content Hub offers more structured asset management but the transition creates uncertainty. Smart drag-and-drop uploading added in Page Builder. Still no focal point selection, on-the-fly format conversion (WebP/AVIF), or DAM-grade features natively. Score slightly lower due to platform transition state.

API delivery model7260(-12)

Significant improvement: every headless channel now provides a native GraphQL API endpoint secured by API keys. REST + GraphQL combination available. GraphQL supports queries with filtering, linked items expansion, and pagination. Performance optimizations added for queries with large numbers of linked content types (2025). However, GraphQL is query-only (no mutations/subscriptions), and query flexibility still trails dedicated headless platforms.

Webhooks and event system6958(-11)

Internal .NET event system is robust with sync and async handler support, dependency injection, and coverage of content CRUD operations. Newer handler API supports constructor DI and async code. ThreadQueueWorker for background batch processing. External webhook capabilities remain limited compared to headless platforms — no admin UI for webhook configuration, filtering, signed payloads, or retry dashboards.

Multi-channel output6958(-11)

Improved from previous scoring: dedicated Headless content types, GraphQL API endpoints per channel, and documented Next.js integration patterns. Platform now positions itself as a 'hybrid headless DXP.' However, still no official JavaScript/Python/mobile SDKs — developers consume GraphQL directly. Rich text remains HTML-only. Heritage is clearly web-first MVC, and headless is an added capability rather than the core architecture.

Customer sentiment9382(-11)

Exceptional review satisfaction continues: G2 shows 98% of reviewers gave 4-5 stars with 92% likelihood to recommend. Gartner Peer Insights corroborates with 4.5/5 average. G2 category scores remain strong: Ease of Use 90%, Ease of Admin 90%, Ease of Setup 86%, Right Direction 96%. Reviewers praise the unified content+marketing+commerce platform and support quality. Main criticisms persist around learning curve for new users and some missing enterprise features. The 96% 'Right Direction' score is particularly notable for platform health assessment.

CDN and edge delivery6050(-10)

SaaS deployment runs on managed Azure infrastructure but no built-in global CDN with per-content cache invalidation. Azure CDN configuration documented for older versions but SaaS offering lacks granular CDN controls. Media/assets can be served via Azure Blob storage. Teams still need to layer their own CDN (Cloudflare, Azure Front Door) for production API and asset performance.

Funding and stability8272(-10)

Kentico is a privately held, profitable company with $42M revenue (2024), growing steadily from $20M in 2017. Based in Brno, Czech Republic, operating since 2004. Expedition Growth Capital has invested historically. No acquisition rumors or layoffs reported in 2025-2026. CEO Dominik Pintér published a forward-looking 2026 vision, signaling stable leadership. The company continues investing in major product development (AI, commerce, SaaS) — consistent with a healthy, growing business. Not reliant on VC fundraising cycles.

Data residency & sovereignty7282(+10)

Kentico SaaS supports 19 Azure regions across North America (7), Europe (6), Asia-Pacific (4), and Middle East (1). Single-tenant architecture ensures data isolation. Customers designate their region prior to provisioning with contractual guarantees. Self-hosted deployments provide complete residency control. Significantly stronger than the EU/US binary previously scored.

Extensibility model7970(-9)

Comprehensive .NET extensibility: custom modules with dependency injection, global event handlers for content lifecycle hooks, custom Page Builder widgets and sections, custom form components, and custom admin UI pages built with React. NuGet-based package distribution for reusable extensions. The admin UI customization via React is a genuine strength. Limited only by the requirement for .NET/C# skills — no low-code extension approach exists.

Authentication7465(-9)

SSO via external authentication providers including OIDC through ASP.NET Core Identity integration. MFA is available for admin users. API authentication uses API keys for headless channel endpoints. SAML support requires additional custom configuration beyond built-in OIDC. Service account management is basic. Adequate for most enterprise requirements but SAML not being first-class limits the score.

Authorization model7465(-9)

Role-based access control with predefined and custom roles. Permissions configurable at module, content type, and content tree node levels. Per-page permissions provide content-level access control. Custom roles support granular module permission assignments. No field-level permissions — access control operates at the content item level. Adequate for most organizational structures but lacks fine-grained field-level control offered by some headless CMS platforms.

Hosting model7970(-9)

Genuine dual deployment: SaaS (single-tenant Azure infrastructure) and self-hosted via standard ASP.NET Core hosting. SaaS customers choose their Azure region from North America, Europe, and Asia Pacific. Self-hosted supports Docker containers and any compatible infrastructure. No feature disparity between models. Encryption in transit and at rest for SaaS. The dual model provides strong flexibility for regulated industries.

SLA and uptime7465(-9)

Public status page at status.xperience-portal.com with uptime history page. Platform-specific SLAs for SaaS customers. 24/7 worldwide support team with internal alerting system. Recent incidents tracked and communicated via status page (last acknowledged outage Feb 19, 2026). Not higher because specific SLA percentage (e.g., 99.95%) is not publicly documented and incident post-mortems are limited compared to larger SaaS platforms.

Local development7465(-9)

Standard .NET local development with ASP.NET Core dev server and hot reload. CLI tools for project management and database operations. Local SQL Server instance (LocalDB or full) required. Full platform runs locally with good production parity for the application layer. Developer Learning Map and kickstart guides available. Not higher because it requires the full .NET stack plus SQL Server locally — no lightweight sandbox or emulator mode.

Documentation quality7768(-9)

Comprehensive documentation at docs.kentico.com with the new Learn Portal unifying all educational resources. Full API reference at api-reference.kentico.com. Developer Learning Map provides guided training paths. Code examples in C# throughout. AI-powered chatbot for documentation assistance. Free e-learning for all key roles. Not higher because examples are C#-only, no interactive playground, and some legacy-to-XbK transition gaps remain.

Release frequency7465(-9)

Xperience by Kentico shipped approximately 10 Refresh releases in 2025 (Jan, Mar, May, Jun, Jul, Oct, Nov, Dec) plus Jan and Feb 2026 — roughly monthly cadence. Major features shipped include content versioning, digital commerce (preview through production-ready), AIRA AI capabilities, content sync, and Form Builder improvements. This is a strong cadence for a platform supporting both SaaS and self-hosted deployments. Not continuous deployment like pure SaaS, but monthly meaningful releases is solid.

Changelog quality7768(-9)

Structured changelog at docs.kentico.com/documentation/changelog with each Refresh receiving a detailed community blog post covering new features, breaking changes, and migration guidance. Documentation updates are tracked separately. The format is actionable — teams can identify what changed and what requires action. Breaking changes are called out explicitly with migration steps.

Roadmap transparency7465(-9)

Public roadmap at roadmap.kentico.com with Planned and Released tabs. CEO Dominik Pintér published a 2026 vision post outlining strategic priorities (AI integration, XP13 end-of-life transition, unified product). Community feedback influences priorities. Delivery has been strong in 2025 with commerce and AI features hitting roadmap targets. Not quite at the level of community-voted prioritization, but good transparency for a commercial vendor.

API design quality6658(-8)

Xperience by Kentico now provides a GraphQL API for every headless channel with auto-generated schemas based on configured content types. API key security, dynamic caching, and per-channel endpoints are well-designed. However, only queries are supported — no mutations or subscriptions. The .NET content item query API is powerful with filtering, sorting, and projection. Not higher because GraphQL is read-only and documentation depth is below headless-first platforms.

Compliance certifications6860(-8)

Xperience by Kentico SaaS holds both ISO 27001 certification and SOC 2 Type II audit, verified annually with continuous monitoring. GDPR and CCPA compliance with consent management tools. DORA-aligned and Digital Services Act-ready. Trust Center provides evidence and policies. Multiple Azure regions across North America, Europe, and Asia Pacific for data residency. Encryption in transit and at rest. Not higher due to no documented HIPAA BAA availability.

Security track record6860(-8)

Formal Vulnerability Disclosure Program exists at kentico.com/bug-bounty-program with legal safe harbor for researchers. Security advisories published at docs.kentico.com/security-advisories. However, CVE history includes serious vulnerabilities in older versions — authentication bypass and remote code execution chains in Xperience 13. Regular penetration testing for SaaS. Not higher due to the severity of historical CVEs and the disclosure program being reward-free.

Scalability architecture6860(-8)

ASP.NET Core architecture supports horizontal scaling with automatic web farm synchronization across multiple instances. Azure SaaS deployment provides managed scaling with multiple region support. File storage shared across instances eliminates sync overhead. However, no published scale limits (entries, API calls/second, concurrent users) and no public enterprise-scale case studies with specific metrics. Not higher due to lack of documented scale ceiling and no CDN-backed content delivery documentation.

Disaster recovery6860(-8)

SaaS includes automated daily backups retained 3–7 days and weekly backups (Sundays) retained 30 days. Backups stored locally and copied to remote geo-redundant storage for disaster recovery. Content export via API and admin tools. Self-hosted follows standard SQL Server backup practices. Improved from previous score due to confirmed backup frequency and geo-redundant DR. Not higher because RTO/RPO targets are not publicly documented.

CI/CD integration6860(-8)

Continuous Integration serializes database objects to XML files for source control. Continuous Deployment restores serialized data to target environments (staging, UAT, production). CI/CD repositories can be configured to include only specific object types. NuGet dependency management integrates with standard .NET CI pipelines. Actively maintained — updated with new features in v26. Not higher because no branch-based environments, no deploy previews, and schema migrations require CI/CD feature configuration rather than standalone migration CLI.

Partner ecosystem6860(-8)

500+ digital agency partners globally with tiered certification (Gold Partner as highest level, plus Quality Expert certification). Active partner recognition with FY25 Partner Excellence Awards and Site of the Year 2025 competition. Named partners include Americaneagle.com, Sagepath Reply, NTARA, SilverTech. Partner directory at kentico.com/partners/find-a-partner. 2025 Partner Conference held. Stronger than previously scored — 500+ agencies is a meaningful ecosystem, though still below enterprise DXP leaders.

Accessibility documentation4840(-8)

No formal VPAT/ACR is publicly available for Kentico Xperience after thorough search. DevNet has general accessibility articles but no formal conformance documentation. No Section 508 conformance statement. Some accessibility guidance exists in documentation for delivered websites but not for the authoring interface specifically. Scoring at bottom of 'accessibility page without formal VPAT' range.

Real-time collaboration4235(-7)

No real-time co-editing capability. Concurrent editing uses document locking model to prevent conflicts. No presence indicators or activity feeds. This remains a notable gap compared to platforms like Contentful or Sanity. No evidence of changes in 2025-2026 refreshes.

API performance6255(-7)

GraphQL responses are dynamically cached improving performance for repeated queries. Recent 2026 updates added performance optimization for queries retrieving data with fields linking to many content types, preventing timeout errors. No published rate limits, response time SLAs, or performance benchmarks. Not higher due to lack of CDN-backed delivery documentation and no published performance guarantees.

Integration marketplace5750(-7)

The Community Integrations Hub hosts integrations from Kentico, partners, and the community, distributed as NuGet packages. Official integrations include Algolia search, Lucene.NET search, health checks, migration tools, and Disqus. NuGet-based extensibility model is clean but the total catalog is modest compared to larger platforms. Core categories (search, analytics, commerce) are covered but gaps exist in DAM, translation, and AI integrations.

Breaking change handling6255(-7)

Within the Xperience by Kentico Refresh cycle, breaking changes are well-documented with migration guides and the Kentico Migration Tool has been expanded (now supports orders and customers as of Jan 2026). The XP13-to-XbK transition remains a historical scar but is nearing completion — XP13 end-of-life is 2026. Within-Refresh breaking change management is reasonable. Slight improvement as migration tooling matures, but the platform's history of major architectural pivots still weighs on this score.

Community size5750(-7)

Community portal at community.kentico.com, invite-only Slack workspace, GitHub Discussions at github.com/Kentico/Home. MVP and Community Leader programs active for 2026. The 500+ partner agencies globally suggests a broader ecosystem than raw developer community metrics imply. Still niche compared to WordPress, Drupal, or headless CMS leaders — primarily concentrated in Europe, UK, and ANZ. GitHub presence is modest with open-source community projects but no massive star counts.

Community engagement6255(-7)

Kentico team actively participates in community forums and Slack. MVP and Community Leader programs recognize engaged members with awards for 2026. Community resource hub and AI development hub show investment in developer enablement. Engagement quality is good within scope — the smaller community size enables more direct vendor-to-developer interaction. Core platform remains closed-source, limiting community code contributions to integrations and marketplace items.

Talent availability5750(-7)

Kentico talent remains niche. The .NET requirement narrows the pool, and platform-specific expertise is concentrated in Europe, UK, and ANZ. Certification program exists but the absolute number of certified developers is small. Most teams still train existing .NET developers on Kentico rather than hiring specialists. No meaningful change in talent market dynamics from previous scoring period.

Customer momentum5750(-7)

Stronger momentum signals than previously scored. 100+ new digital projects went live on Xperience by Kentico during 2025. Revenue reached $42M (up from $20M in 2017), showing sustained growth. G2 Leader status in multiple quarterly reports. Site of the Year 2025 competition attracted global entries. The XP13 end-of-life in 2026 will drive migration momentum. Still mid-market scale, but trajectory is positive with both new and upgrading customers.

Competitive positioning5750(-7)

Significantly better analyst recognition than previously scored. Recognized in the Gartner Magic Quadrant for DXP for the 7th time. G2 Leader in the DXP Grid for multiple consecutive quarters (Spring through Winter 2025-2026). Gartner Peer Insights average of 4.5/5. Positioned as a mid-market hybrid headless DXP with AI and commerce capabilities. Clear differentiation in the .NET mid-market with a unified content+marketing+commerce platform. Still lacks Forrester Wave inclusion since 2021, and competes against larger enterprise DXP budgets.

Authoring UI accessibility6255(-7)

Kentico Xperience's admin UI is built with modern React components and accessibility is a stated concern given EU HQ and EN 301 549 awareness. However, no formal WCAG 2.1 AA conformance report or independent testing for the authoring interface has been published. The admin UI has undergone significant rebuilds but accessibility certification has not been prioritized publicly. Scores as stated target without formal conformance.

SDK ecosystem5145(-6)

Official SDK exists for .NET only, distributed as NuGet packages following the Kentico.Xperience.* naming convention. The .NET SDK is well-maintained with typed content access and LINQ queries. No official JavaScript, Python, Ruby, Go, or mobile SDKs exist. Non-.NET consumers must use the GraphQL API directly without a client library. This limits the platform to .NET teams for server-side work.

Third-party content5145(-6)

Some improvement in third-party content with DEV Community articles, community blog posts, and partner-produced content. AI Development Hub provides structured resources. However, volume remains limited compared to major platforms — no current books, sparse YouTube presence, and conference talks primarily at Kentico's own events. Third-party learning resources for Xperience by Kentico are growing but still thin relative to competitors.

Onboarding resources6368(+5)

Strong onboarding ecosystem. Developer Kickstart series walks through building a site from scratch. Developer Learning Map provides curated, sequentially-structured training. Implementation Handbook from solution architects covers seven project phases. Quickstart guides bridge documentation and real-world scenarios. Training guides repo on GitHub with step-by-step instructions. Certification available via Kentico Academy. Well-invested for a mid-market platform.

TypeScript support3430(-4)

No TypeScript type generation from content schemas. No official TypeScript or JavaScript SDK for content delivery. The admin UI uses React and TypeScript internally, but this is not exposed as a developer-facing SDK. Type safety is provided via C# generated classes in .NET only. Frontend developers consuming the GraphQL API must manually create TypeScript types or use third-party codegen tools. This remains a significant gap for modern frontend workflows.

Landing page tooling7268(-4)

Page Builder provides genuine drag-and-drop visual page creation with widget placement, section layouts, and reusable templates. Marketers can create and launch landing pages from pre-built widget libraries without developer involvement. AIRA AI assistance added for content creation. Meets the 70+ threshold for a real visual page builder, though initial widget library still requires developer investment.

SEO tooling7268(-4)

Solid SEO support with meta title/description fields on all page types, configurable URL slug management with vanity URL support (added 2025), XML sitemap generation, and redirect management. Canonical URL handling is available. No built-in SEO scoring or real-time optimization suggestions, and structured data requires custom implementation, but the fundamentals are well covered for a DXP.

Concept complexity4245(+3)

Moderate concept complexity. Developers must learn ASP.NET Core patterns (DI, middleware, routing), Kentico-specific concepts (Page Builder with sections/zones/widgets, four content types: Page, Reusable, Email, Headless), and the hybrid delivery model (Page Builder channels vs headless GraphQL channels). Mental model aligns with .NET conventions but the hybrid approach adds overhead compared to pure headless platforms. Not as complex as AEM/Sitecore but more conceptual layers than headless CMS platforms.

Boilerplate and starter quality3740(+3)

.NET project templates via dotnet CLI for quick project initialization with basic structure, Page Builder examples, and configuration. Community and blog examples for Next.js + GraphQL headless integration exist but are not official polished starters with example content and deployment config. No equivalent to the rich starter ecosystem of headless CMS platforms with framework-specific starters for Next.js, Nuxt, Astro. Training guides repo on GitHub provides working examples but targets learning, not production jumpstart.

Configuration complexity4245(+3)

Moderate configuration surface. appsettings.json with Kentico-specific sections, connection strings, and module settings all require attention. Defaults are reasonable for development. SaaS deployment improvements (zero-downtime, faster deployments via restore points) reduce ops config burden. Configuration-as-code support is partial — some settings in code, some in database admin interface. Environment variable support follows standard ASP.NET Core conventions.

Data modeling constraints4245(+3)

Schema changes possible but require care. Content versioning now supports reusable content, headless items, and web pages with version history and restore capability (2025), improving safety of schema iterations. Adding fields is straightforward; removing or renaming fields still risks data loss. CI/CD serialization feature tracks schema changes across environments. No automated schema migration tooling for complex refactoring, but the versioning improvements reduce risk compared to previous assessment.

Preview and editing integration3538(+3)

Meaningful improvements in 2025. Shareable web page previews (Dec 2025) allow stakeholders to preview content via URL without admin access. Content versioning enhanced with Page Builder preview capability and content read-only mode (April 2025). Page Builder preview integrated into editorial experience with actual widget rendering. However, headless channel preview still requires custom implementation in the target environment — no built-in headless preview. Setup for custom Page Builder still requires implementing widget views and section layouts.

Required specialization4750(+3)

.NET/C# skills remain mandatory for core platform development — a hard requirement limiting the candidate pool. Kentico-specific knowledge needed for Page Builder patterns, content type modeling, and workflow configuration. The headless GraphQL channel partially alleviates this for frontend-only roles. Certification available via Kentico Academy but not strictly required. The specialization requirement remains a genuine constraint for team building and talent acquisition.

Team size requirements3740(+3)

A small team of 3-4 developers can deliver a production Kentico site. SaaS deployment with zero-downtime updates and improved deployment speed reduces the need for dedicated ops roles. Solo developer implementation is possible for simple sites. Content authors can be trained separately. The team size requirement is moderate — smaller than AEM/Sitecore but larger than headless CMS projects where a single frontend developer can ship.

Cross-functional complexity4245(+3)

Post-go-live self-service improved in 2025-2026. Shareable previews let stakeholders (CEOs, consultants) review content without admin access. AIRA AI content features now GA (Feb 2026) assist content creation. Smart drag-and-drop asset upload, form visibility conditions, and validation rules empower editors. Page Builder allows marketers to compose pages from widgets without developer involvement. Content authors still need moderate training (1-2 days) but ongoing operations have less developer friction than before.

Campaign management6562(-3)

Campaign tracking with content grouping under campaign umbrellas, conversion goal tracking, and basic campaign analytics. Email marketing is integrated with drag-and-drop Email Builder and A/B testing for email campaigns. Content scheduling supports campaign timelines. Workflow notifications added in mid-2025. Still basic compared to dedicated marketing platforms — no multi-channel orchestration or advanced campaign calendaring.

Performance marketing6158(-3)

Built-in Form Builder with field validation, conditional visibility rules, and usage tracking (October 2025). CTA management via Page Builder widgets. Conversion tracking integrates with campaign system. A/B testing for landing pages and emails. Form Builder improved but still basic compared to HubSpot or Marketo. No built-in optimization recommendations or advanced analytics.

Access control depth6562(-3)

RBAC with page-level ACLs and per-channel permission management. SSO via OIDC supporting Microsoft Entra ID, Okta, Auth0, and custom IdPs with role synchronization from identity providers. Content tree permissions can scope department-level access. Adequate for basic intranet scenarios but the permission model remains role/group-based — no dynamic audience-based content filtering for sophisticated intranet use cases.

Knowledge management5855(-3)

Content Hub provides taxonomy and content organization with tagging and categorization. Content versioning now available for reusable content (March 2025). Workflow notifications support knowledge update approval flows. Search is adequate for internal discovery. Still lacks purpose-built knowledge management features like content freshness tracking, expertise mapping, or knowledge base templates.

Tenant isolation6360(-3)

SaaS deployment now provides genuine tenant isolation — each customer gets a separate application, database, and storage per project. Within a project, multi-site is achieved via website channels with separate content trees and per-channel permissions. However, multiple brands within a single project still share a database. The SaaS isolation is strong between customers but multi-brand within one org remains silo-based via channels, not true per-brand data isolation.

Shared component library5855(-3)

Content Hub enables reusable content items shared across channels (websites, email, headless). Page Builder widgets available across all sites in the instance. Content sync for web pages added in mid-2025 allows synchronized content updates. However, no brand-override system for shared widgets, no centralized design system support, and design token management requires custom implementation.

Governance model5855(-3)

Central admin interface with cross-channel visibility. Per-channel permissions and page-level ACLs enable brand autonomy within governance boundaries. Workflow can be configured per channel for brand-specific approval processes. Workflow notifications improve governance awareness. Still no cross-brand approval hierarchies, global policy enforcement mechanisms, or compliance dashboards across brands.

Regional & industry regulations5255(+3)

GDPR via Czech EU HQ, CCPA confirmed on trust center, DORA alignment for financial services confirmed. No FedRAMP authorization. No documented LGPD, PIPEDA, IRAP, or C5 compliance. NIS2 awareness from EU regulatory environment. DORA alignment adds meaningful value for financial services customers beyond basic GDPR+CCPA.

Framework familiarity3335(+2)

Built on ASP.NET Core with .NET 10 LTS support (as of late 2025), using standard MVC patterns, Razor views, Tag Helpers, and dependency injection. Skills transfer to/from other ASP.NET Core projects. The headless GraphQL API allows frontend developers to use Next.js or other frameworks without .NET knowledge for content consumption. However, core platform development still requires .NET/C# — this limits the candidate pool compared to JS/TS-native platforms. Not proprietary, but not the majority ecosystem either.

Upgrade difficulty6260(-2)

Within Xperience by Kentico, Refresh-to-Refresh upgrades are NuGet-based and breaking changes are rare — Kentico explicitly prioritizes backward compatibility. However, the migration from Kentico Xperience 13 to XbK is a full platform rebuild requiring frontend rearchitecture, custom code reimplementation, and content migration via dedicated tooling. With KX13 EOL set for December 31, 2026, many customers are currently facing this expensive transition. Not lower because within-XbK upgrades are genuinely manageable.

Security patching6462(-2)

Multiple critical CVEs discovered in 2025: CVE-2025-2746 and CVE-2025-2747 (CVSS 9.8 authentication bypass in Staging Service), CVE-2025-2748 (XSS-to-RCE chain), and CVE-2025-5591 (stored XSS). Some were added to CISA's KEV catalog as actively exploited. Hotfix 13.0.179 patched the critical auth bypass. SaaS deployments receive managed patching. The volume and severity of 2025 vulnerabilities is concerning, though patches were released. Not lower because SaaS auto-patches and hotfix turnaround for critical issues was reasonable.

Vendor-forced migrations6765(-2)

Kentico's pattern of forced platform transitions continues. KX13 EOL December 31, 2026 forces migration to XbK — a full platform rewrite, not an incremental upgrade. Media Libraries deprecated with a 12-month sunset (removed after July 2026). The cumulative history of forced migrations (CMS → EMS → XP13 → XbK) is a significant risk factor. Partners are actively recommending Q4 2025–Q2 2026 migration windows to avoid last-minute bottlenecks. Not lower because deprecation timelines are communicated in advance with 12+ month windows.

Dependency management4745(-2)

NuGet-based dependency management follows standard .NET/ASP.NET Core patterns. The dependency tree is moderate — Kentico.Xperience packages plus standard ASP.NET Core dependencies. SaaS deployment reduces client-side dependency concerns. Monthly Refresh releases require regular NuGet updates to stay current. The .NET ecosystem provides good tooling for dependency management and vulnerability scanning. Not higher because self-hosted deployments require SQL Server, runtime management, and regular NuGet maintenance.

Monitoring requirements5250(-2)

SaaS deployments include real-time monitoring, DevOps coverage, and platform-specific SLAs with 99.9% uptime guarantee. Kentico manages 24/7/365 availability monitoring for SaaS infrastructure. Self-hosted deployments still require standard ASP.NET Core monitoring setup (Application Insights, health checks). Built-in admin monitoring is limited to basic system information. Not higher because self-hosted requires full custom monitoring, and even SaaS customers need application-layer monitoring.

Content operations burden4442(-2)

Moderate ongoing content operations burden. Media Libraries are being sunset in favor of Content Hub, which creates a transition period for existing content. Taxonomy management requires manual attention as content grows. Content relationship integrity is not self-healing — broken references can accumulate. No automated stale content detection or link checking built in. The admin interface handles day-to-day content operations adequately but lacks automated content lifecycle management tooling.

Performance management5250(-2)

SaaS deployment includes managed optimization and infrastructure monitoring. Self-hosted deployments require ASP.NET Core output caching configuration, SQL Server query optimization, and content caching strategy setup. The CI/CD features in XbK help maintain deployment consistency. Performance can degrade with large content volumes without optimization. Not higher because self-hosted still requires significant performance tuning, and no built-in performance monitoring or bottleneck identification tools exist.

Support tier quality5755(-2)

Customer reviews consistently praise Kentico's support as exceptionally fast and knowledgeable. 24/7 support from in-house engineers is available across Standard and Premium tiers. Multiple review platforms (G2, Capterra, TrustRadius) report positive support experiences — 'if there is a bug, it will be fixed before you know it.' The smaller vendor scale means support engineers have deep platform knowledge. Premium tier adds faster SLAs and dedicated contacts. Not higher because the best support is gated behind Premium tier.

Community support quality4745(-2)

Kentico Community Portal Q&A discussions serve as the primary community forum for XbK, with DevNet handling legacy KX13 questions. Stack Overflow coverage is growing at 1-2 questions/week with almost all answered. Kentico team actively participates in community channels. Community Newsletter and contributions page foster engagement. However, the community remains small compared to WordPress, Drupal, or major headless CMS platforms, meaning niche questions may lack answers. Not lower because official team participation partially compensates for community size.

Issue resolution velocity4442(-2)

XbK follows a weekly hotfix and monthly Refresh cadence, providing regular delivery vehicles for bug fixes. Critical security vulnerabilities in 2025 received relatively prompt patches (hotfix 13.0.179 for CVSS 9.8 auth bypass). Customer reviews praise fix turnaround — 'if there is a bug, it will be fixed before you know it.' Non-critical bugs may still persist across Refresh cycles. Not higher because the critical 2025 CVEs suggest QA gaps, and some lower-priority issues take multiple Refreshes to address.

Product content depth4745(-2)

Native digital commerce became production-ready in July 2025, a significant change from the legacy state. Product catalog management is now in Content Hub with product content types, pricing, and tax configuration. However, it is still early-stage compared to mature commerce platforms — no full PIM, limited variant handling, and product taxonomy is basic. Adequate for content-driven commerce but not deep product information management.

Merchandising tools4240(-2)

Discounts and promotions support added in December 2025, enhanced with generic coupon codes in January 2026. Product catalog in Content Hub enables basic category organization. However, still no search merchandising, no cross-sell/upsell tooling, and no product spotlight features. Merchandising is basic — teams with serious merchandising needs will still require external commerce platforms.

Commerce platform synergy3735(-2)

Kentico now maintains an official Shopify integration (NuGet package) using Shopify Storefront and Admin APIs with product sync, shopping cart, and checkout integration. An ecommerce-common base package provides a foundation for building integrations with other commerce platforms. Significant improvement over the previous state of fully custom integration, but only Shopify has an official connector — commercetools, BigCommerce, and Salesforce Commerce still require custom work.

Employee experience4240(-2)

No purpose-built employee portal or intranet features in Xperience by Kentico. Legacy Kentico versions (8, 9, 12) had dedicated intranet modules but these were dropped in the new platform. No social features, no employee directory integration, no notification system beyond workflow notifications. Building an intranet requires extensive custom frontend development. Score reduced from 40 to better reflect the gap versus platforms with actual employee experience tooling.

Scale economics4745(-2)

Channel-based licensing model — platform license includes one main channel, additional channels purchased separately. Shared infrastructure within a project provides some cost efficiency. The per-channel pricing is transparent but each brand/site adds incremental license cost. Development costs are moderate per additional brand due to shared codebase but brand-specific customization still requires investment. Not as cost-efficient at scale as flat-fee multi-site platforms.

GDPR & EU data protection7880(+2)

Kentico is HQ'd in Brno, Czech Republic (EU). Trust center confirms GDPR compliance with published DPA, sub-processor list (Auth0, SendGrid, Cloudflare, Microsoft, Freshworks), EU data residency options across multiple Azure regions, and built-in consent management, data erasure, and contact anonymization. Not higher because SCCs and DPA tier availability (all vs enterprise-only) are not explicitly documented.

HIPAA & healthcare compliance4240(-2)

Kentico does not offer a BAA and is not HIPAA-certified. DevNet community confirms HIPAA compliance depends on implementation architecture, not the platform itself. Kentico's Azure infrastructure could support HIPAA-eligible workloads with appropriate configuration, but no formal HIPAA program or documentation exists. European market focus means US healthcare compliance is not a priority.

ISO 27001 / ISO 270187274(+2)

Kentico holds ISO 27001 certification with Statement of Applicability (SoA) available, covering the platform ISMS — not just underlying infrastructure. SaaS documentation confirms ISO 27001 for operations. No ISO 27018 (cloud PII processing) certification documented. Platform-scope ISO 27001 is strong but lack of ISO 27018 prevents scoring 80+.

Audit logging & compliance reporting6563(-2)

Kentico has an event log tracking system actions, content changes, and user activity stored in the Xperience database. Custom IEventLogWriter implementations enable external system/SIEM integration, but this requires development — not turnkey. Standard .NET logging configuration available. Trust center confirms operational telemetry collection. Adequate but not best-in-class; no native SIEM push connector.

Multi-site management7172(+1)

Multi-site support remains a traditional Kentico strength. Multiple websites managed from a single instance with per-site content trees, configuration, and domains. Content sharing across sites via reusable content items in the Content Hub. Centralized administration with per-site permissions. Competitive with other traditional DXPs.

Pricing transparency5655(-1)

A 'How to Buy' page exists with self-managed starting at $990/month and SaaS from $1,990/month, but detailed tier breakdowns, overage rates, and enterprise pricing are gated behind sales. Better than fully opaque DXPs (AEM, Sitecore) but worse than headless platforms with full public pricing. No public price calculator.

Pricing model fit5150(-1)

Tiered subscription pricing linked to features and usage limits. Multi-site deployments multiply licensing costs, making scaling less predictable. Per-site licensing model means costs grow linearly with each additional property. Mid-market pricing is reasonable for a single site but enterprise multi-site deployments become expensive relative to headless alternatives with flat or usage-based models.

Feature gating5655(-1)

Core CMS features available at entry tier. Marketing automation, personalization, A/B testing, and email marketing require higher tiers. SaaS deployment is a separate offering from self-hosted. The specific feature-to-tier mapping is not fully public, making it difficult for buyers to assess which tier they need. Gating is moderate — more generous than enterprise DXPs but more restrictive than open-source headless platforms.

Contract flexibility5150(-1)

Annual subscription contracts are standard. Monthly options, downgrade paths, and exit terms are not publicly documented. No widely publicized startup, nonprofit, or education programs. Contract negotiation is possible for larger deals but flexibility is not a differentiator. Typical for mid-market DXP vendors — not punitive but not notably flexible.

Time-to-first-value5655(-1)

Boilerplate .NET templates via `dotnet new kentico-xperience-mvc` and a Dancing Goat sample project accelerate initial setup. However, setup still requires .NET SDK installation, SQL Server database initialization via `dotnet kentico-xperience-dbmanager`, and configuration. A .NET-experienced developer can have a local instance running in hours, not days. SaaS deployment reduces infrastructure setup. Still significantly slower than headless CMS first-content-in-minutes experience.

Typical implementation timeline6160(-1)

Typical marketing site projects take 2-4 months (8-16 weeks) with an experienced team, which the scoring rubric rates as poor for simple sites (8+ weeks). Complex multi-site or commerce implementations extend to 6+ months. Reference architectures and project templates help but don't fundamentally change the timeline. Competitive with other mid-market DXPs like Magnolia and Liferay but notably slower than headless implementations.

Specialist cost premium5655(-1)

Moderate specialist premium. .NET developers can become productive on Kentico with platform-specific training in 2-4 weeks thanks to boilerplate templates and documentation. Kentico-specific expertise commands a moderate rate premium over generalist .NET developers. Premium is lower than Sitecore or AEM specialists but higher than headless CMS platforms where frontend developers are immediately productive. Certification program exists but is not widely required.

Hosting costs6160(-1)

SaaS deployment is the recommended option per Kentico documentation, including managed hosting in the subscription. Self-hosted ('Private Cloud') requires .NET 8-10 runtime and SQL Server 2019+, with minimum 4 GB RAM and 200 MB database. Self-hosted hosting costs are moderate due to SQL Server licensing. Overall, moderate hosting costs — included in SaaS subscription or moderate self-hosted infrastructure needs.

Ops team requirements5958(-1)

SaaS is now the recommended deployment, significantly reducing ops requirements — no server management, patching, or infrastructure monitoring needed. Self-hosted requires part-time ops for .NET runtime updates, SQL Server maintenance, and monitoring. Content operations require ongoing attention for workflow management and user administration. With SaaS as the recommended path, operational burden is lower than previously assessed.

Vendor lock-in and exit cost4645(-1)

Moderate to high lock-in. Content is accessible via Content Delivery API for export, but custom code is deeply .NET-specific and non-portable. Page Builder widgets, custom modules, and workflow configurations don't transfer. Database schema is proprietary (SQL Server). No documented migration tooling for moving to competitor platforms. Switching requires full re-implementation rather than content migration. Standard for traditional DXPs but worse than headless platforms.

Data lifecycle & deletion6566(+1)

Built-in GDPR data erasure tools, consent management with configurable retention, and data collector/eraser APIs for right-to-be-forgotten compliance. Daily backups retained 3–7 days, weekly backups 30 days — retention policy documented. Content export via API. Not scoring higher because self-service bulk export tooling and post-termination retention specifics are not clearly documented.

April 2025Historical Research

XbK approaches feature maturity with AI-powered content workflows, enhanced personalization engine, and improved composable architecture. The platform has largely completed its generational transition and velocity normalizes as the focus shifts from catch-up to differentiation. Cost structure remains mid-market enterprise, and build complexity improves but still reflects .NET DXP complexity.

Platform News

  • AI Content Assistant

    Built-in AI features for content generation, optimization suggestions, and automated tagging.

  • Enhanced Personalization Engine

    Improved real-time personalization with better segmentation and machine learning-driven recommendations.

  • Composable Architecture Updates

    Better support for microservices integration, webhook-driven workflows, and third-party marketplace.

June 2024Historical Research

Xperience by Kentico matures significantly with .NET 8 LTS support, expanded headless APIs, and improved SaaS deployment options. The platform is regaining competitive ground with a modern architecture while preserving traditional DXP strengths in marketing automation and content personalization. Regulatory features expand with better audit logging and consent management.

Platform News

  • .NET 8 LTS Migration

    Platform moves to .NET 8 long-term support, providing stability and performance improvements.

  • Expanded Headless APIs

    Content delivery API improvements including GraphQL-like querying and better multi-channel support.

  • SaaS Deployment Option

    Kentico begins offering managed SaaS hosting alongside traditional self-hosted deployment.

November 2023Historical Research

XbK development velocity picks up with quarterly feature releases adding digital marketing capabilities, improved page builder, and taxonomy management. The platform is finding its footing as a hybrid DXP — supporting both traditional and headless delivery. Build simplicity improves as documentation and community resources expand.

Platform News

  • XbK Quarterly Updates

    Regular feature drops adding forms, A/B testing, taxonomies, and improved content modeling to close KX13 gaps.

  • Kentico Connection 2023

    Conference showcasing XbK roadmap including AI content assistance, advanced personalization, and SaaS deployment options.

  • Page Builder Enhancements

    Improved widget system and landing page capabilities for marketing teams.

March 2023Historical Research

Xperience by Kentico reaches general availability but is still catching up to KX13 feature parity. The new .NET 7 foundation and content hub model show architectural promise, but build complexity remains high as documentation and ecosystem tooling are still maturing. Partner community navigates the transition with mixed enthusiasm.

Platform News

  • Xperience by Kentico GA

    General availability of the new platform with core CMS, email marketing, and headless content delivery.

  • .NET 7 Support

    Platform updated to .NET 7, improving performance and aligning with Microsoft's release cadence.

June 2022Historical Research

Kentico announces Xperience by Kentico (XbK), a ground-up rebuild on .NET 6 with a headless-capable content hub. This creates a strategic fork — KX13 enters maintenance mode while XbK is in early access with limited features. Velocity perception drops as the new platform is immature and migration path is unclear.

Platform News

  • Xperience by Kentico Early Access

    Ground-up rebuild on .NET 6 with modern content hub architecture, but feature-incomplete compared to KX13.

  • KX13 Enters Maintenance Mode

    Kentico shifts development resources to XbK; KX13 receives only security patches going forward.

  • New Content Hub Architecture

    XbK introduces reusable content items, headless delivery API, and channel-based content architecture.

November 2021Historical Research

Kentico Xperience 13 continues to receive regular hotfixes and the partner ecosystem remains active. However, velocity perception begins to soften as the market shifts toward headless and composable architectures. The .NET 5 ecosystem is maturing but KX13 remains on .NET Framework / .NET Core 3.1.

Platform News

  • Kentico Xperience 13 SP1

    Service pack adding incremental improvements to the page builder, forms, and content modeling.

  • Kentico Connection 2021

    Annual conference hinting at next-generation platform direction and modern .NET migration plans.

March 2021Historical Research

Kentico Xperience 13 is a mature traditional .NET DXP with solid content management and marketing automation. The platform enjoys steady enterprise adoption but its monolithic MVC architecture and Windows-centric hosting limit modern developer appeal. Regulatory posture is adequate for EU markets with GDPR tooling but lacks advanced compliance certifications.

Platform News

  • Kentico Xperience 13 GA

    Major release completing the rebranding from Kentico CMS, MVC-first approach, improved page builder, and marketing automation.

  • Hotfix 13.0.16+

    Steady stream of hotfixes improving stability and security of the KX13 platform.

Momentum Trends

= analyst note