
Location:
United States
Genres:
Technology Podcasts
Description:
Things about Svelte. Sometimes weekly, sometimes not.
Twitter:
@kevmodrome
Language:
English
Contact:
46707395446
Website:
https://www.svelteradio.com/
Email:
kevin.aberg@gmail.com
Episodes
How did Svelte do in the State of JavaScript 2025?!
2/10/2026
Kev and Jeppe, discuss the cold weather in Denmark and Sweden compared to Hawaii. They highlight that "Svelte Radio" has ranked number 13 (effectively number 12) in the podcast section of the State of JS 2025 survey, placing them among the "mainstream" podcasts and slightly increasing the pressure to produce relevant content.
State of JS: Frameworks
The hosts analyze the survey results for JavaScript frameworks:
State of JS: Meta-Frameworks
Libraries & Developer Tools
Picks & Actionable Items
The hosts conclude with their picks for the week:
Actionable Items:
Duration:00:53:14
The LLM Doomer Episode
2/4/2026
Sorry about Jeppe's audio in this one, he accidentally picked the wrong microphone during recording and there's not much we can do about it :(
The gang kicks back for their first episode of the new year, catching up on holidays before diving into AI and vibe coding. Kevin talks bout a gym tracking app he built almost entirely with LLMs.
They cover updates to the Svelte Society website (job board, sponsorships, newsletter), debate whether Mozilla/Firefox can survive by pivoting to AI, and wrap with hot takes: Kevin warns devs to learn AI tools or risk obsolescence, Brittney shares Claude's take that TypeScript's type system has become its own technical debt, and Jeppe champions the glory of two ultra-wide curved monitors.
Duration:00:41:13
Custom Renderers for Svelte with Paolo Ricciuti
12/11/2025
In this episode of Svelte Radio, we welcome Jeppe as a new permanent host and sit down with Paolo Ricciuti, Svelte maintainer and Senior Software Developer at Main Matter, to dive deep into Svelte custom renderers. Paolo walks us through how custom renderers work (using React's approach with React DOM, Ink, and React Native as context), explains the technical challenges of bringing this capability to Svelte 5—including the template element trick, CSP issues, and runtime modifications—and shares his proof-of-concept work enabling Svelte to render to non-DOM targets like terminals and native mobile apps via Lynx.js. The discussion touches on potential use cases like Threlte for 3D graphics, the importance of this feature for Svelte adoption, and wraps up with picks including Screen Studio, TMCP, and Advent of Svelte.
Guest
Paolo RicciutiMain Matter
New Host
Jeppe
Topics Discussed
Custom Renderers Overview
InkReact NativeRemotion
Svelte's Technical Approach
Lynx.js Integration
Lynx.js
Related Projects & Discussions
ThrelteReact Three FiberSvelte Native
Funding & Open Source
Paolo's Recent Contributions to Svelte
Picks
Screen Studioscreen.studioTMCPgithub.com/paoloricciuti/tmcpAdvent of Sveltesvelte.dev/blog/advent-of-svelte
Links
SvelteSvelteKitMain MatterInk (React CLI)React NativeRemotionLynx.jsThrelteReact Three FiberScreen StudioTMCPAdvent of Svelte
Follow
GitHubBlueskysvelteradio.com
Duration:01:00:59
One Man Svelte for NGOs with Ilja
12/6/2025
Guest
Ilja - Berlin-based developer specializing in building websites and data visualizations for NGOs. Svelte Ambassador.
Topics Discussed
Berlin Svelte Meetup
DateVenueTalksRegistrationhttps://svelte-berlin.de/
Links Mentioned
Tools & Libraries
https://github.com/khromov/svelte-render-scanhttps://github.com/ampled/svelte-inspect-valuehttps://svelteflow.dev/https://friendlycaptcha.com/https://sparklepost.vercel.app/https://svelte.dev/docs/svelte/basic-markup
Companies & Organizations
https://www.datawrapper.de/https://gitbutler.com/https://xyflow.com/
Projects
https://academic-freedom-index.net/https://afrozensus.de/https://data.afrozensus.de/
Courses
https://practical-accessibility.today/
Unpopular Opinions
KevinBrittneyAntonyIlya
Picks
KevinBrittneyAntonyIlya
Duration:01:13:44
Benchmarking AI with Stanislav Khromov
10/30/2025
In this episode, Stanislav Khromov joins the Svelte Radio team to discuss his work on Svelte Bench, a
benchmarking tool that scientifically measures how well different LLMs understand and write Svelte 5 code.
The conversation explores the challenges of AI-assisted coding with Svelte 5, the development of the official
Svelte MCP (Model Context Protocol) that provides LLMs with documentation and auto-fixing capabilities, and
the surprising performance differences between major AI providers. Stanislav also shares insights on working
with AI tools, the future of local models, and the economics of AI coding assistants.
Notes
Stanislav KhromovSvelte BenchGitHubSvelte MCPAnthropic Spending VC MoneyUnpopular Opinions
Technology ConnectionsTech IngredientsPicks
Kasai Hibachi Grill
Ball x Pit
Duration:01:13:58
Macrodata Refinement with Ken Kunz
10/23/2025
In this episode of Svelte Radio, Ken Kunz joins the hosts to discuss his journey with Svelte, from discovering it
through Rich Harris's "Rethinking Reactivity" talk to building complex financial applications. Ken shares his
experience working on Trading Strategy, a decentralized finance platform, and the challenges of implementing
sophisticated charting solutions.
The conversation also covers Ken's memorable Svelte Summit talk where he
recreated the Macrodata Refinement interface from the TV show Severance, complete with props and staying in
character throughout. The episode touches on testing philosophies, state management with his library Svelte-
FSM, and the newly launched Svelte Society Chicago chapter.
Notes
Trading StrategyLayerChartTradingView Lightweight Chartxstatesvelte-fsmTalkRunedMacrodata Refinement TalkGitHub RepoWebsiteBert B's Svelte Summit TalkSvelte ChicagoPicks
Zen BrowserZedZodn8nActive PiecesBrene Brown
Duration:01:04:59
Storybook is actually good now, with Jeppe Reinhold
10/16/2025
Summary
In this episode of Svelt Radio, the hosts welcome Jeppe Reinhold from Chromatic to discuss the dramatic
improvements in Storybook's Svelte integration. Jeppe shares how a critical video by Brittany struggling with
Storybook setup sparked a complete overhaul of the Svelte experience, leading to better collaboration with the
Svelte core team and significant enhancements in functionality.
The conversation covers new features like Svelte
CSF for writing stories in native Svelte syntax, improved testing capabilities, support for async components, and
upcoming features in Storybook 10. The team also discusses the philosophy behind component-driven
development, the challenges of integrating with remote functions, and Storybook's future direction including AI
support and better theming capabilities.
Links
StorybookStorybook Svelte Guideaddon-svelte-csfUnpopular Opinions
Picks
Tuple
Duration:00:42:15
Remote Functions with Simon Holthausen
10/9/2025
Summary
In this episode, Simon Holthausen from the Svelte team joins to discuss remote functions and async Svelte, two
experimental features that are changing how developers interact with data in SvelteKit applications. Remote
functions offer a new RPC-like approach that provides better type safety, more granular data loading, and
improved developer experience compared to traditional load functions and form actions. The conversation
covers the technical implementation, design decisions, and future possibilities including caching, streaming, and
integration with Svelte's upcoming resource API. Simon also explains how async Svelte enables top-level await
in components with coordinated loading boundaries, making asynchronous work much easier to manage in both
SSR and SPA contexts.
Links
Remote Functions DocumentationRemote Functions Video by SimonFollow-up Video by Simon
Picks
Elgato Wave MicrophoneCalDigit Thunderbolt 5 Dock TS5 Plus
Duration:01:01:54
We're putting the band back together.
9/26/2025
Summary
We're putting the band back together. Svelte Radio is officially back. This first episode is a bit of catch-up. Not a ton of Svelte chatter. Look forward to many fun and interesting episodes.
Next week we talk with Simon about Remote Functions. Don't miss it!
Show Notes
Introducing SvelteKit Remote Functions, by Simon HolthausenSvelteKit Remote Functions tips: Auth guards, managing asynchronous, query.batchSvelte BenchTemboHot takes
Picks
Slow HorsesGary's Economics
Duration:00:39:32
Timothy Cohen Talks SampleKit
1/20/2025
Summary
In this episode we sit down with Timothy Cohen and talk about his project SampleKit and Svelte 5.
Sponsored by Svelte Summit
Svelte Summit is an event dedicated to Svelte and everything that is happening in the community. Don't miss it! It's going to be an absolute blast. It's happening on May 8 and 9, 2025 in Barcelona Spain.
https://www.theodinproject.comhttps://www.samplekit.devhttps://www.samplekit.dev/articles/https://github.com/paoloricciuti/
Duration:00:55:31
Dominik G on Svelte 5 and Vite 6
1/9/2025
Summary
In this episode we sit down with Dominik G — a Svelte maintainer — and talk about Svelte 5 and the new Environment API in Vite 6.
Sponsored by Svelte Summit
Svelte Summit is an event dedicated to Svelte and everything that is happening in the community. Don't miss it! It's going to be an absolute blast. It's happening on May 8 and 9, 2025 in Barcelona Spain.
Discussion
Duration:00:40:25
Rich Harris on the Svelte 5 reception
1/4/2025
Summary:
In this episode we sit down with Rich Harris — creator of Svelte — and talk about the recent development of Svelte and SvelteKit.
Sponsored by Svelte Summit
Svelte Summit is an event dedicated to Svelte and everything that is happening in the community. Don't miss it! It's going to be an absolute blast. It's happening on May 8 and 9, 2025 in Barcelona Spain.
Discussion
Duration:01:03:37
Scott Tolinski on Svelte 5 Local First Development
12/28/2024
Summary:
In this episode we sit down with Scott Tolinski — cohost of Syntax.fm — to talk about Svelte 5 and local first development.
Sponsored by Svelte Summit
Svelte Summit is an event dedicated to Svelte and everything that is happening in the community. Don't miss it! It's going to be an absolute blast. It's happening on May 8 and 9, 2025 in Barcelona Spain.
Discussion
Duration:00:43:26
Svelte at Bloomberg
12/19/2024
Summary:
In this episode we sit down with Julian Burgess to talk about what he does at Bloomberg, how he uses Svelte and some thoughts about Svelte 5 and other exciting tech.
Sponsored by Svelte Summit
Svelte Summit is an event dedicated to Svelte and everything that is happening in the community. Don't miss it! It's going to be an absolute blast. It's happening on May 8 and 9, 2025 in Barcelona Spain.
Discussion
https://csszengarden.comhttps://corset.devPicks
https://github.com/kitschpatrol/svelte-tweakpane-uihttps://github.com/dataarts/dat.gui
Duration:01:42:24
Svelte Radio Interview with Julian Burgess
12/19/2024
Summary:
In this episode we sit down with Julian Burgess to talk about what he does at Bloomberg, how he uses Svelte and some thoughts about Svelte 5 and other exciting tech.
Recorded on November 28th, 2024
Discussion:
https://csszengarden.comhttps://corset.devPicks
https://github.com/kitschpatrol/svelte-tweakpane-uihttps://github.com/dataarts/dat.gui
Duration:01:42:24
Svelte Meets Vite: A Deep Dive with Matias Capeletto (patakdev)
7/9/2024
Summary:
In this episode we sit down with Matias (patakdev) and Pete (pngwn) to talk about how Vite evolved into a framework agnostic build tool and what it has planned for the future.
Recorded on June 28th, 2024
Discussion:
RolldownEnvironment APIPicks
TutorialKit
Duration:01:02:26
Phoenix LiveView and Svelte with Wout De Puysseleir
4/3/2024
Sponsored by Contentful
Welcome to the new era of content management with Contentful. Say goodbye to the limitations of traditional content systems and hello to a world where collaboration sparks innovation. With Contentful, you’re not just managing content; you’re creating content-first, multi-brand experiences across all channels effortlessly. The best part? It requires zero coding! Empower your teams to collaborate and innovate, delivering impactful digital experiences at scale. Contentful's AI-driven platform not only streamlines content creation but also ensures it aligns perfectly with your brand. Ready for a game changer? Start with Contentful for free today. Unleash the potential of your digital content and drive your business forward. Learn more at contentful.com.
Summary
In this episode of Svelte Radio we sit down with Wout De Puysseleir to talk about his project LiveSvelte. A way to easily use Svelte when building applications using the Elixir framework Phoenix. A match made in heaven!
Recorded on November 21st, 2023
Discussion
TwitterWebsiteGitHubBlog postElmRocUnpopular Opinions
Picks
The Soul of ErlangThe Lazarus ProjectLoki TV Show
Duration:00:50:08
Talking This Week In Svelte with Enrico Sacchetti
2/23/2024
Sponsored by Contentful
Welcome to the new era of content management with Contentful. Say goodbye to the limitations of traditional content systems and hello to a world where collaboration sparks innovation. With Contentful, you’re not just managing content; you’re creating content-first, multi-brand experiences across all channels effortlessly. The best part? It requires zero coding! Empower your teams to collaborate and innovate, delivering impactful digital experiences at scale. Contentful's AI-driven platform not only streamlines content creation but also ensures it aligns perfectly with your brand. Ready for a game changer? Start with Contentful for free today. Unleash the potential of your digital content and drive your business forward. Learn more at contentful.com.
Summary
In this episode of Svelte Radio we talk with Enrico about This Week in Svelte - a weekly Svelte show that he runs. Tune in!
Recorded on November 1st, 2024
Discussion
Design Systems CommunityWeekly recorded show on YTKarimPaoloStanislaCarbon Components SvelteGitHubTwitterUnpopular Opinions
Picks
Transcription
Here's a quick word from our sponsor.
Welcome to the new era of content management with Contentful.
Say goodbye to the limitations of traditional content systems
and hello to a world where collaboration sparks innovation.
With Contentful, you're not just managing content,
you're creating content-first, multi-brand experiences
across all channels effortlessly.
The best part? It requires zero coding.
Empower your teams to collaborate and innovate,
delivering impactful digital experiences at scale.
Contentful's AI-driven platform not only streamlines content creation,
but also ensures it aligns perfectly with your brand.
Ready for a game-changer?
Start with Contentful for free today.
Unleash the potential of your digital content
and drive your business forward.
Learn more at Contentful.com
[intro music]
Hey, welcome everyone to another episode of Svelte Radio.
We're back again.
Ooh, I'm joined by Brittany.
Hello.
Hi.
Back this week.
Back this week, yeah, yeah.
Hello.
And we are joined by another guest.
It's Enrico.
You might know him from this week in Svelte.
Hi, Enrico.
Hey, everybody. Enrico here.
Hey.
So before we get started, Brittany, what's new?
It's been crazy.
I went on vacation last week, so I know I missed our previous guest.
I think we had Jacob on last week, but unfortunately I had to miss that one.
We went to San Antonio where it was kind of warm.
It was like 80s and 90s Fahrenheit, so what, 30?
A little less than 30, maybe 20, 28 Celsius.
That sounds very nice.
But it was overcast the whole time.
So I tried to get in the pool, and it was like windy and cold.
It was like still not warm enough to get in the pool there.
But we came back, and it snowed yesterday for Halloween, so that was good.
We have like probably three to four inches of snow outside now.
Wow.
Yeah, we just got our first falling snow here today.
Oh, really?
So it doesn't stay on the ground, though, because it's not that cold here just yet.
Yeah, our ground is not that cold.
I thought it would melt, but it froze overnight, and it's just like stuck there.
Damn.
Yeah, that doesn't sound like fun.
Maybe you should just go more south.
I've talked about it, yeah.
We just built that pool, though, so we're like 10 years, and our kids are in school still,
so 10 years, and then we'll probably keep this house for the summer when it's nice here
and then move somewhere else, be snowbirds for a while.
Yeah, makes complete sense.
All right, let's talk a bit more with you, Enrico.
Who are you?
That might be a broad question, but how did you get into development?
Who am I?
Yes, well, my name is Enrico Sacchetti, and I am a software developer based in the Greater
Toronto area, Ontario, Canada, and what I like to do is front-end development, and ever
since I was a teenager, that's what I've been doing as a personal...
Duration:00:57:38
Svelte in dynamic e-commerce widgets with Jacob Stordahl
12/14/2023
Sponsored by Contentful
Welcome to the new era of content management with Contentful. Say goodbye to the limitations of traditional content systems and hello to a world where collaboration sparks innovation. With Contentful, you’re not just managing content; you’re creating content-first, multi-brand experiences across all channels effortlessly. The best part? It requires zero coding! Empower your teams to collaborate and innovate, delivering impactful digital experiences at scale. Contentful's AI-driven platform not only streamlines content creation but also ensures it aligns perfectly with your brand. Ready for a game changer? Start with Contentful for free today. Unleash the potential of your digital content and drive your business forward. Learn more at contentful.com.
Summary
In this episode of Svelte Radio, Jacob Stordahl and the hosts discuss Jacob's transition from WordPress to Svelte and the practical aspects of developing third-party JavaScript widgets. They also touches on the role of AI in content management. Tune in!
Recorded on October 18, 2024
Discussion
TwitterWebsiteStyliticsSvelte Summit Talk Spring 2023Unpopular Opinions
freeCodeCamp CoursePicks
Staff Engineer by Will LarsonSatoriBunnyCDN
Duration:00:43:05
Slicing Svelte with Sam Littlefair and Prismic
12/6/2023
In this episode of Svelte Radio, join hosts Brittany and Kev as they dive into the world of web development with their guest Sam, a technical writer at Prismic. Brittany shares her latest experiences battling with Tailwind, Rails, and Svelte, emphasizing the learning journey that comes with navigating the complexities of modern web development. She also offers a valuable tip about CSS line height, advising against the use of rems and ems due to their unpredictable inheritance and suggesting more reliable alternatives.
Recorded on October 11th.
Description
TwitterSvelte Starter TemplateUnpopular Opinions
Picks
CoolifyCommitAIOpenPropsAdam ArgyleGithub CLINetlify CLI
Duration:01:04:58