About 53 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. 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 …

  5. 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 …

  6. Svelte 5 is alive

    Oct 22, 2024 · 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 …

  7. 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.

  8. 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 …

  9. Blog • Svelte

    May 21, 2025 · 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 …

  10. 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...