Skip to content
Umbraco

Umbraco Platform Overview

Umbraco is an open-source, ASP.NET Core-based CMS known for its flexibility, developer experience, and strong community ecosystem. With the release of v14 (2024) and the subsequent v17 LTS (2025), Umbraco introduced Bellissima — a completely rebuilt backoffice using Web Components, Lit, and TypeScript — replacing the legacy AngularJS interface that had served the platform for over a decade. Umbraco v17 LTS, built on .NET 10 LTS, is the recommended version for new projects in 2026, with enterprise-grade support through 2028.

This section contains practitioner-level research on the Umbraco ecosystem, covering architecture, development patterns, migration paths, and real-world implementation guidance.


DetailValue
Current Versionv17 LTS (latest long-term support), v14+ architecture
License ModelOpen-source (MIT); commercial tiers for Cloud and Heartcore
HostingSelf-hosted (any .NET hosting) or Umbraco Cloud (PaaS)
Framework.NET 10 LTS (ASP.NET Core)
BackofficeBellissima (Web Components + Lit + TypeScript)
DatabaseSQLite, SQL Server, MySQL, or PostgreSQL
SearchExamine (Lucene.NET-based, built-in)
Headless APIContent Delivery API (REST, opt-in) + Management API
CI/CDUmbraco Cloud Deploy or custom pipelines
Target MarketMid-market CMS, agency-friendly, content-driven websites

TierCostIncludes
Umbraco CMS (self-hosted)Free (MIT license)Full CMS, Bellissima backoffice, all APIs, community packages
Umbraco CloudPaid (subscription)Managed hosting, CI/CD, environment promotion, automatic upgrades
Umbraco HeartcorePaid (subscription)Headless-only CMS as a service, Content Delivery API, GraphQL

The free self-hosted tier includes the complete CMS with no feature gating — there are no “enterprise-only” features locked behind a paywall. Cloud and Heartcore add managed infrastructure and convenience, not core CMS functionality.


Umbraco is best suited for organizations and agencies that need:

  • Open-source flexibility with no licensing fees for self-hosted deployments
  • Agency-friendly development with a strong ecosystem of packages, community support, and extensible backoffice
  • .NET ecosystem alignment — ideal for teams already invested in Microsoft’s technology stack
  • Mid-market scale — powerful enough for complex content sites without enterprise-tier pricing
  • Hybrid delivery options — traditional server-rendered Razor views, headless via Content Delivery API, or a mix of both
  • Content author experience — Bellissima provides a modern, intuitive editing interface
  • Budget-conscious projects — the free self-hosted option makes Umbraco accessible to organizations that cannot justify enterprise CMS licensing

Organizations that need built-in personalization, A/B testing, or SaaS-only delivery may want to evaluate Sitecore or Optimizely as alternatives.