The main use case: when reviewing AI-generated documentation or collaborating on technical writing, I wanted a way to add line-specific feedback without modifying the original file.
Key features: - Add comments to specific lines by selecting text - Comments are stored separately (not in the markdown) - One-click copy of all comments as structured feedback - Hot reload when files change - Dark mode, tree view for directories
I use it to review docs generated by AI agents (Claude Code, codex, etc.) and paste the comments back as feedback for the next iteration.
Built with React, Hono, and Vite. No account or cloud service required - runs entirely locally.
npm install -g md-review