Svelte Ecosystem
Swoff adapters, stores, and components for Svelte-based frameworks.
Svelte Ecosystem
All Svelte-based frameworks share the same adapter layer — stores and components. The only difference is where you inject the files.
Available Guides
| Framework | Description |
|---|---|
| Svelte + Vite | Plain Svelte 5 with Vite |
| SvelteKit | Svelte full-stack (client-only mode) |
Shared Adapter Layer
- Svelte Stores —
pwaUpdate,swProgress,pwaVersion - Svelte Components —
UpdatePrompt,SWProgressBar,InstallButton
Next Steps
- Start with Svelte + Vite for the simplest setup
- Understand the concepts: What is Offline
Swoff