The official profile for Umbraco - The Friendly OpenSource ASP.NET CMS. Managed by Umbraco HQ.
In the talk by Umbraco HQ, Polette discusses the integration of AI into Umbraco CMS, emphasizing a strategic approach that prioritizes choice, control, and governance. She explores how Umbraco is adapting to an unpredictable future, the evolving role of content management, and upcoming features aimed at enhancing editor collaboration.
In the talk "Running Umbraco in a Changing World," Bjarke Berg discusses the evolving landscape of Umbraco Cloud, highlighting recent developments and future directions. Key themes include the necessity of self-service, enhanced security measures, performance optimization, and operational best practices. The session emphasizes the importance of adapting to increased automated traffic and outlines upcoming features, including artifact deployments and multi-cloud capabilities.
In this keynote from Codegarden 2026, the Umbraco team shares the latest platform updates, celebrates community milestones, and explores the innovations and ideas shaping the future of the Umbraco ecosystem.
Arnold from Umbraco discusses the evolving relationship between agencies and Umbraco, emphasizing the need for agencies to adapt to increasing customer expectations. He introduces the concepts of "build, scale, and grow," highlighting Umbraco Cloud's enhancements, including operational insights and improved support, to help agencies deliver greater value and manage complex projects effectively.
Andy Butland from Umbraco HQ discusses the upcoming features in Umbraco 18, including the new "elements" feature for reusable content, updates to the delivery API, and performance improvements. He emphasizes a smoother upgrade experience and outlines future plans for enhanced content management, AI integration, and collaboration tools for editors.
Relive the highlights of Codegarden 2026 in this aftermovie, capturing the people, moments, and energy that brought the Umbraco community together for two unforgettable days of learning, connection, and celebration.
At Codegarden, Emma Burstow highlights Rashmita and Jasper, founders of One Tech Nepal, who leverage their 100% Umbraco agency to support IT education and libraries in remote Himalayan communities. Their journey, marked by personal struggles, emphasizes the impact of community and technology in fostering meaningful change for future generations.
At the Codegarden keynote, Mathilde Høst celebrated 127 Umbraco MVPs, including 25 first-time recipients. These individuals significantly contribute to the community by providing support, sharing solutions, and fostering collaboration. Their dedication and passion are vital to Umbraco's success, creating a positive impact that enhances the overall experience for users.
On June 10, 2026, the Umbraco Awards celebrated exceptional projects within the Umbraco ecosystem at Codegarden. Winners included Perplex Digital, Zeroseven, and NXT Digital Solutions Ltd, recognized for their innovative solutions in accessibility, cloud infrastructure, and AI integration. The awards highlighted creativity and technical excellence, inspiring future developments in the community.
On June 10, 2026, Filip Bech-Larsen announced significant updates at the Codegarden Keynote, including the launch of Umbraco Automate, new CMS features, and Load Balancing for Cloud. The platform's evolution emphasizes maturity, AI integration, and user control, enhancing the developer and business experience with improved tools and functionalities.
Matt Brailsford announces a security patch for the Umbraco.AI package, addressing a vulnerability in versions 1.0.0 through 1.13.x. Users are urged to update to version 1.14.0 or later. The patch enforces strict configuration reference resolution, enhancing security by restricting access to sensitive information. Further details are available in the GitHub Security Advisory.
Arnold Visser discusses recent updates in Umbraco Cloud that enhance long-term project management for agencies. New features include Traffic and Performance Insights, Hostname Monitoring, Custom Error Pages, and improved security measures. These updates aim to support scalability, stability, and client confidence, with more developments expected at Codegarden 2026.
Umbraco 18 introduces the Elements feature for managing reusable content, typed OpenAPI schemas for enhanced API integration, and replaces Swashbuckle with Microsoft.AspNetCore.OpenApi. The release also includes various performance improvements, backoffice enhancements, and community-driven features. Users are encouraged to test the Release Candidate and report any issues. Written by Andy Butland.
The Umbraco Developer Relations team announced a revamped website featuring a new design, structure, and content, built on Umbraco vLatest and Umbraco Cloud. The site is now open source for community members to contribute ideas. Further updates will follow post-Codegarden.
At Digital Excellence 2026, Jeppe Birkebæk Truelsen demonstrated how Umbraco enables membership organizations to scale content while maintaining brand voice and data security. By implementing a governance layer for AI, organizations can define boundaries and retain control, ensuring AI acts as an assistant rather than a decision-maker, fostering accountability and trust.
Bernadet Goey transitioned from a decade-long career as a PHP specialist to becoming a confident Umbraco Developer at ilionx. Emphasizing the importance of full immersion and community support, she reflects on overcoming challenges and aims to inspire new developers, particularly women in tech, through workshops and knowledge sharing.
Umbraco Forms 19 removes the bootstrap3-horizontal theme, which was incompatible with Bootstrap 4 and 5, as Bootstrap 3 reached end-of-life in July 2019. Developers are advised to create custom themes for their Bootstrap versions. The change reduces maintenance and avoids misleading developers regarding theme compatibility.
In Umbraco Forms 19, the Date field type transitions from using Pikaday and Moment.js to a native <input type="date">, enhancing performance and simplifying model binding. This change eliminates hidden shadow fields and third-party dependencies, ensuring consistent ISO date formatting across browsers. Custom themes must be updated accordingly.
Umbraco Forms 19 removes the jQuery Validation alternative, making aspnet-client-validation the sole supported client-side validation framework. The legacy umbracoforms-conditions.js is also deleted, simplifying maintenance and eliminating jQuery dependencies. Users must update their sites to restore @Html.RenderUmbracoFormDependencies(Url) and remove jQuery validation scripts.
Umbraco 18 transitions OpenAPI document generation from Swashbuckle.AspNetCore to Microsoft.AspNetCore.OpenApi, updating the spec from 3.0.4 to 3.1.1. This change affects client generation, customization, and serving of OpenAPI documents, requiring users to adapt their configurations and possibly migrate to the new library or retain Swashbuckle directly.