Hi, @mixedup
First, you can use the DataSync Framework to set up the MAUI client and ASP.NET Core server respectively for offline data synchronization.
- https://learn.microsoft.com/en-us/azure/developer/mobile-apps/azure-mobile-apps/quickstarts/maui/offline?pivots=vs2022-windows
- https://learn.microsoft.com/en-us/azure/developer/mobile-apps/azure-mobile-apps/howto/server/dotnet-core
And since Blazor Hybrid can access the platform API, it seems that the implementation itself can be implemented on his MAUI native side.