> For a static site or basic CRUD some alternatives are bog standard HTML, CSS and maybe SSR framework
Static sites do not involve any form of tasks being executed: you just serve dumb files and let everything happen client side. I fail to see how a usecases that involves zero computational needs, and arguably zero servers, is used as an example in a discussion about how to implement services.