Code
Everything here started as a personal itch; tools I wanted that didn't exist yet.
A field notebook for radio scanner enthusiasts
A two-platform system for radio scanner enthusiasts. The Android app captures transmissions one-handed with GPS tagging, band auto-identification, and scanner favorites import; the Next.js web app is a searchable command center for desktop analysis. Local-first SQLite storage syncs bidirectionally with Supabase when connectivity is available.
React Native, Expo, Next.js, Drizzle ORM, Supabase
Biometric and lifestyle data, fused into adaptive training decisions.
Pulls biometric data from Whoop, Withings, and weather APIs, runs a protocol engine (correlations, multi-factor prediction, sleep debt tracking, training load), and renders an interactive 5-tab dashboard with zero frontend frameworks. Runs locally against CSV files or cloud-backed via Supabase PostgreSQL for PWA access on any device. An MCP server exposes 25 tools so any connected AI can coach training decisions from live data.
Python, Chart.js, Supabase, MCP