Everything you need to get started with Layrr
Get Layrr up and running in minutes
Install Layrr with a single command:
curl -fsSL https://layrr.dev/install.sh | bash
Alternatively, clone the repository and run make install to place the binary at /usr/local/bin/layrr.
macOS (Intel or Apple Silicon)
Go 1.21 or later
Must be installed
Running development server
Make sure your local dev server is running (e.g., npm run dev, vite, next dev)
Launch Layrr in the directory where your code runs
layrr
Layrr automatically opens your default browser with visual editing enabled
Click, drag, and edit. Every change updates your code automatically
Four powerful ways to work with your code
Select elements and manipulate position and size with immediate visual feedback. Features include:
Upload design mockups from Figma, Sketch, or any design tool and let Claude generate production-ready components. Features include:
Click any text element to edit it directly in the browser. Perfect for quick content updates without hunting through files.
Drag rectangular selections around any part of your interface and describe what you want in plain English. Claude handles the rest.
Understanding Layrr's architecture
Layrr operates as a reverse proxy that intercepts your development server requests. It injects browser-side scripts and maintains WebSocket communication channels for real-time updates.
Built-in file watching triggers automatic browser reloads upon code modifications, ensuring you always see the latest changes instantly.
Claude Code CLI processes all changes via streaming JSON output, providing intelligent code modifications that respect your framework and styling conventions.
Built with the Bubble Tea framework, Layrr provides a modern terminal interface with support for multiple development servers and real-time status updates.
Free forever, licensed under AGPLv3
Layrr is licensed under the GNU Affero General Public License v3.0. This means you can use, modify, and distribute Layrr freely, as long as you:
Join developers who are building faster with Layrr