AgentEcho - Annotate any webpage UI and export feedback as Markdown
by•
Visual feedback annotation tool for developers to place markers on DOM elements and generate AI-optimized Markdown
Replies
Best
Maker
📌
I kept running into the same issue during UI reviews and bug reports: screenshots + long explanations + “that button over there”.
So I built AgentEcho, a Chrome extension that lets you:
hover to highlight elements
click to drop numbered markers on the DOM
write feedback per marker
copy everything as a structured Markdown report (great for GitHub issues + AI coding assistants)
Report
AgentEcho's numbered DOM markers plus selector export is what sets it apart from screenshot-and-arrow tools. Devs can actually query those elements in the codebase. Curious if it captures shadow DOM or just top-level nodes.
Report
Maker
AgentEcho is now available on the Chrome Web Store!!
Replies
AgentEcho's numbered DOM markers plus selector export is what sets it apart from screenshot-and-arrow tools. Devs can actually query those elements in the codebase. Curious if it captures shadow DOM or just top-level nodes.
AgentEcho is now available on the Chrome Web Store!!
Try it: https://chromewebstore.google.com/detail/agentecho/fdkdjnebmcmlhnbecbfefebpdhihdjjb
CreateOS
Simple and effective tool, great work @gustavo_ramirez3!