Svelte — 10 sites
SaaS websites built with Svelte. See how teams shipping on Svelte design their landing pages, sections and overall visual style — useful if you're evaluating Svelte for your own marketing site.
Svelte's core difference from React or Vue is architectural rather than syntactic — it's a compiler that turns component code into small, dependency-free vanilla JavaScript at build time, rather than shipping a runtime library that does reactivity in the browser. For a marketing site, the practical effect is a smaller shipped bundle for equivalent functionality, which is the main reason performance-conscious teams pick it, though the ecosystem of pre-built marketing-site components and themes is smaller than React's, which is part of why Svelte marketing sites are less common than the size of its performance advantage might suggest.