// projects

Things I've shipped, end to end

Not case studies of work I helped with — products I designed, built, deployed, and pay the hosting bill for.

PRODUCT // LIVE

DocFetch

An AI document collection platform. You tell it what you need and who has it — it drafts the outreach, tracks what's missing, sends reminders, and delivers an organized packet.

Python · FastHTML · Anthropic · Supabase / PostgreSQL · AgentMail · Stripe · Fly.io
OPEN SOURCE // MIT LICENSE

Aquifer

A self-hosted Go runtime built for the moment an agent's retries turn into a billing problem: an uncontrolled retry storm means repeated, wasted calls to your LLM provider — not just a reliability risk, but real spend. Aquifer queues durably, paces dispatch so retries never stampede, and verifies caller identity via the L8 protocol's public-key signatures — no shared secrets to leak.

Go · SQLite · MCP · Server-Sent Events
OPEN SOURCE // MIT LICENSE

EZThrottle Local

The same problem Aquifer solves — durable, fair queuing for spiky agentic traffic — rebuilt from scratch on the BEAM in Elixir, with real-time streaming and per-tenant fairness built in from day one.

Elixir · OTP / BEAM · Ed25519 · Docker · Fly.io