Microsoft has open-sourced XAML Studio, a visual development tool for building Windows application interfaces. The project is now available on GitHub under the MIT license and has joined the .NET Foundation as a seed project.
It is a rapid prototyping tool that lets developers design and test Windows app interfaces using XAML, the markup language for WinUI, before they integrate the work into Visual Studio.
Think of it like Qt Design Studio for Qt applications, but specifically for Windows apps. It provides live editing, meaning you can see your interface changes in real time without needing to recompile your application.
As for what you can expect, XAML Studio 1.1 is available on the Microsoft Store right now with goodies like a binding debugger, IntelliSense for code completions, a data context editor, auto-save and restore document functionality, and alignment guides.
But beyond that, the developers have a 2.0 release in the works that can be built from source on GitHub right now.

This is a complete interface overhaul using Fluent UI. The redesign makes the tool look and feel more modern, matching the current Windows design language. The layout has been restructured to accommodate new panels and tools.
On the features side, XAML Studio 2.0 adds a properties panel that brings together the visual tree navigation, visual state management, and property editing in one place. There is also something called Adorners that lets you highlight element boundaries and work on precise layouts.
There is some work pending too. Many of the 2.0 features are still experimental and early in their development cycle. The developers are looking to improve these and stabilize the code, with some larger changes still needed to fully support the new features as well as WinUI 3.
Once everything is ready, they plan to push an official stable release of 2.0 to the Microsoft Store sometime later in 2026. And, to wrap this up, according to Michael Hawker, the project lead for XAML Studio, the tool was meant to be open source from the beginning.
Better late than never, I guess. 😅