--- title: .NET 10 Blazor Tailwind Templates ---
[ServiceStack.Blazor's Tailwind Components](/templates/blazor-components) also work flawlessly in [Blazor Server Apps](https://learn.microsoft.com/en-us/aspnet/core/blazor/hosting-models?view=aspnetcore-6.0#blazor-server) which benefits from fast startup and exceptional responsiveness in low latency environments thanks to its architecture of running your App in a server session that only needs to propagate thin UI Virtual DOM updates to clients. The Blazor Server App template offers a number compelling advantages over Blazor WASM, including: - A superior dev model and debugging experience - Improved live-reload and faster iterative dev cycles - Full access to .NET Server functionality - Better start times & UI responsiveness - Less complexity from unnecessary client project or pre-rendering solutions Although [the limitations](https://learn.microsoft.com/en-us/aspnet/core/blazor/hosting-models?view=aspnetcore-6.0#blazor-server) of its highly-coupled stateful server rendering session architecture does make it a poor fit for most high latency Internet sites which we continue to recommend our [Blazor WASM project template](/templates/blazor-tailwind) for. To better showcase our growing Blazor functionality we've created the new Blazor Gallery websites showcasing usage of available rich Blazor Components for rapidly develop beautiful Tailwind Web Apps:Blazor Gallery
Discover ServiceStack.Blazor Rich UI Components and Integrated Features