An app that allows you to generate Windows toast notifications through UI without manual XML editing.
- Clone the repository.
git clone https://github.com/FireBlade211/Notification-Designer.gitTip
The same command can be copied from the About section in the application settings.
- Open
Notification Designer.slnx(inside thesrcdirectory) in Visual Studio 2026. - On the Build menu, click Build Solution.
- You can now access the app in the Start menu.
Click the Menu button in the top-left corner of the window (the app icon) and click Settings. Alternatively, you can press Ctrl + ,.
Notification Designer does not currently support built-in exporting to code, but you can use Microsoft's Notifications Visualizer app and paste the XML data given by Notification Designer. Remove the useButtonStyle attribute because Microsoft.Toolkit.Uwp.Notifications does not support button colors as it was made before Windows 11. You can use button colors if you use the newer AppNotification APIs, though.

