A collection of things I’ve built, shipped, or tinkered with. Some are polished, others are experiments that scratched an itch.


Dog Vision Filter (Web)

An experiment in computer vision: apply custom color transformation matrices to simulate how dogs see the world. Built as a responsive web app (with dual video feeds) and currently being ported into a native iOS app with Xcode.

Insomnia

A tiny Swift menubar app for macOS that keeps your mac awake on demand. Built as a lightweight alternative to Caffeine/KeepingYouAwake, with a clean UI and zero bloat.

LumosChain

A weekend project where I prototyped a layer-1 blockchain from scratch in Python. The goal: understand consensus, block validation, and core invariants by actually building them.