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
Figuring out how to actually put a package on nuget, but I have fully implemented the API
https://github.com/SlyCedix/dotNETLemmy/tree/main
https://slycedix.github.io/dotNETLemmy/
I intend to write a mobile app using Avalonia UI using it
Do note, it’s mostly untested so there’s a good chance a handful of the datatypes won’t serialize or deserialize correctly, but that’s an easy fix once found
edit: Uploaded to nuget, currently being validated
https://www.nuget.org/packages/dotNETLemmy.API/0.0.1