| 01 | Cadence HubMulti-tenant payroll automation for fitness studios | Turns Mariana Tek class and instructor data into payroll runs for studio operators. Envelope encryption per tenant, an OAuth broker for studio connections, QStash fan-out for the heavy lifting. | Next.js / Neon / QStash |
| 02 | Report GenPower BI reports from plain English | Describe the report; get a real Power BI artifact back. Claude plans it, the pipeline introspects the semantic model (TMSL/TMDL), validates with retry loops, and polls the publish job to completion. | TypeScript / Fastify / Claude |
| 03 | PulseAn AI CFO for small business, on iOS | Native SwiftUI with QuickBooks Online OAuth, Claude briefings, Supabase, StoreKit 2, Plaid, and a 28-platform connections hub. For solo operators who need a CFO and can't afford one. | Swift / SwiftUI / Supabase |
| 04 | CaptivateAI lead capture for dental practices and medspas | Multi-tenant SaaS with embeddable widgets: AI smile analysis and simulation, a voice chatbot that extracts intent, online booking synced to Google and Outlook calendars, lead scoring and routing, white-labeling, and Stripe billing. JWT-isolated admin, portal, and widget APIs. | Django / React / Postgres |
| 05 | PFMA personal finance platform with an AI in the loop | Plaid-linked transactions with AI categorization, portfolio tracking off Alpha Vantage and FRED, six planning calculators (retirement, debt payoff, tax optimizer, scenario modeling), a freelancer CRM, and a Claude chat that knows your numbers. | Next.js / Turso / Plaid |
| 06 | VaultSyncPersonal account aggregator, no Plaid required | Puppeteer-based scraping with a Node/Express backend, SQLite, and AES-256-GCM encryption. Custom connectors, including one for the Alkami ORB platform. | Node / Puppeteer / SQLite |
| 07 | RFP FinderProcurement search across all 50 states | Crawls state procurement portals for law enforcement electronic-monitoring contracts, filters by agency and monitoring type, emails new opportunities, and tracks contract history so rebids are never a surprise. | FastAPI / Next.js / Redis |
| 08 | PersonaForgeAI-native brands for Instagram and YouTube | Character studio for consistent AI personas, storyboards, multi-candidate shot generation, reel composition with auto-captions, and a QA review suite before anything publishes. Video from Fal.ai, voice from ElevenLabs. | Next.js / Prisma / Fal.ai |
| 09 | TaskrA task manager that dispatches work to Claude | Asana-style boards for my own work, plus a dispatcher that assigns tasks to Claude Code agents with full context and watches their sessions update the board live through a custom MCP server. | Next.js / Prisma / MCP |
| 10 | Vector StagePrompt-driven SVG animation studio | Describe a scene, get an animated SVG. Motion is a JSON spec the renderer interprets, with a library of character rigs so prompts compose movement instead of drawing it. | React / SVG / Claude |
| 11 | Polymarket FrameworkAlgorithmic trading research | Arbitrage, market making, event-driven and model-based strategies behind a single risk governor with kill switch, exposure limits, and circuit breakers. Deterministic tick-for-tick replay, FinBERT sentiment, and a live dashboard. Sibling project: a futures bot on Tradovate running an opening-range strategy. | Python / FastAPI / Redis |
| 12 | Genesis StudioLocal AI video generation on Apple Silicon | React front end, FastAPI back end wrapping HuggingFace Diffusers, tuned for the MPS backend. Runs wan22-5b without a cloud bill. | React / FastAPI / Diffusers |
| 13 | Peptide PalA supplement protocol tracker for iOS | Native SwiftUI with dose logging, a reconstitution calculator, inventory tracking, and a reference library. Built and shipped through XcodeGen and Fastlane. | Swift / SwiftUI / Fastlane |
| 14 | MCP Postgres GuardGuardrails for AI-written database code | A Model Context Protocol server that catches the common PostgreSQL and SQLAlchemy mistakes an AI coding agent makes before they reach the database. | TypeScript / MCP |
| 15 | Fire File ManagerA file system for a kids' tablet, over USB | Local web app built on adb for browsing, searching, previewing, and editing the file system of an Amazon Fire tablet from the Mac. Built because the tablet's own tools couldn't. | Node / Express / adb |
| 16 | Rogue DefenseA neon terrain shooter in the browser | Destructible terrain, particle-heavy rendering, and a wave-based defense loop on a raw canvas with no game engine. QA team: two kids. | React / Canvas / TypeScript |