Just a random idea- but,
Would anyone be interested in having a .net based blazor front end for lemmy?
Sadly, there isn’t yet a c# nuget package, but, that wouldn’t be hard to fix.
The API itself, is pretty well documented.
And, building custom front-ends is encouraged as well.
https://join-lemmy.org/docs/en/contributors/04-api.html#creating-a-custom-frontend
Just, gonna add-
If I end up building the front-end for this, is gonna end up looking like a bootstrap example website!!!
Give MudBlazor a try, I’ve found it surprisingly easy to develop half decent UIs that don’t feel too boilerplate without much customisation
I’ve been using MudBlazor on my last few small projects. With the MAUI template, Blazor is quickly replacing WPF and MVVM hell for me.