Skip to content

Files

Latest commit

e2f3589 · May 22, 2025

History

History

marketplace-and-integrations

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Feb 20, 2025
Nov 22, 2024
May 22, 2025
Mar 14, 2025
Mar 25, 2025
Mar 14, 2023
Nov 6, 2024
Nov 22, 2024
Oct 19, 2023

README.md

description
Extending the Umbraco platform through the composition of packages and integrations.

Umbraco DXP

Within this Umbraco DXP (Digital Experience Platform) area of the Umbraco documentation, you'll find topics related to extending Umbraco CMS via packages and integrations.

Umbraco is used in solutions in both a "platform" and "composable" DXP context. With the former, Umbraco has responsibility for both content management and delivery, with extensions added as NuGet packages. In a composable DXP, Umbraco is often a stand-alone service that takes part in an overall architecture. In these cases, Umbraco CMS is focused on the management of content exposed via APIs for delivery.

Umbraco is also used in a hybrid DXP context. Here, some features are added directly to the Umbraco platform, like Umbraco Forms or Umbraco Commerce. However, Umbraco still acts as a component in a wider architecture.

In all situations, backoffice integrations with third-party services are an important part of providing an intuitive, unified editor experience.

Our aim is to support the different ways of using Umbraco in a DXP context and provide resources for building integrations with Umbraco.

Umbraco as a platform DXP, composable DXP and hybrid solution

Packages and integrations

Packages for Umbraco are installed as Nuget packages.

Integrations provide functionality via a third-party service's API, whereas packages extend the functionality of the CMS (management or delivery).

Ways to extend Umbraco

Umbraco Commercial Products

Umbraco makes available four licensed add-ons that are available for purchase. They each have their dedicated documentation area:

Umbraco FormsExtend your Umbraco CMS website with custom forms in all shapes and sizes.https://docs.umbraco.com/umbraco-formsUmbraco_Forms.png
Umbraco DeploySynchronize content and code changes between your Umbraco website environments.https://docs.umbraco.com/umbraco-deployUmbraco_Deploy.png
Umbraco WorkflowStructure content reviews and approval flows for Content Editors on your website.https://docs.umbraco.com/umbraco-workflowUmbraco_Workflow.png
Umbraco CommerceSetup shop within a familiar structure and interface that is the Umbraco CMS with Umbraco Commerce.https://docs.umbraco.com/umbraco-commerceUmbraco_Commerce_Blue (1).png
Umbraco UI BuilderGenerate a management user interface for your custom data sources.https://docs.umbraco.com/umbraco-ui-builder/Umbraco_UI_Builder_Blue.png
Umbraco EngageA toolkit for personalizing user experiences, tracking visitor behavior, and optimizing conversions within the Umbraco CMShttps://docs.umbraco.com/umbraco-engageUmbraco_Engage_Logo_Icon.png

We aim to make all commercial products available as new major versions in alignment with the releases of Umbraco CMS. A new major version of Umbraco, running on the latest version of .NET, is expected every six months. At or around the same time, compatible Forms, Deploy, Workflow and Commerce releases will also be made available, along with the additional, dependent packages.

We align version numbers across the products. So when running for example Umbraco CMS 12, the same major version of the commercial products should be used.

Umbraco Marketplace

The Umbraco Marketplace is a public website used to showcase Umbraco packages. These are commercial and open-source extensions available for use in Umbraco solutions. On the marketplace, you can browse and search for packages, understand their usage, and review their suitability for your project.

The marketplace is available at marketplace.umbraco.com.

Within the Marketplace section of the documentation, you'll find details aimed at package developers looking to list their Umbraco CMS extensions and integrations.

Umbraco Packages

We create and support open-source packages designed to improve the experience of creating integrations and developing Umbraco solutions as a DXP.

Within the packages section of the documentation you'll find information on using a component called Authorized Services. This package is designed for the purpose of simplifying custom integrations with third-party services that use a OAuth flow for authentication and authorization.

Umbraco Integrations

Finally, Umbraco HQ develops and makes available open-source integrations. These add functionality to the Umbraco CMS to support working with third-party services.

These integrations are helpful starting points for anyone looking to integrate such services into their Umbraco solution.

When we have released an integration for a particular provider and use case that matches your needs, they are available for use directly. If we don't meet your particular requirement, we welcome feedback at the Issue Trackers. As all are open-source, they can be used as references for building similar integrations with related services.

Source code and issue trackers are found in the following GitHub repositories:

Within the Integrations section of the documentation, you'll find details on installing and working with the integration packages developed by Umbraco HQ.