Welcome to Vite-Plugin-SSR-Svelte!

This repo demonstrates how to create a static site using Svelte using Vite & Vite-Plugin-SSR to produce a prerendered site of static pages. The rendering time is blazingly fast and works well on low-powered hardware.

Conisder it like an alternative to SvelteKit, but with many of the more complex features disabled by default so you can enable the fancy stuff when you are ready for it.

To demonstrate how this works, this page is:

  • Rendered to HTML.
  • Prerendered. Click counter:

Learn More