Voxt is a real-time communication platform built with .NET, Blazor, and ActualLab.Fusion.
Web site: voxt.ai
For comprehensive documentation for developers, see the Voxt Documentation.
| Component | Technology |
|---|---|
| Backend | .NET 10, C# 14 |
| Fusion | ActualLab.Fusion |
| UI | Blazor (Server/WebAssembly), TypeScript |
| Mobile | .NET MAUI |
# Restore tools and workloads
dotnet tool restore
dotnet workload install wasm-tools maui aspire
# Install npm dependencies
./npm-install.cmd
# Start infrastructure (PostgreSQL, Redis, NGINX, etc.)
./docker-start.cmd
# Build and run with watch
./run-build.cmd watchAccess the app at https://local.voxt.ai (see Running Voxt for host setup).
- Our team uses Voxt to communicate
- Contact Alex Yakunin to get access
- Conventional commits
- See Coding Style for .NET coding guidelines
We use Nerdbank.GitVersioning.
dotnet nbgv prepare-release
git push --set-upstream origin release/vX.YRelease deployment requires approval from core team members.
- ActualLab.Fusion - Real-time state synchronization framework
- ActualLab.Fusion.Samples - Sample applications