Launched this week

Agentation
The visual feedback tool for AI agents
602 followers
The visual feedback tool for AI agents
602 followers
Agentation turns UI annotations into structured context that AI coding agents can understand and act on. Click any element, add a note, and paste the output into Claude Code, Codex, or any AI tool.








The click-to-annotate approach is what I've been wanting tbh. I spend way too much time trying to explain to coding agents which exact element needs changing, and half the time they still get it wrong.
Curious how it handles dynamically rendered stuff though? Like components behind a toggle or things that only show on hover?
Numok
Great tool! Curious if this couldn't just be a Chrome extension. I'm not a fan of npm so I might be biased, but seems it could work just as good with a lower friction to install it.
Congrats on the launch!
how does it handle errors or failed tasks?
this is exactly what we've been missing. we use Claude Code daily and the biggest friction is always translating "fix that button" into precise technical context. being able to click and annotate the actual UI elements then paste structured output sounds like a game changer. how detailed does the context get - does it capture CSS selectors, component hierarchies, that level of detail?
MacQuit
This solves a very real problem. When I'm working with Claude Code on UI tasks, the hardest part is describing which element I want changed and how. I usually end up writing long descriptions like "the button in the top-right corner of the second card" and hoping the agent understands. Having structured annotations with actual selectors and component hierarchy would make that so much more precise.
The React component detection is especially useful. Being able to point at a UI element and immediately see which component renders it saves a ton of time compared to manually tracing through the source code.
Quick question: does the MCP integration work with Claude Code specifically, or is it more of a general MCP server that any compatible client can connect to?
Thanks for launching, Agentation team! When we annotate a component and feed it to Claude Code, can we keep a history of annotations so the agent knows when the DOM changed? I'd love to see how you handle selector drift.