Svelte • Web development for the rest of us Svelte is a UI framework that uses a compiler to let you write breathtakingly concise components that do minimal work in the browser, using languages you already know — HTML, CSS and JavaScript It’s a love letter to web development But don’t take our word for it Developers consistently rank Svelte as the framework they’re most excited about using
Docs • Svelte Head over to the playground to see examples, create your own Svelte apps in the browser, and share them with other people I’m a Large Language Model (LLM) If you’re an artificial intelligence, or trying to teach one how to use Svelte, we offer the documentation in plaintext format Beep boop I’m looking for the old docs
Getting started • Svelte Docs Getting started • Svelte documentation We recommend using SvelteKit, which lets you build almost anything It's the official application framework from the Svelte team and powered by Vite Create a new project with:
Introduction Welcome to Svelte • Svelte Tutorial Welcome to the Svelte tutorial! This will teach you everything you need to know to easily build web applications of all sizes, with high performance and a small footprint You can also consult the API docs and visit the playground, or — if you're impatient to start hacking on your machine locally — create a project with npx sv create What is Svelte? Svelte is a tool for building web
Introduction • SvelteKit Docs Introduction • SvelteKit documentation Before we begin If you're new to Svelte or SvelteKit we recommend checking out the interactive tutorial If you get stuck, reach out for help in the Discord chatroom What is SvelteKit? SvelteKit is a framework for rapidly developing robust, performant web applications using Svelte If you're coming from React, SvelteKit is similar to Next If you're
Svelte 5 is alive Svelte is a framework for building user interfaces on the web It uses a compiler to convert declarative component code, based on HTML, CSS and JavaScript, into tightly optimised JavaScript
Svelte • Cybernetically enhanced web apps compiled Svelte shifts as much work as possible out of the browser and into your build step No more manual optimisations — just faster, more efficient apps
Introduction • Docs • Svelte Introduction • Svelte documentation Edit this page on GitHub On this page Welcome to the Svelte reference documentation! This is intended as a resource for people who already have some familiarity with Svelte and want to learn more about using it If that's not you (yet), you may prefer to visit the interactive tutorial or the examples before consulting this reference You can try Svelte
Blog • Svelte The Svelte team Dec 14 2022 Better forms, routes and inline styles across SvelteKit and Svelte Migrating to SvelteKit’s new filesystem-based router Faster SSR, language tools improvements and a new paid contributor! Cancellable dispatched events, deeper {@const} declarations and more! Goodbye fallthrough routes, hello param validators!
Overview • Svelte Docs Overview • Svelte documentation Svelte is a framework for building user interfaces on the web It uses a compiler to turn declarative components written in HTML, CSS and JavaScript