Introduction to SvelteKit


SvelteKit is a framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing.

Why SvelteKit?

Unlike other frameworks, Svelte compiles your code to tiny, framework-less vanilla JS — your app starts fast and stays fast.

Features

  • Server-Side Rendering (SSR)
  • Static Site Generation (SSG)
  • API Routes
  • Hot Module Replacement (HMR)

It’s a joy to use and produces highly performant applications.