Projects
A selection of things I've built — spanning ML systems, math tooling, and client production work. Full source on GitHub.
Cardiac AI
Browser-based cardiac simulation using coupled Van der Pol oscillators. A neural
net controller trained in PyTorch is exported to ONNX and runs entirely client-side
via onnxruntime-web — no server, no backend, just math in the browser.
Stack: PyTorch · ONNX · onnxruntime-web · Rust/WASM · Vercel
MathLab
An Olympiad-style math problem platform with adaptive hint branching, KaTeX rendering, and a Supabase backend. Designed around the idea that insight is structured — problems are scaffolded with tactics, not just answers.
Stack: Next.js · Supabase · MDX · Tailwind · KaTeX
AI Proposal Generator
A Next.js app that generates client-facing project proposals from a brief input. Server-side API handling with persistent agency profile storage — built as a freelance income tool.
Stack: Next.js · Anthropic API · Vercel
Vehicle Wrap Pricing Calculator
A production client tool with multiple input modes, dynamic pricing logic, file upload, and an AI failsafe for edge cases. Built and delivered as a freelance subcontracting project.
Stack: JavaScript · Wix Velo
Local AI Shell Assistant
A locally-running AI-powered shell assistant built and documented as a blog post. Covers the full build process from model setup to making it globally accessible in the terminal.
Stack: Python · Shell · Local LLM
More on GitHub →