Skip to content

Svelte08 sites

8 SaaS websites built with Svelte

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.

SaaS websites built with Svelte gallery

rerun.io/
Rerun landing page design — Infrastructure
RerunInfrastructure
appwrite.io/
Appwrite landing page design — Developer Tools
AppwriteDeveloper Tools
semrush.com/
Semrush landing page design — Marketing
SemrushMarketing
krea.ai/
Krea landing page design — AI
temporal.io/
Temporal landing page design — Infrastructure
TemporalInfrastructure
modal.com/
Modal landing page design — Infrastructure
ModalInfrastructure
cometchat.com/
Cometchat landing page design — Developer Tools
CometchatDeveloper Tools
droplette.app/
Droplette landing page design — Graphics & Design
DropletteGraphics & Design

About Svelte

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.

What makes a great one

  • Fast, lightweight page loads
  • Smooth interactions with minimal apparent overhead

Frequently asked

What's the main practical benefit of Svelte for a marketing site?
Smaller JavaScript bundles for the same functionality, since Svelte compiles reactivity into vanilla JS at build time rather than shipping a runtime framework library to the browser.