Products
08 ENTRIESMy own swings: things I build because I want them to exist.
Shipr
The flagship: a real-time B2B logistics platform. Dispatchers build routes, client organizations track deliveries in their own portal, and drivers run them from a map-first mobile app.
Four apps in one TypeScript monorepo sharing a single typed domain model: API, dispatch dashboard, multi-tenant client portal, and driver app. Offers broadcast to drivers with a 90 second acceptance window.
ORBITAL
Real-time ISS and satellite tracking computed entirely in the browser: a procedural 3D globe, pass predictions for your exact sky, and zero backend.
SGP4 orbit propagation runs in a web worker from public orbital data. Ships as an installable PWA with 114 prerendered landing pages so a pure client-side app still ranks.
WreckedLeads
Photo-to-estimate lead generation for collision shops: customers snap their damage, an instant estimate comes back, and estimators work the lead from a dashboard.
Multi-tenant by design: shops embed the estimate tool on their own site or run it on a custom domain, routed per-hostname at the edge.
DealerScope
Automated monthly SEO health audits for car dealerships, delivered as client-ready PDF reports with a versioned health score.
A seven-stage pipeline crawls each dealer site, scores 38 finding types deterministically, and uses AI only to prioritize and write the summary. One run audited 20 dealership rooftops in a single pass.
ClipCoach
An AI video coach for teams: an idea becomes a sectioned script, guided recording, and a stitched short-form video, entirely on the phone.
Includes a custom native module that trims and stitches clips on-device for both iOS and Android, so footage never leaves the phone.
Verdant
A two-sided lawn-care platform: homeowners find local crews, and crews manage clients, lawns, routes, and jobs from a field-first app.
Accepting a service request auto-creates a chat channel and push notification. The jobs hub is built around a driver's actual day: next stop pinned, drive times inline.
Crumb
A visual marketplace for local bakers that turns Instagram-DM chaos into structured custom orders with budgets, dates, and quotes.
42 screens covering both sides of the marketplace in one app: customer discovery feed plus a full baker dashboard for menus, quoting, and fulfillment.
CampusCloud
A white-label campus app any school can brand as its own: group discovery, events with QR check-in, alerts, polls, and a campus map.
Multi-tenant from the data layer up: school-scoped collections, two-layer role-based access, and runtime theming per school inside a single app binary.
Client builds
03 ENTRIESBuilt for real businesses: one live today, two heading to production.
Birdie's Baking Co.
A working storefront for a small-batch bakery, with real Stripe checkout, pickup scheduling, and automated order emails.
The build pipeline does the local SEO lifting: prerendered pages, structured data, service-area pages, and search-engine pings on every deploy.
The Current
A full operations platform for a digital marketing agency, built to replace Monday.com: tickets, projects, quotes, proposals, and forecasting in one app.
Sixteen feature domains on a 60-table Postgres schema with row-level security, including a shared board engine with inline editing reused across the whole app.
Rohrman Delivery
Parts-delivery tracking for an auto dealer group. Drivers log a delivery in under 30 seconds: invoice photo, drop-off photo, signature, done.
Offline-resilient mobile submissions, a live dispatcher van map, and an App Store-hardened release. Confirmations route automatically to the right parts manager.
Tools & experiments
05 ENTRIESThe machinery that makes the studio fast, plus a few honest experiments.
Collision Site Engine
A generation system that turns a body shop's real details into a complete, local-SEO-engineered website, checked by nine automated quality gates.
Strict anti-hallucination rules: city facts must be operator-verified and the build fails fast on unsourced claims, so the output is publishable, not plausible.
Skills Pipeline
My in-house library of about 20 Claude Code skills that build, audit, and optimize websites, including a 15-skill suite for AI-search optimization.
This is the machinery behind the studio's speed: site generation, SEO and GEO audits, privacy compliance checks, and report generators, all dogfooded on real work.
Cadence
A personal training planner that fuses WHOOP recovery and Strava workouts, then has Claude write each week's hybrid strength and endurance plan.
The sports science lives in the prompt instead of a rules engine. Daily syncs and weekly plan generation run on a simple in-process scheduler.
Claude CarPlay
A voice-first coding copilot for the car: real, tool-executing conversations with Claude over the speakers, hands-free on the commute.
Read-only tools auto-approve; anything destructive pauses for a spoken yes. Streaming responses are fed sentence-by-sentence into text-to-speech.
VoiceClipper
A macOS app that cuts the silence out of talking-head videos using on-device speech recognition. Drag in a file, get a jump-cut edit back.
Fully on-device: word-level timestamps from Apple's speech framework drive the cut list, recomposed losslessly with AVFoundation.