A family-management app with AI-assisted meal planning, smart shopping lists, shared finances,
scheduling, and chore gamification. Shipped on the web and the App Store, built and deployed solo:
a web frontend, a Supabase Postgres backend with row-level security and hardening migrations,
edge functions on a GitHub Actions pipeline, and an iOS build with Apple in-app purchases.
It's my biggest project, and I designed, built, deployed, and have maintained all of it.
Supabase / Postgres
Row-Level Security
Edge Functions
iOS · App Store
Apple IAP
GitHub Actions CI/CD
Vercel
AI-assisted features
Argus
fully-local AI home monitor · self-hosted
AI / inference
A fully-local, AI-powered home-monitoring and face-recognition system for Home Assistant. No cloud,
and everything runs on your own hardware. It's three cooperating services: a Watcher
that snapshots the home's state every few minutes and asks an LLM "is anything actually wrong?"
(a hardened, high-signal prompt with an urgent-push vs. daily-digest policy); a Recognizer
running InsightFace on CPU, exposing a CodeProject.AI-compatible API to detect and identify faces
on-device; and a Console that clusters unknown faces by similarity so you name a
group once and it learns that person from then on. Pure logic is unit-tested; the container and
glue layers are dry-run-verified.
Python
LLM reasoning loop
InsightFace
On-device / CPU inference
Face recognition
Home Assistant · AppDaemon
Docker / Compose
Flask API
Pytest
A multi-tenant SaaS platform for lawn-care and snow-removal contractors. It handles digital contracts
with e-signature, professional invoicing, online payments via Square, and a customer database, all in one
place, on a free-trial-to-subscription model ($29–39/mo) with a live pilot customer. I built and
deployed it solo. The interesting part is the multi-tenant architecture: keeping each contractor's data,
contracts, and billing isolated on shared infrastructure.
Multi-tenant SaaS
E-signature contracts
Square payments
Subscription billing
Firebase
Google Cloud
Vercel
A website and CRM I built for Guys Gutters LLC to manage customers, jobs, and scheduling. I designed and
deployed it for a real, operating business. It's a purpose-built tool that replaces spreadsheets and
scattered notes with one system the company actually runs on.
Full-stack web app
CRM
Scheduling
Custom domain
MiLa Test Station
hardware + software · automated QA
test automation
A Raspberry Pi automated pass/fail test rig for USB microphone units. It plays a frequency sweep,
records it back, and validates the capture in about five seconds, with automated plug-in triggering,
GPIO LED/beep output, and a self-calibration routine. I built it to make device validation fast,
repeatable, and hard to get wrong on a busy line.
Raspberry Pi
Python
GPIO
Audio DSP / signal validation
Automated QA
Self-calibration