Vue 3 Composition API: Real-World Patterns from Production Apps

The Composition API is not just a syntax change — it is a paradigm shift. After building three production applications with it, we have developed patterns that make Vue 3 codebases more maintainable, more testable, and more enjoyable to work on. Published: July 7, 2026 Tech Stack: Vue 3 Pinia TypeScript Vite TL;DR The Composition […]

Self-Hosted TTS with Kokoro ONNX: What CPU-Only Inference Actually Gets You

Building a smart-home TTS stack on hardware you already own — no GPU, no cloud API, no bill. We wanted text-to-speech for automation triggers that runs locally, on existing CPU hardware, without sending every doorbell announcement through a third-party API. So we built a FastAPI service around Kokoro ONNX with voice blending, dialogue scripting, and […]

Building Since: A Self-Hosted Claim Tracker with PocketBase, React, and Express

since homepage screenshot

Every prediction someone makes online deserves accountability. We built Since — a self-hosted temporal claim tracker — to register predictions, record past events, attach evidence, open disputes, and verify outcomes over time. The stack is deliberately lightweight: React 19, PocketBase, Express.js, and Docker. Here’s why we chose each piece, what surprised us, and what we’d […]