Blazor Web Assembly a.k.a Blazor WASM is a good model if you want modern website called Progressive Web Apps that can run without the internet.
- Can access the website when offline and online.
- Use JSON to transfer data between API and frontend.
- Can use serverless hosting model.