Refine your workflow.
Export clean code.
A minimalist visual editor for modern developers. Fine-tune layouts, extract assets, and get production-ready Tailwind code instantly.
Live_Lab
Experience Picky_Editor in action.
SELECT ANY ELEMENT ON THE PAGE
Just toggle Inspect Mode and click on any element. You will see the code, can change properties in real time, and copy the result.
Interactive_Boxes
"Here are some boxes, have fun try it out"
Desktop Experience Required
The Live Lab is a complex environment optimized for larger screens. Please visit on a desktop to experience the full interactive demo.
Features
A complete toolkit designed to inspect, edit, and extract website designs directly from your browser's side panel.
How_It_Works
A quick peek under the hood. Here's how Picky.Editor magically reads and manipulates any website in real-time.
The Command Center
Once you open the clean React Side Panel and click "Inspect," the extension wakes up and sends a hidden message to the webpage you're currently viewing, telling it to prepare for scanning.
Invisible Helpers
Tiny Content Scripts are injected into the page. They follow your mouse, casting a neat shadow-box highlight over everything you hover. Using the Shadow DOM ensures they never accidentally break the site's layout!
The DOM Reader
Click an element, and our DOM Reader kicks in. It captures all the exact colors, fonts, and box models, instantly teleporting that raw CSS data back to your side panel so you can see exactly how it was built.
Real-Time Magic
Tweak a layout setting in the panel, and the webpage updates instantly! A background tracker remembers the original state, so you can safely undo your changes. Close the panel, and the background worker ensures a clean exit.