A three-node Kubernetes cluster at home, operated like production. Migrated a Docker Compose estate on Proxmox to a highly available k3s cluster managed by Flux. Vault-backed secrets through External Secrets Operator, Prometheus and Loki observability deployed before any user-facing service, Traefik and cert-manager ingress, Longhorn block storage, Garage object storage, KEDA scale-to-zero for accessory services, and Authentik single sign-on in front of everything. The security posture assumes public exposure even though reachability is private.
k3s · Flux · Vault · Longhorn · Traefik · Prometheus · Loki · Authentik · Proxmox · Tailscale
OpenClef
In progress · since 2026
An open-source, self-hosted sheet music library for performers. Existing tools are tablet-locked and single-user, or treat scores as generic files. OpenClef models what musicians actually search by: works, arrangements, parts, instruments, and composers. Product design and technical requirements documents were validated with prospective users before implementation began. Full export to forScore is a first-class requirement so the tool fits how musicians already perform.
Python · FastAPI · PostgreSQL · SQLAlchemy
DVD ripping appliance
Live · since 2026
A 2009 MacBook Pro turned into a one-button DVD archiver for a grandfather. Insert a disc, get a lossless rip, transferred to network staging, auto-ejected, with a chime. No terminal, no login, no decisions. A FastAPI and htmx interface with server-sent events shows progress in plain language. The ripper is an explicit SQLite-backed state machine, so a bad disc, a dropped network, or a power cut resumes rather than restarts.
Python · FastAPI · htmx · SQLite · ffmpeg · mkvmerge
vinyl
In progress · since 2026
Digitizing an inherited record collection: inventory, capture, QC, and library import. A capture station with a kiosk interface, an inventory server with barcode accession cards, and a pipeline from raw capture through track splitting and quality checks into the media library. Built so a non-technical operator can run a whole session alone.
Python · FastAPI · ffmpeg · Chromaprint · MusicBrainz · ReportLab
recipe-pipeline
Live · since 2026
Handwritten family recipe cards, scanned, OCR'd, structured, and served from Mealie. Scans go through a handwriting OCR model, then a text model turns noisy output into well-formed recipe records with title, ingredients, steps, and provenance. Hard cases escalate to a stronger cloud vision model, and only the failed tail ever leaves the machine. Results land in a self-hosted Mealie instance in the cluster.
Python · FastAPI · Ollama · Mealie · S3