Select
Click the element you mean
Hover, select, and send exact element context to the coding agent instead of describing the page from memory.
Layrr
Layrr turns the browser into a visual code editor for local web apps. Select an element, describe the change, and let an AI coding agent update the source files in your repo.
Problem
You can see the issue in the browser: the button is too wide, the copy is wrong, the spacing is off, or the component needs a small behavior change. The slow part is finding the right file, line, and context before a coding agent can make a useful edit.
Layrr sits between your browser and dev server. It injects a small overlay, maps clicked elements back to source, and gives the selected code location to the agent with your instruction.
Workflow
Select
Hover, select, and send exact element context to the coding agent instead of describing the page from memory.
Edit
Ask for copy, spacing, color, layout, or component tweaks while Layrr keeps the target source location attached.
History
Layrr commits successful edits with a [layrr] prefix, so you can inspect history and move back when needed.
What It Handles
Click one element or Shift+click several. Layrr carries the selected DOM and source context into the edit.
Framework metadata and file search help map clicked elements back to the code that rendered them.
Successful edits are committed with a [layrr] prefix so you can inspect or revert.
Layrr snapshots the repo before the agent runs and avoids staging pre-existing dirty files.
Frameworks
Agents