AI coding tools are getting much better at producing work, but I keep running into a new problem: reviewing the output.
A single task can leave behind implementation plans, API notes, QA checklists, handoff docs, Mermaid diagrams, and HTML previews. These files are often scattered across project folders and mixed with source files, build outputs, 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, renders them in read-only mode, and helps you return to recently viewed or changed docs.
AI coding tools produce useful docs, but reviewing them can get messy. One task can leave plans, API notes, QA checklists, handoffs, diagrams, and HTML previews scattered across project folders and buried under source files, builds, logs, and dependencies.
MD+HTML Reader gives you a focused macOS workspace to review generated Markdown and HTML in read-only mode before the next prompt, commit, or handoff.