A browser-based sandbox for trying Uno Platform controls and layouts. Edit XAML markup and data context, then see the result rendered instantly via WebAssembly. Try it at https://playground.platform.uno.
| Project | Description |
|---|---|
src/Uno.Playground |
Main Playground app (Uno.Sdk single-project, WebAssembly) |
src/Uno.Playground.Api |
Azure Functions v1 backend (net461) |
- .NET 10.0 SDK (or the version pinned in
global.json) - Uno.Sdk (resolved automatically via
global.json)
dotnet restore src/Uno.Playground.slnx
dotnet build src/Uno.Playground.slnxdotnet run --project src/Uno.Playground/Uno.Playground.csprojdotnet publish src/Uno.Playground/Uno.Playground.csproj -c ReleaseThe published output is a static WebAssembly site deployed via Azure Static Web Apps.