SvelteKit
Svelte

SvelteKit | Svelte | |
---|---|---|
641 | 719 | |
19,496 | 83,396 | |
0.8% | 0.8% | |
9.8 | 9.9 | |
about 17 hours ago | 5 days ago | |
JavaScript | JavaScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SvelteKit
- Remote Functions in SvelteKit
-
15 dev survival lessons from someone who actually made it
SvelteKit
-
Sharing Custom Rune Classes with SvelteKit
You can share classes in Svelte, but safely sharing them in SvelteKit, requires a bit more code...
-
Optimize external / dynamic images on-the-fly in SvelteKit
Image processing #241
- SvelteKit added hash-based routing
-
Throttling Explained: A Guide to Managing API Request Limits
Per-User Limits: Track requests on a per-user basis using their IPv4 address. We’ll leverage SvelteKit to easily retrieve the client IP with its built-in method.
-
Svelte 5 Released
Tahnks. also this https://github.com/sveltejs/kit/discussions/4339#discussionc...
- AWS Amplify (Gen2) with SvelteKit: authentication on SSR
-
Custom domains for HTTP/2 on Heroku - so easy.
For our application, I wanted to spin up a simple framework example app, so I went with SvelteKit. It’s easy to bootstrap, and it has a smooth looking getting started application. I followed the instructions here to initialize a new project:
-
Las herramientas imprescindibles para desarrolladores Full Stack en 2024
Svelte y SvelteKit
Svelte
- Devlog#1 SlideMD
-
How I made a Multi-Agent AI Sidebar with Electron and Svelte
I primarily work on Windows, though I also use Linux, so I needed a cross-platform solution. I chose Electron for its flexibility and paired it with Svelte, TailwindCSS, and Vite-Electron. Vite made dev setup fast and clean, which I really appreciated.
-
Monorepo with Bun
a svelte5 spa
-
Best 15 Svelte UI Components & Libraries for Enterprise-Grade Apps
Svelte continues to earn a reputation as the joy-to-work-with framework due to its lightweight nature, elegant syntax, and compile-time reactivity. It is often used for side projects, hobby apps, and small websites, but Svelte isn’t just for passion projects.
-
Sumrise: Personal Spend Analyzer
tools: sveltekit, pocketbase, postmark, groq, docker, cloudflare, cloudflared.
-
The UI Future Is Colourful and Dimensional
The first time I visited https://svelte.dev , the non-flat-vector banner instantly won me. It just stands out from the world around it. I just sort of assumed the engineering was superior to the competition if they were going to lead with crimped metal (and was right).
Flat design has always struck me as an extremist response to an issue. Windows Vista required everyone to be on the same page design-language wise in order to look good, but can the same be said of Windows XP? You can make just a few parts of your app drop-shadowed, you can add some slight reflection gradients while keeping the whole thing matte, you do not need to get rid of all visual depth just to avoid the feeling of zeerust.
-
Whimsy: a Tiny Game Engine I Made for Storytellers
Svelte as the main framework. (Whimsy is my first Svelte project, actually! And Svelte didn't disappoint. Almost.)
-
Creating Beautiful User Interfaces With Material Design for Bootstrap 4 & 5 (MDB)
We're going to build our Svelte application using the Svelte REPL sandbox (or just REPL) at svelte.dev. I recommend checking out all the great documentation at svelte.dev, like its Examples section showcasing Svelte's many features, as well as the cool interactive tutorial at learn.svelte.dev.
-
Software design isn’t magic, but it feels like sorcery when you get it right
Svelte super clean frontend structure
-
Plain Vanilla Web – Guide for de-frameworking yourself
In theory, “de-frameworking yourself” is cool, but in practice, it’ll just lead to you building what effectively is your own ad hoc less battle-tested, probably less secure, and likely less performant de facto framework.
I’m not convinced it’s worth it.
If you want something à la KISS[0][0], just use Svelte/SvelteKit[1][1].
Nowadays, the primary exception I see to my point here is if your goal is to better understand what’s going on under the hood of many libraries and frameworks.
[0]: https://en.wikipedia.org/wiki/KISS_principle
[1]: https://svelte.dev
What are some alternatives?
Nuxt.js - Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]
Alpine.js - A rugged, minimal framework for composing JavaScript behavior in your markup.
astro - The web framework for content-driven websites. ⭐️ Star to support our work!
lit - Lit is a simple library for building fast, lightweight web components.
Next.js - The React Framework
leptos - Build fast web applications with Rust.
