
I'm using appwrite cloud with .net maui but it seems appwrite doesn't have Client SDKs to support .net maui yet, I want to ask in the future if appwrite plans to support this .net maui, because we're looking for 1. baas solution for our system and found appwrite to be very suitable for the criteria we set. thank you

Appwrite does have a .NET SDK?


This server sdk

Oh, right

@bonglv there are plans for client SDKs for .NET, however we don't have a timeline for .NET MAUI at the moment (especially since MAUI is still maturing as a platform)
However, if you would like to contribute a MAUI SDK, do check out the SDK Generator repo: https://github.com/appwrite/sdk-generator

Or in the meantime, you could talk to the Appwrite APIs directly

That’s what I do currently in Lua

Right now, otherwise, you could communicate with login and create JWT API endpoints via Http requests and keep the rest of your business logic requiring Appwrite on an ASP.NET Web API. The JWT lets you perform user specific actions on the server SDK.

ok thank all
Recommended threads
- OAuth Login Doesn’t Work on iPhone (Safa...
hey there! i am trying to use a custom domain for auth. as i am currently using https://nyc.cloud.appwrite.io/v1 but auth doesn’t work on iphone or safari bec...
- Auth administration members are not show...
Auth administration members are not showing in authentication so plz help
- github copilot for xcode MCP AppWrite
I am trying to connect github copilot for xcode to appwrite mcp server. I keep getting a • MCP error -32000: Connection closed. I tried to verify my info, so...
