
Multi-Select is here: Stop fixing UI one element at a time
Multi-Select is here. Stop fixing your UI one element at a time like it's 2024. Select multiple elements. Give each one instructions. Hit go. Frontman edits them all in one shot. That button that's 2px off? The header that says "Untitled"? The card that looks weird on mobile? Select all three, describe what you want, and get back to your coffee while Frontman rewrites the actual source code. How it works: Click elements in your running app (hold Shift to multi-select) Add instructions to each — "make this bold", "fix the padding", "change copy to X" Frontman generates real code edits for all of them with hot reload No more context-switching between browser and editor for every tiny fix. Batch your nitpicks. Ship faster. Why this matters Most AI coding tools work blind. They can't see your running app, your actual DOM, or how your changes look in the browser. So you're stuck in this endless loop: Switch to editor Describe what you want to change Switch back to browser See if it worked R
Continue reading on Dev.to Webdev
Opens in a new tab

