Which Blazor should you use?

Static SSR, Server, WebAssembly, Auto, or a MAUI Blazor Hybrid app. Six questions about your app, one recommendation, every reason shown. The result is in the URL, so you can send it to your team.

1. How interactive is it?
2. Where does it need to run?
3. Connectivity
4. Search engines
5. Where should the business logic live?
6. Server budget
Reset

How the recommendation is made

No AI, no magic: a short set of rules, the same ones a senior developer applies in the first five minutes of a design conversation. Device access or an installable app pushes you to Blazor Hybrid; a content site pushes you to static SSR; offline needs, a small server budget or an immediate UI push you to WebAssembly (usually as the Auto render mode, so the first visit is fast); private logic with always-online users and an acceptable server budget is Blazor Server. Where two answers pull in different directions, the result says so under "Also consider" rather than pretending the choice is clean.