Projects
A selection of things I've built — from production systems to side projects.
SousChef
FeaturedFull-stack AI cooking assistant — deliberately built with ElysiaJS on Bun to stress-test the TypeScript high-DX stack: Eden for end-to-end type safety, Drizzle ORM, TanStack Query, and OpenRouter + Claude Haiku 3.5 for reliable AI tool calling. A personal experiment in comparing paradigms against Go + server-rendered approaches.
You.i Engine VSCode Extension
Production VSCode extension and CLI for the You.i Engine SDK — let the team create, build, and deploy projects across 13 target platforms from one interface. Daily-driver tooling for the entire Warner Media development team.
LoRA Stacker CivitAI Tags
Published ComfyUI custom node on the official ComfyUI Registry that auto-fetches trained trigger words for every LoRA in a stack from the CivitAI API. Caches results locally and passes the stack through unchanged. 67 downloads.
Short Link
URL shortener built with Go + Templ — exploring server-side rendered UI without a JS framework. Templ provides type-safe, compiled HTML templates; the full stack stays in Go from routing to render. Backed by SQLite, hosted on Railway.