Selected products and tools
Work shaped by real use.
Products I've built, shipped, and in many cases still operate. Most began with a real problem I wanted to understand by putting something useful in front of people.
WhatIsThatMovie
Describe a scene, character, or feeling and the AI searches through millions of films to find it. Embeddings and RAG, serving ~133K visitors and ~63K searches in a recent 30-day period (June 2026).
WhatMedicaidPays
Public lookup tool for Medicaid reimbursement rates across all 50 US states. The /ask feature lets users ask plain-English questions — the system writes SQL, runs it, and renders interactive charts, tables, and maps from the results.
WhatIsThatBook
Describe what you remember about a book and the AI finds likely matches. Served ~16.5K visitors and ~19K searches in a recent 30-day period (June 2026).
More from the workshop
Experiments, businesses, and open source.
naps.sh
AI idea-validation product with a documented methodology, an agentic research pipeline, a CLI, and a free-to-paid lifecycle.
- SvelteKit
- Bun
- Cloudflare D1
ThreadCast
CLI tool that turns local Claude Code sessions into shareable web pages. One command.
- SvelteKit
- Bun
- Cloudflare D1
Tethon
Self-hosted control plane for running coding agents on your own machines from a phone or browser. It starts isolated worktree sessions, streams structured events, and routes tool approvals back to the web or mobile client.
- Go
- SvelteKit
- Expo
ToriAgent
Market research tool that analyzes Reddit content to find what people are saying about a topic.
- SvelteKit
- PostgreSQL
- Drizzle
Remorai
Idea capture tool. You write down whatever comes to mind, and it quietly resurfaces things later when they start to matter.
- SvelteKit
- PostgreSQL
- OpenAI
FlareCap
Usage monitoring and budget alerts for Cloudflare Workers. Built it because Cloudflare doesn't have this built in.
- SvelteKit
- Cloudflare D1
- Drizzle
sveltekit-pgboss
Open-source library for running background jobs in SvelteKit apps using pg-boss. I built it because I needed reliable job queues in a few of my projects and there was nothing out there for SvelteKit.
- SvelteKit
- PostgreSQL
- pg-boss
Orathor
Native macOS app for voice dictation. Press a shortcut, speak, and your words appear wherever your cursor is. Built it because I wasn't happy with any existing voice dictation app.
- Swift
- SwiftUI
- Deepgram
DishCost
Recipe costing software for independent restaurants. Calculates food cost percentages per dish, tracks ingredient price changes, and tells you which items are losing money. $39/mo, no contracts.
- SvelteKit
- Cloudflare D1
- Drizzle
SST SvelteKit starter
Open-source template for deploying a full-stack SvelteKit application to AWS with authentication, Lambda, API Gateway, RDS, S3, and CloudFront.
- SvelteKit
- SST
- AWS