Projects

A selection of things I've built — from production systems to side projects.

SousChef

Featured

Full-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.

TypeScriptReactElysiaJSBunTailwind CSSSQLiteDrizzle ORMTanStack QueryOpenRouter

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.

TypeScriptVSCode API

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.

PythonComfyUICivitAI API

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.

GoTemplSQLiteTailwind CSS

koletackney.dev

Rebuilt from Next.js to Go + Templ + HTMX as a deliberate bet on server-driven UI. No JS framework — Templ handles type-safe templating, HTMX handles interactivity, Go handles everything else. Hosted on Railway.

GoTemplHTMXTailwind CSS