Comment by i_love_retros

4 days ago

Why on earth would you use something like sveltekit in the first place for such a simple website?

I know people will say for the learning experience but learning what? How to basically "hello, world" in sveltekit?

why wouldn't one use sveltekit if they only have html and css? sveltekit compiles to a static site with a nice client-side router.

sveltekit is basically html + css in a .svelte file if you don't use javascript.