AI coding tools are getting much better at generating work, but I keep running into a new problem: reviewing the output.
A single task can span implementation plans, API notes, QA checklists, handoff documentation, mermaid diagrams, and HTML previews. These files are often scattered across project folders and mixed with source files, build output, logs, and dependencies.
I built MD+HTML Reader as a small macOS app for this review step. It opens a project folder, filters for Markdown and HTML, presents them in read-only mode, and helps you return to recently viewed or modified documents.
I want to know how others handle it today:



