Founder & Principal Engineer
ShipGuarde, release-quality platform for developers
Next.js 15, TypeScript, React, Fastify, BullMQ, Redis, PostgreSQL/Prisma, Zod, WebSockets, Playwright, Python, Docker, Turborepo
- Built the product solo end to end: architecture, dashboard, API, infrastructure, billing, docs, pricing, and the customer conversations. Empty repository to a live multi-tenant SaaS with organizations, paid plans, a public API, and a GitHub Action other people install.
- Architected the runtime as isolated parallel workers behind a Fastify orchestrator, with per-agent timeouts, shared Zod contracts across every service boundary, and a retry policy that retries only infrastructure faults, so one agent failing never fails a run.
- Built the billing and entitlements stack behind a provider-agnostic payment seam: signature-verified webhooks deduped by event id and applied idempotently, multi-currency plans, and usage meters computed from the source of truth so they cannot drift.
- Designed a 23-component shared UI package consumed by every surface in the monorepo, so a verdict, a status, or a metric renders identically in the dashboard, the pull-request comment, and the public report.
- Built a precision/recall/F1 evaluation harness over fixture cases that regression-guards agent quality as models and prompts change.