If someone in this domain of web-design can help me clarify what do i call these single file static HTML webpages which are fully offline (after the first js/css query to the cdn) which can be hosted from a github pages website without doing a NPM install? Is PWA the correct term, since it seems PWA is superset of whatever this is.
I always liked these websites for air-gapped setups since they are portable and simonw seemed to have reignited the passion for people sharing them on hn and elsewhere.
I also started liking pyscript since it seemed accessible than javascript for debugging compared to llm written js.
I did something similar for my site:
https://stratts.au/_editor/?preview=%2F&file=_site%2Fcontent...
You can edit and rebuild the site from within the browser, then download a .zip that contains everything. The editor can even edit itself.
Beyond self-modifying sites being just plain cool, there's a longevity aspect to it that I find very important as well.
There's also https://www.sparktype.org/ (a browser based CMS) which is also along similar lines.
If someone in this domain of web-design can help me clarify what do i call these single file static HTML webpages which are fully offline (after the first js/css query to the cdn) which can be hosted from a github pages website without doing a NPM install? Is PWA the correct term, since it seems PWA is superset of whatever this is.
I always liked these websites for air-gapped setups since they are portable and simonw seemed to have reignited the passion for people sharing them on hn and elsewhere. I also started liking pyscript since it seemed accessible than javascript for debugging compared to llm written js.