Disable JavaScript and try your search interface. Nothing works, right? It doesn't have to be this way. This article builds an omnisearch component that works the moment HTML renders and then layers autocomplete on top as an enhancement.
A powerful Trigger.dev extension that enables seamless integration between SvelteKit and Trigger.dev by allowing you to use your SvelteKit functions, classes, and exports directly in your Trigger.dev projects with zero code changes.
Fundamentals of SvelteKit, routing, layouts, data loading, server endpoints, forms, and deployment. Hands-on project-based tutorials with step-by-step app builds, code examples, and a final GitHub repository to follow along.
A tiny typesafe state machine. Designed to replace multiple boolean flags to managing complex UI states and interactions. Use it instead of XState when the latter feels like overkill.
SvelteKit Snapshots don't survive in-app navigation—only browser back-button visits from external sites. This simple pattern uses beforeNavigate and afterNavigate to preserve form state across any route change, so your users never lose their work.
Runes Meta Tags is a powerful meta tag management library for SvelteKit applications. It provides an elegant way to configure SEO meta tags, Open Graph tags for social media sharing, Twitter Cards, and more. With built-in support for deep merging, you can define default meta tags at the layout level and override them on specific pages.
An overview of how I built an automated prize wheel system with Svelte, WebSockets, Stream Deck, and Directus to manage weekly giveaways with hundreds of contestants.
I needed to generate an OpenAPI 3.1 specification from Valibot schemas — so i built a library to leverage my project structure and svelte sv@create base dependencies.
🔌 Framework-agnostic spec generator (createOpenApiSpec)
✅ Uses Valibot schemas for types and OpenAPI generation
🧾 Supports multiple request/response media types
🔍 Emits typed query parameters as OpenAPI parameters
🔐 Documents authentication via OpenAPI securitySchemes / security
This library does not enforce validation or authentication at runtime.
It only documents what your API looks like
A production ready open-source project for scaffolding new sveltekit projects with a strict opinionated architecture. Includes authentication support, database abstraction, i18n, prebuilt components & pages, md support, server utilities, CLI tooling and more.
A list of SvelteKit templates and starter projects covering a wide range of use cases—from blogs and authentication setups to full-stack SaaS boilerplates, e-commerce solutions, and integrations with tools like Stripe, Prisma, and TailwindCSS.