# Microsoft Now Lets AI Build Native WinUI 3 Apps for Windows 11 in Under 30 Minutes

> Source: <https://www.techpowerup.com/352411/microsoft-now-lets-ai-build-native-winui-3-apps-for-windows-11-in-under-30-minutes>
> Published: 2026-09-06 13:07:58+00:00

Microsoft has published a quick-start guide showing developers how to build a native WinUI 3 app for Windows 11 in about 30 minutes using AI. The workflow runs on free tools, VS Code,.NET 10, GitHub Copilot's free tier, and Microsoft's winapp CLI, so Visual Studio isn't needed. The guide covers scaffolding a project, using an AI agent to add features like a settings page, testing the result, and packaging it as an MSIX installer for the Microsoft Store. 

The agent used here, called winui-dev, isn't the general Copilot chatbot most Windows users already know. Rather, it's a specialized plugin with skills for WinUI design, code review, UI testing, packaging, and migrating older apps. Microsoft also recommends connecting it to its Learn MCP server so it pulls current WinUI documentation instead of relying on training data, since WinUI 3 is newer and less represented in AI training sets than older frameworks like WPF and UWP.
