Dev stack for almost completely static website
Hi š
I'm about to build a very small, 1 page website, with no dynamic data or any reactivity really. Just a site to display some info and put a contant number. Maybe in the future add a small form and minor reactivity, but not for now.
My question is, what is the best way to approach this quick project? I think most frameworks would be overkill here, what's best?
Thanks
3 Replies
I'd probably use plain HTML and CSS. You can easily port that to a framework later if you do need reactivity
Iād probably use Astro for this but just an html file would get the job done as well and is even lighter
yeah i was thinking of astro
i dont want to do plain html & css because i want to keep some site data in a json and inject it from there so that its easy to change some of the data