From the community
Contributor Feed
Notable moments, packages, projects, and celebrations from the MAUIverse community.
Looking for something specific?
- Shiny Client v4 - Windows Support, .NET 10, and a Ton of Improvements
Allan Ritchie announces Shiny Client v4, a major release that brings Windows support for BluetoothLE, BLE Hosting, HTTP Transfers, and Locations. The release also moves to .NET 10 and includes significant fixes across locations, HTTP transfers, push notifications, and BLE modules.
Read more - Shiny.DocumentDb v3 — One API, Four Databases
Allan Ritchie announces Shiny.DocumentDb v3, expanding the schema-free document store from SQLite-only to support MySQL, SQL Server, and PostgreSQL through a provider abstraction. Same fluent query API, same LINQ expressions, same AOT support — different backend.
Read more - Shiny.Maui.ContactStore — Device Contact Access That Does It All
Allan Ritchie introduces Shiny.Maui.ContactStore, a library that provides full CRUD contact management with LINQ queries that translate to native platform operations. It goes beyond what MAUI Essentials offers, with one unified API for both Android and iOS.
Read more - Accelerating .NET MAUI Development with AI Agents
Syncfusion shares how custom-built AI agents and skills are streamlining the .NET MAUI contribution workflow, from automated issue reproduction and test creation to multi-attempt fix strategies. A look at how AI is reducing the barrier to entry for open-source contributors.
Read more - Shiny MAUI Shell — A Library That Takes Shell to the Next Level
Allan Ritchie introduces Shiny MAUI Shell, a library that wraps standard MAUI Shell with source-generated type-safe navigation, ViewModel lifecycle management, testable services, and zero boilerplate wiring. It replaces string-based routes and Shell.Current with compile-time validated, injectable navigation.
Read more - Shiny.SqliteDocumentDb v2.0.0 — Table-Per-Type, Custom Ids, Diffing, and Batch Insert
Allan Ritchie releases Shiny.SqliteDocumentDb v2 with table-per-type mapping, custom Id properties, RFC 6902 document diffing, and batch insert with prepared command reuse. The DI extensions have also moved to a separate package for lighter core dependencies.
Read more - From Commit to AAB/APK: Automating .NET MAUI Android Builds with GitHub Actions
A practical guide to automating .NET MAUI Android builds in GitHub Actions, covering keystore creation, Base64 encoding for secrets, and producing both .aab and .apk artifacts in a single pipeline run. Android is a great first platform to automate because the signing workflow is straightforward.
Read more - Grial UI Kit - .NET 10, New Popups & Navigation Overhaul (2026.1 Update)
UX Divers announces Grial UI Kit version 4.4.127 with .NET 10 support, a completely rebuilt navigation system, and their own popup engine replacing Mopups. The release also ships four new popup templates, toolbar badges, and significant Repeater control enhancements.
Read more - .NET MAUI on Linux and Web? Avalonia Preview 1 Explained
Javier Suárez walks through the first preview of the Avalonia backend for .NET MAUI, which enables MAUI apps to target Linux and WebAssembly. The video covers the setup process, a gallery walkthrough, real app demos, and what this means for platform reach.
Read more - Beer Driven Devs #67: MAUIDay
Matt Goldman and Liam Elliott debrief on .NET MAUI Day London, covering standout talks, meeting the MAUI team in person, and why .NET 10 has them genuinely excited about mobile development again. Plus: agentic AI experiments and a vibe-coded YouTube content filter.
Read more - Live Notifications with .NET MAUI: iOS & Android
A practical look at implementing cross-platform live notifications in .NET MAUI, covering iOS Live Activities and Android updatable notifications with a real production example.
Read more - Accessibility in .NET MAUI: What It Is and How to Implement It
Leomaris Reyes breaks down the POUR principles and shows how to apply accessibility (A11y) practices in .NET MAUI using SemanticProperties, scalable text, and proper control sizing. A practical guide to making your MAUI apps usable by everyone.
Read more - MAUI Avalonia Preview 1
Tim Miller launches the first preview of Avalonia's backend for .NET MAUI, opening a path to Linux and WebAssembly with a consistent drawn UI. See the four-step setup, the real-world apps used for compatibility testing, and where native and Avalonia rendering offer different tradeoffs.
Read more - AI-First Mobile Development: Live Coding with Copilot and .NET MAUI
.NET
Jakub Florkowski
Shane Neuville
Gerald Versluis Jakub Florkowski, Shane Neuville, and Gerald Versluis live-code a .NET MAUI app using AI agents from start to finish, sharing what works, what breaks, and how to guide AI toward production-ready outcomes.
Read more - Local AI Assistant with MAUI, Semantic Kernel, Ollama & LiteDB
Jorge Perales Diaz builds a fully offline AI assistant in .NET MAUI, combining Semantic Kernel for orchestration, Ollama for local LLMs, and LiteDB as an embedded vector store for RAG. No cloud, no API costs, no data leaving the device.
Read more