Launched this week

VibeFrog
Stop describing UI. Point at it.
6 followers
Stop describing UI. Point at it.
6 followers
VibeFrog helps you give AI coding agents better UI context. Hold Alt, hover any element on a page, and click to copy an AI-ready snapshot with structure, styling, and page context. Right-click captures screenshots when visual context matters.





RiteKit Company Logo API
@simongahnsby This is a clever solution to a real friction point in the AI-coding workflow. The Alt+hover interaction feels natural, and including both element context and screenshots covers the main ways developers need to communicate layout issues to their agents. I'd be curious whether you're seeing people prefer the raw context paste or the screenshot approach depending on the type of change they're trying to make.
@osakasaul Thanks Saul, really appreciate that.
From my own experience, the raw context paste is what I use most for general UI changes. It gives the agent the actual element, structure, classes, and surrounding context, so it usually works well for smaller fixes or when I know roughly what needs to change.
The screenshot is more useful when the issue is hard to explain from the code alone, or when the agent doesn’t really “see” what looks wrong. In those cases, a visual reference usually makes the problem much clearer.