SVELTEKIT

THE FASTEST WAY TO BUILD SVELTE APPS

Hello I am an image!

Powered by Svelte

SvelteKit is an application framework powered by Svelte — build bigger apps with a smaller footprint

Best of both worlds

All the SEO and progressive enhancement of a server-rendered app, with the slick navigation of an SPA

Build fast

Hit the ground running with advanced routing, server-side rendering, code-splitting, offline support and more

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

Unlike single-page apps, SvelteKit doesn't compromise on SEO, progressive enhancement or the initial load experience — but unlike traditional server-rendered apps, navigation is instantaneous for that app-like feel.

Read the introductory blog post to learn more.

npm init svelte@next my-app

cd my-app

npm install

npm run dev -- --open