Convex .NET SDK

Hello everyone!
I've been working on an unofficial .NET SDK for Convex and wanted to share it here.

What it does:
- šŸŽÆ Build real-time reactive applications with live data subscriptions in C# - no WebSocket plumbing, no polling, automatic synchronization handled for you.
- šŸ“± Supported Platforms .NET 8/9 • Unity 2021.3+ • Godot 4.0+ • WPF • MAUI • Blazor • ASP.NET Core
- ✨ Key Features • Real-time subscriptions with Observe<T>() • Source generator for type-safe C# from your TypeScript schema • File storage, vector search, scheduling, HTTP actions • Authentication support including Clerk • Optimistic updates & retry policies

šŸ”— Links
GitHub: https://github.com/zakstam/convex-dotnet-unofficial
NuGet: https://www.nuget.org/packages/Convex.Client/
Includes working examples for Blazor, WPF, and Godot real-time chat apps.

The project is currently in Beta release and i would not suggest using it in production.
Would love any feedback, suggestions, or bug reports!
GitHub
Unofficial dotnet client for convex. Contribute to zakstam/convex-dotnet-unofficial development by creating an account on GitHub.
GitHub - zakstam/convex-dotnet-unofficial: Unofficial dotnet client...
Modern .NET client for Convex - the reactive backend-as-a-service. Provides real-time synchronization, authentication, file storage, vector search, and more. This is the main package that includes all Convex client features.
Convex.Client 5.0.0-beta
Was this page helpful?