trending

6h ago

How do you review the docs your AI coding tools generate?

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.

I m curious how others handle this today:

6h ago

MD+HTML Reader - Review AI-generated Markdown and HTML in a focused workspace

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.