
Introduction / What is SvelteKit? • Svelte Tutorial
Whereas Svelte is a component framework, SvelteKit is an app framework (or 'metaframework', depending on who you ask) that solves the tricky problems of building something production-ready:
GitHub - sveltejs/kit: web development, streamlined
See CONTRIBUTING.md for information on how to develop SvelteKit locally. Svelte is an MIT-licensed open source project with its ongoing development made possible entirely by fantastic volunteers. If …
@sveltejs/kit - npm
SvelteKit is the fastest way to build Svelte apps. Latest version: 2.52.0, last published: an hour ago. Start using @sveltejs/kit in your project by running `npm i @sveltejs/kit`. There are 203 other projects in …
SvelteKit.io - The best way to make modern web applications
Learn about SvelteKit by working through the tutorials, libraries and articles.
SvelteKit Explained: Full-Stack Framework Guide 2025
Sep 3, 2025 · What is SvelteKit? SvelteKit is Svelte's full-stack framework—one codebase that handles UI, server logic, and deployment. Think Next.js for React or Nuxt.js for Vue, but built on Svelte's …
A Beginner's Guide to SvelteKit — SitePoint
Jan 19, 2024 · SvelteKit is an officially supported framework, built around Svelte. It adds key features to a Svelte app — such as routing, layouts and server-side rendering — and makes frontend …
Introduction • Docs • Svelte
You can compose these components and render an entire page with just Svelte, but you need more than just Svelte to write an entire app. SvelteKit helps you build web apps while following modern …