
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 …
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)
Getting started • Svelte Docs
The Svelte team maintains a VS Code extension, and there are integrations with various other editors and tools as well. You can also check your code from the command line using sv check.
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.
Introduction • SvelteKit Docs
What is Svelte? In short, Svelte is a way of writing user interface components — like a navigation bar, comment section, or contact form — that users see and interact with in their browsers.
Overview • Svelte Docs
These pages serve as reference documentation. If you’re new to Svelte, we recommend starting with the interactive tutorial and coming back here when you have questions. You can also try Svelte online in …
Svelte 5 is alive
Oct 22, 2024 · Svelte has a large and robust ecosystem of component libraries that you can use in your applications such as shadcn-svelte, Skeleton, and Flowbite Svelte. But you don’t have to wait for …
Svelte • Cybernetically enhanced web apps
We're proud that Svelte was recently voted the most admired JS web framework in one industry survey while drawing the most interest in learning it in two others.
Introduction • Docs • Svelte
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.
svelte • Docs • Svelte
Typing this makes it possible for IDEs like VS Code with the Svelte extension to provide intellisense and to use the component like this in a Svelte file with TypeScript: