We curate 3 open-source GitHub repositories matching ".net maui template". Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.
Prism is a XAML application framework and MVVM architectural framework designed to build loosely coupled and testable applications across WPF, Xamarin Forms, and WinUI. It serves as a structural pattern implementation that separates business logic from the user interface to improve maintainability and testing. The framework provides a XAML event bus for exchanging data and triggering actions between independent components without direct coupling. It also functions as a dependency injection integrator, bridging external inversion-of-control containers to manage service delivery across multiple
Prism is an MVVM and dependency injection framework for XAML apps (WPF, Xamarin.Forms, WinUI), not a .NET MAUI starter template or boilerplate — it provides architectural patterns rather than a pre-configured project scaffold with sample pages and NuGet packages tailored for MAUI.
ReactiveUI is a .NET MVVM framework and functional reactive programming library designed to decouple application state from the user interface. It functions as a reactive state management tool that uses observable streams to handle mutable data and asynchronous event-driven logic. The framework provides a cross-platform UI toolkit that abstracts business logic from platform-specific views. This enables the creation of consistent user interfaces across multiple .NET platforms by utilizing platform-agnostic abstractions. The system focuses on application state management and decoupled UI testi
ReactiveUI is a powerful MVVM/reactive framework for .NET UI apps, but it is a library you integrate—not a starter template or boilerplate that provides pre-configured navigation, dependency injection, sample pages, or platform project structure for .NET MAUI.
Avalonia is a cross-platform desktop framework that enables the creation of native-feeling applications for Windows, macOS, and Linux from a single codebase. It functions as a declarative UI toolkit, allowing developers to define complex visual hierarchies and interface structures using a markup-based syntax that maps directly to underlying object properties. By utilizing the Model-View-ViewModel architectural pattern, the framework facilitates a clean separation between application logic and user interface layout, which simplifies unit testing and component maintenance. The framework disting
Avalonia is a cross-platform UI framework for desktop (and some mobile) that uses MVVM, but it is not a .NET MAUI project template—it's a separate framework entirely, so it does not match the search for a MAUI starter template.