svelte5-spa-cloudflare

Svelte5 Spa Cloudflare

Stack for building single-page apps (SPA) using Svelte 5 hosted on Cloudflare pages

svelte5-spa-cloudflare starter kit

This is a starter kit for a Svelte 5 SPA on Cloudflare Pages.

Why SPA?

For when you want to keep it simple and not have to deal with server-side rendering, ever multiplying page views, and all the other stuff that comes with it.

Root layout:

./src/routes/+layout.ts

export const ssr = false;

Top categories

Loading Svelte Themes