> Particularly with something static
Apps ain’t static.
Apps ain’t static.
Minesweeper is an app right? Unit conversion? Color palette designer? Metronome?
Anyway I'm not so sure "static" is a viable boundary between app and not app. A static page that does any sort of API request doesn't suddenly become an app imo.
The files you serve to the browser are static, not the contents of the page itself
Updating the dom can happen with only individual assets, so it’s a static site
for example you can service static sites from S3 that have HTML/CSS/JS but no API or DB