Things I’ve built. Some useful, some just fun.
html2md
Aggressive HTML-to-markdown converter for AI agents. Mozilla Readability strips navbars, ads, and footers. Turndown converts the rest to clean markdown. Supports token budgeting, stdin, local files, and JSON output. Built because agents kept drowning in boilerplate.
termstage
Fake terminal demos. Write a YAML file describing the session, get an SVG. No recording, no live shell. Good for README headers and docs.
python-doctor
CLI that gives your Python codebase a 0-100 health score. Security, lint, complexity, dead code, and more. Built for AI agents.
aidoc
Auto-generates documentation for Python projects. Point it at your codebase, get clean docs. Available on PyPI.
quickreadai
Key takeaways from non-fiction books, powered by AI. Try it live.
habithub
A minimal habit tracker for iOS. Built in Swift because I wanted something that stayed out of the way.
tweetSpy
Real-time tweet monitoring dashboard. Track keywords, watch trends unfold.
interactive-dataviz
Interactive data visualization app built with Dash. Reactive charts, clean interface.