SvelteKit
Here are 8 guides covering config examples, key takeaways, and troubleshooting.
All guides
SvelteKit in practice: zero runtime overhead for static sites
SvelteKit in practiceUse Svelte compile-time optimization plus adapter-static to ship near-zero-JS static pages on the edge.
SvelteKit hands-on tutorial: from zero to your first runnable project
Svelte TutorialStep-by-step walkthrough of SvelteKit with copy-paste commands, directory layout, and a first runnable artifact.
SvelteKit quickstart: 5-minute local dev environment
Svelte QuickstartThe shortest path to getting SvelteKit running — a minimal starting point for first-time users.
SvelteKit deployment guide: zero-ops edge publishing with Cloudflare Pages
Svelte Deployment GuideGit-driven SvelteKit deployment in practice: commit to build, atomic publish to every edge node.
SvelteKit performance tuning: push first paint and edge response to the limit
Svelte Performance OptimizationAround SvelteKit's real bottlenecks, an actionable LCP / INP / CLS checklist.
SvelteKit best practices: engineering conventions for production
Svelte Best PracticesField-tested SvelteKit practices from production, avoiding the common anti-patterns.
SvelteKit architecture: layered patterns for high-concurrency edge apps
Svelte ArchitectureThe edge-delivery view of SvelteKit's layering and data flow.
SvelteKit troubleshooting: locating and fixing high-frequency failures
Svelte TroubleshootingThe most common production failures for SvelteKit and their root-cause fixes.