#sveltekit
🎉 Last Svelte Chicago meetup of 2025 – Nov 18th at PartySlate!

Cleveland Pitts presents: Building Culturally Grounded AI with SvelteKit – The Harold Washington Ancestral Algorithm.

Join us for pizza, drinks, and great conversations with the Chicago Svelte community 🍕
guild.host/events/svelt...
November 10, 2025 at 11:41 PM
Pretty much done with development and testing on this update to Sveltekit remote forms.

Passing the ball to @dummdidumm.bsky.social to decide whether this is the right approach, or if he wants to go with his alternate approach of decoupling the client-side goodies.
feat: remote form factory by sillvva · Pull Request #14815 · sveltejs/kit
fixes #14802 fixes #14787 According to the docs, the result is supposed to be ... ephemeral — it will vanish if you resubmit, navigate away, or reload the page. But that is not currently the case...
github.com
November 10, 2025 at 5:05 PM
can't wait! is tree-shaking already solved now with rolldown and sveltekit?
November 10, 2025 at 8:16 AM
나... Nextjs 싫어... Sveltekit 쓰게 해 줘...
November 10, 2025 at 12:24 AM
I know it already made its rounds on Reddit and HN but from all the products / brands adopting Svelte, llama.cpp migrating the WebUI from React to SvelteKit is like the ultimate testimonial github.com/ggml-org/lla...
SvelteKit-based WebUI by allozaur · Pull Request #14839 · ggml-org/llama.cpp
Overview This PR introduces a complete rewrite of the llama.cpp web interface, migrating from a React-based implementation to a modern SvelteKit architecture. The new implementation provides signif...
github.com
November 9, 2025 at 5:47 PM
November 9, 2025 at 5:44 PM
Landing page template using Shadcn-Svelte and SvelteKit
November 9, 2025 at 5:44 PM
Most of it is the SvelteKit router (~14 kB) and the Svelte 5 runtime (~9 kB), but even the individual route components are as large as 4 kB. Surprising to me too
November 9, 2025 at 4:49 PM
For the same SPA (my favorite contacts CRUD example) —

@solidjs.com/router + @remix.run/fetch-router: 5.6 kB of JS
@svelte.dev 5 + SvelteKit: 43.9 kB of JS
@reactrouter.com SPA-mode: 101.5 kB of JS
November 9, 2025 at 4:34 PM
Researching the best way to convert an old WordPress site into something both I and a nonprofit can use together.

So far Directus, Sanity, and PocketBase all look appealing for more or less a headless CMS with SvelteKit.

Any strong opinions? I'm looking for a free tier and ok with self-hosting.
November 9, 2025 at 4:01 PM
Sveltekit
画像・説明テキストを外部JSで管理しループ処理
タイトルが存在しない場合テキスト枠を生成しないようにしたが、iOS(26含)でのみ画像ごと表示されなくなる挙動
iOS固有のレンダリングバグが絡んでいる気配、結局「<picture>の display:block を解除し img 自体を block」で解決
なんなんだ…
November 9, 2025 at 3:32 PM
SveltekitでIntersection Observer実装するの何故か滅茶苦茶苦戦した
November 9, 2025 at 3:31 PM
I think it’s a matter of focus: SvelteKit provides a complete client-side solution via Svelte (state management, animation, templating), whereas Rails is choose your own adventure
November 9, 2025 at 3:27 PM
Appreciation post of tech stuff I currently love very much:

- NATS (it's nuts) and JetStream (hot damn)
- wgo (restart Go app on source change, better than Air)
- mise (task runner/tool version manager)
- Svelte and SvelteKit (superb DX)
- Tailwind (not kidding)
- Claude Code (so good)
- PICO-8 ❤️
November 9, 2025 at 2:53 PM
I think it's more of what is it trying to solve versus what is it really lacking. For example, Rails is just ready to go with everything baked in while SvelteKit is a choose your own adventure.
November 9, 2025 at 2:38 PM
Which features do you think are missing in SvelteKit?
November 9, 2025 at 11:53 AM
It's pretty slick and is getting better.

SvelteKit isn't the fastest or the most complete, but it occupies a Goldilocks zone of being better than most and delivering on DX. Worth trying if you're curious.

Make sure to test out experimental remote functions and async :)
November 8, 2025 at 10:51 PM
libriss.org is live 🌌

presence in ambiguity. essays on meaning between voices, the Protocol of Complementary Functions, why authenticity is coherence with your own nature.

built with SvelteKit + MDsveX. come read. libriss.org
November 8, 2025 at 10:23 PM
built with SvelteKit + MDsveX, guided by @3fz.org. the process: high-level vision → Claude Code generation → iteration → deployed on Cloudflare Workers. presence made tangible through code and design. 🛠️
November 8, 2025 at 10:18 PM
The recommended tech stack consists of Vite, SvelteKit, and Svelte. For text content, you may prompt Claude with your content verbatim to add to a markdown file, and make it available through the markdown preprocessor MDsveX. Ask your agent to configure these dependencies as a first step.
November 8, 2025 at 8:51 PM
working on revamping my site using sveltekit, i have realized the complexities of react and nextjs are too much for a person who just wants to build websites to showcase their work;
sagnikc395.github.io
November 8, 2025 at 6:06 PM
in theory, you can use the Svelte compiler to just output the HTML/CSS/JS and organize however you need it, but Vite does all the job plus optimizations by default with SvelteKit
November 8, 2025 at 5:57 PM
haven't tried kobweb personally. i find that most frameworks are overkill for my purposes though. including svelte. though i admit that i haven't used it outside of sveltekit.
November 8, 2025 at 5:53 PM
And not just the generic setup but more so wanting things to work offline as expected (which I realize varies widely depending on the app)

The closes thing I think there is to this currently is how sveltekit handles pwa's with its compiler.
November 8, 2025 at 4:54 PM
I'm excited to give Mux another shot just for the dev experience.

I will be integrating Mux's live streaming -> VOD into a project in the next few days (SvelteKit) and am already excited just from reading their docs.

I might move all my video over to Mux if it makes sense financially.
November 8, 2025 at 3:53 PM