Development
SvelteKit Remote Functions โ No API Routes, No Problem
Apr 12, 2026
How BackupHub replaced traditional API routes with SvelteKit remote functions: type-safe query, form, and command primitives that run on the server but feel like local function calls.
Claude Code Configuration โ A Clean Multi-Project Setup
Apr 12, 2026
How to structure Claude Code's configuration files for a multi-project workflow โ global MCP servers, unified permissions, and a two-file approach that scales.

PlayMore - Tournament Management That Actually Works
Mar 9, 2026
Meet PlayMore: a tournament management platform for Swiss youth football that handles PMF formats, knockout brackets, live scoring, and federation import -- from your phone.
YTT - Building a Self-Hosted YouTube Transcript Translator
Feb 9, 2026
A comprehensive overview of YTT, a self-hosted web app that fetches and translates YouTube transcripts using SvelteKit 5, FastAPI, and LibreTranslate โ all packed into a single Docker container.

KnowMore - A Sports Calendar That Actually Works
Nov 20, 2025
Meet KnowMore: a privacy-first calendar app for sports clubs that replaces WhatsApp chaos with simple scheduling, one-tap responses, and team chat - all running on your own server.
Optimizing Data Flow in Svelte Blogs
May 12, 2025
A comprehensive guide to understanding and optimizing data flow in SvelteKit blog projects