7ty
7ty is a Static Site Generator that uses Svelte for templating.
Documentation
Installation
npm init @jamcart/7ty new-folder
Features
- Svelte: Write everything as single file components.
- File based routing: Simple websites can be written with no configuration needed at all.
- 0kb JS: Only includes JavaScript on pages that absolutely need it.
- Partial Hydration: Designate which components need to be interactive and the JavaScript will be compiled just for those.
- Rollup Based: Seamlessly integrates with the existing Rollup ecosystem.