sveltekitbook
11

Static, deployable

It is a SvelteKit site with adapter-static. `npm run build`, drop the folder, done.

The output is a plain static site — HTML, CSS, JS, no server. GitHub Pages, Netlify, Cloudflare, an S3 bucket, a USB stick. There is no backend to keep alive. Comments piggyback on GitHub Discussions through Giscus, so even the dynamic part is hosted somewhere stable. A book you write today should still load in ten years.