Things I Built with AI
Developer tools and full-stack apps — from MCP servers to deal analyzers. Built from real problems, shipped with tests.
Intelligence & Analysis
Extract insights from messy data.
chatlens
LiveCLI that reads your WhatsApp, iMessage, and Telegram chats, categorizes messages by topic using an LLM, and writes structured markdown intelligence reports. All locally on your machine.
- 3 platforms: WhatsApp, iMessage, Telegram
- 3 LLM providers: Claude, GPT, Ollama (fully local)
- Topic categorization + action item extraction
- Prompt injection mitigations + eval framework
- 214 tests across 19 files
Main Street Intel
LiveScore any business-for-sale listing in seconds. Paste a BizBuySell or Flippa URL and get an instant acquisition score with SBA loan math, red flags, and napkin financials.
- Instant deal scoring (0–100)
- SBA 7(a) loan calculator with real tiered rates
- Red flag detection
- BizBuySell + Flippa URL extraction
- Deal database with 100+ scored listings
Code Quality & Safety
Catch problems before they ship.
Developer Productivity
Spend less time on the stuff that isn't your code.
devreap
LiveGo daemon that auto-detects and kills orphaned developer processes — MCP servers, dev servers, headless browsers, ffmpeg. Multi-signal scoring to avoid false positives.
- 5-signal orphan scoring (PPID, IDE, duration, port, TTY)
- 18 built-in process patterns
- MCP config cross-referencing
- LaunchAgent auto-start on login
- macOS notifications on kill
ThinkGate
LiveMCP server that classifies prompt complexity and routes to the right Claude thinking mode automatically. Simple prompts skip extended thinking. Complex ones get it.
- Prompt complexity classification
- Automatic thinking mode routing
- Dual-mode: regex + LLM classification
- Works with Claude Code and Claude Desktop
Claude Sessions
LiveIndexes and searches all your past Claude Code sessions across every project. Find that solution you built three weeks ago but can't remember where.
- Full-text search across all session history
- AI-generated session summaries
- Filter by project, date, or keyword
- Name sessions for easy recall
Read the build stories at build.iteachyouai.com