SvelteKit is the official Svelte framework for building web applications with flexible filesystem-based routing.

59,812
websites using SvelteKit
Create a technology report →
Export the list of all websites using SvelteKit with their listed metadata
Websites using SvelteKit by countrymarket share · top 8 countries
🇺🇸United States
6.3%
🇫🇷France
4.2%
🇩🇪Germany
3.8%
🇬🇧United Kingdom
2.7%
🇮🇳India
2%
🇮🇹Italy
1.4%
🇨🇦Canada
1.3%
🇨🇿Czechia
1.2%
0%2%4%6%8%
Websites using SvelteKit by industrydetected industries
Technology & Computing · 33%Software Development · 19%Shopping · 18%Fashion & Beauty · 12%Entertainment · 9.8%Education · 8.7%MARKETSHARE
Technology & Computing33%
Software Development19%
Shopping18%
Fashion & Beauty12%
Entertainment9.8%
Education8.7%

Websites using SvelteKit

showing 25 of 59,812
WebsiteCountryIndustrySizeFounded
Showing 25 of 59,812 websitesGet the full list →

Frequently asked

What is SvelteKit?›
SvelteKit is a framework for building web applications, which leverages the Svelte compiler to create fast, efficient, and optimized applications. It provides a set of tools and utilities to simplify the development process, improve performance, and ensure compatibility across various platforms and devices.
How does SvelteKit differ from Svelte?›
SvelteKit is built on top of Svelte and extends its functionality to provide an integrated and streamlined development experience. While Svelte is a powerful compiler that converts .svelte files into vanilla JavaScript, SvelteKit includes additional features such as development server, file-based routing, server-side rendering, and built-in adapters for various deployment targets.
What are the prerequisites for starting with SvelteKit?›
To begin using SvelteKit, you should have a basic understanding of HTML, CSS, and JavaScript. Prior experience with Svelte is beneficial, but not required as SvelteKit uses the same syntax and principles. You also need Node.js installed on your machine (version 12.x or higher), as it is used to run the development server and build your application.
How do I create a new SvelteKit project?›
To create a new SvelteKit project, you can run the following command in your terminal:
How do I deploy a SvelteKit application?›
SvelteKit includes built-in adapters that make it easy to deploy your application to various platforms, such as Vercel, Netlify, or as a Node.js application. To set up an adapter, install the required adapter package and configure it in your `svelte.config.js`. Please refer to the official documentation for detailed instructions on using specific adapters for your desired deployment target.