In this talk I tell the story of how we inspired young girls for tech @woom. Using SveltKit, MIT appinventor and AI as tools we showed them how we work in tech.
A Q&A session with Svelte maintainers focusing on community contributions, Svelte’s reactive primitives, and the division between framework and ecosystem.
Discussion of SvelteKit’s potential future directions, using Svelte with other server frameworks, and AI, ethical considerations, and community-driven development.
Mike Rourke introduces FreeFlyer, a flight dynamics software for satellite mission design, analysis, and operations, used in notable space missions like the Magnetospheric Multiscale Mission (MMS).
He covers orbital mechanics, including Kepler's laws and Keplerian orbits, and demonstrates an orbit visualizer app built with Svelte, WebGPU, and WebAssembly.
Ashley Furniture's website migration to SvelteKit was a massive undertaking, involving a transition from a problematic framework called Salesforce Psych Genesis to SvelteKit.
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.
An exploration of client and server rendering strategies in web development, covering historical paradigms like MPA and SSG and modern approaches such as SSR and CSR.
A detailed look at SvelteKit's hybrid rendering capabilities, including server-side rendering, client-side rendering, and prerendering, with guidance for applying each approach to different parts of a project.
SvelteKit-based slideshow creation tool with animated backdrops and Svelte transitions.
Real-time synchronization and remote-control features powered by PartyKit.
Adventures in adapting to evolving project needs at The Australian National University—a developer-designer's tale of ditching React for Svelte and shenanigans with GSAP, Leaflet, and ScrollTrigger.
Local First is about writing software that feels native. In this talk, I'll share real code to cover the spectrum of types of Local First apps built with Svelte 5 and Svelte Kit. After listening to this talk, attendees will understand both the landscape as well as the technical approaches to writing software that is incredibly fast, works offline and feels like a native app.
At Impierce Technologies, we are developing UniMe, a digital identity wallet that gives individuals full control over their data. To successfully build a cross-platform mobile app with a small team, we chose Tauri and SvelteKit as our stack. Leveraging our expertise in Rust and Svelte enabled us to deliver a secure and polished mobile app.In this talk, we will share our insights on using SvelteKit as the UI framework in a Tauri mobile app.
Taking inspiration from life, I talk about dates. After I recently celbrated my 15th wedding anniversary, I decided to show a hidden part of my website and how I have refactored it in Svelte 5.
In this talk Sasan walks us through different schema validators and their differences. He also shows some example validation with Zod in SvelteKit form actions.