Looks like @kenthropic.com and @mikerourke.bsky.social are doing another meetup in Chicago next week!
Don't miss out on any meetups and events by going to the Svelte Society events page: sveltesociety.dev/events
Looks like @kenthropic.com and @mikerourke.bsky.social are doing another meetup in Chicago next week!
Don't miss out on any meetups and events by going to the Svelte Society events page: sveltesociety.dev/events
Svelte Chicago February 2026 meetup promotional image with Chicago skyline at sunset. Shows event date February 24th at 5:30pm CT, featuring Job Search Panel Discussion and Open Mic Lightning Talks. Sponsored by Storyblok.
ποΈ Svelte Chicago is back! Join us Feb 24th at M1 Finance for our first meetup of 2026.
π Job Search Panel: @mikerourke.bsky.social and I share our experiences alongside fellow devs and a hiring manager.
π Plus lightning talks, pizza & networking!
#Svelte #ChicagoTech
guild.host/events/svelt...
Screenshot of Gruber's text about prioritizing "whether you can read text against the background" - from daringfireball.net which uses user-scalable=no to prevent zooming
5000 words on usability, never <meta viewport> setting
I did not realise that the documentation for Svelte @attach amounts to a whole page now!
Wanted to do a quick skim and now I canβt stop exploringβ¦ svelte.dev/docs/svelte/...
And ICYMI: day 3 of Advent of Svelte 2025 has a quick intro to attach by @kenthropic.com advent.sveltesociety.dev/2025/3
Love this one! Great intro, great demo. Just take care that the MCP doesn't give HAL conflicting directives π€π€ͺ
Agree they're hard to get right.
Rich + Svelte core team clearly agree as well. The remote functions API & architecture are designed with security footgun-avoidance in mind: explicit file boundaries + existing server-only module protection.
Humility β simplicity.
Hard β impossible.
π€ different strokes β hope you find the solution that's right for you!
> Yes, I've been using Svelte since v3 was released in 2019.
Respect β you've got me beat by 2 years! πββοΈ
The #JustUseSvelteAlready was aimed at the broader audience vs. you specifically.
Query and Table seem most relevant for Svelte. Router/Start less so given SvelteKit's capabilities β especially with latest enhancements and direction (remote functions).
Curious if there's a reason you'd prefer Router/Start over SvelteKit?
AlsoΒ check out this recent episode of Syntax with Tanner. syntax.fm/show/954/ful...
Screenshot of TanStack Query documentation website showing the framework selector dropdown with Svelte selected and checked, alongside other framework options including React, Vue, Angular, and Solid. The page displays the overview section for @tanstack/svelte-query package with code example.
You mean like this π§?
#CheckFirst #JustUseSvelteAlready
βοΈSvelte meetup in Barcelona next week!
πMon Dec 22 ποΈ
@sveltesociety.dev
guild.host/svelte-barcelona
πββοΈπ
Bearded prophet Rich Harris wandering among the animals, bringing tidings of async components.
This will be a sign unto you. A bearded prophet, wandering among the deer and the lambs, bringing tidings of great joy, which will be for all the people βΒ all who are willing to venture forth. And suddenly, there was with the prophet a quintet of angelsβ¦ youtube.com/shorts/Wu3kc...
#svelte #jsjesus
Day 5 of Advent of Svelte π
Boundaries help your app (and family) stay sane during the holiday season. youtu.be/Fhno5Ln1CwI?...
I have not ... aber jetzt mΓΆchte ich es mir mal anhΓΆren!
Stark β congrats on getting this underway! I hope I can visit sometime. (Andβ¦Β please join a Svelte Chicago event if you're ever in town.)
Great, now everyone in the blue svelte sky knows about my "Low-Bar Lightning Talkβ’" π€£
Good reminder for Svelte Chicago folks βΒ see you in 2 hours!
guild.host/events/svelt...
Things you can count on in November in Chicago (from worst to best): leaf cleanup in the dark at 4:30p, finding a random Jackson in the coat you haven't worn since March, and a Movember email from Virgil π¨π». Worthy cause!
us.movember.com/mospace/1316...
Svelte Chicago meetup flyer: November 18th, 5:30pm CT. Features talk on Building Culturally Grounded AI with SvelteKit. Chicago skyline at sunset background.
Speaker presenting at Svelte Chicago meetup in modern office space. Attendees at conference tables with pizza, watching presentation on screen.
Group photo of Svelte Chicago meetup attendees around conference table with laptops and pizza. About 10 developers smiling at camera.
π 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...
3/3 Glad you're enjoying Runed FSM! I didn't work on this version directly, but provided some inspiration with my svelte-fsm library (Svelte 3/4 store-based API). You have @gazit.me to thank for Runed FSM implementation π.
2/3 If you need the FSM (and shared context) to be available from more than one component, extract it to a svelte.ts module and export the FSM and shared state from there.
For example:
github.com/kenkunz/svel...
1/3 I've generally found that context doesn't need to be built into the FSM API itself. Your "surrounding context" (enclosing lexical scope) is your context βΒ the FSM has access to whatever is defined there.
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...
Runed FSM (like its predecessor svelte-fsm) does not support parent/child states. I've considered adding this, but (a) haven't had bandwidth, and (b) have been hesitant without seeing more use case examples (w/in a Svelte app context).
Can you share more about your use case?
Waitβ¦Β you found Svelte 2.x code?!
π
Mad props to @allozaur.bsky.social for leading dev on the new llama.cpp WebUI and championing Svelte/SvelteKit for the project! Also kudos to @hf.co for sponsoring this open source work πͺ #Svelte #SvelteKit #OpenSource #HuggingFace
github.com/ggml-org/lla...
llama.cpp WebUI interface showing chat window with Qwen3 VL 30B model loaded, displaying clean minimal design with text input, file attachments, and voice input support
While the Svelte community was buzzing about Apple's App Store leak, here's the real gem: llama.cpp's new official WebUI β built with Svelte/SvelteKit! Run any of 150k+ GGUF models with a gorgeous interface. Fully local, fully open source π #Svelte #SvelteKit #LlamaCpp π
github.com/ggml-org/lla...
Way to sneak this post onto the Svelte feed π.
3/ SEO: While invalid markup isn't likely to directly affect SEO, it can be impacted due to #2.