A browser inspector for front-end builders
Capture a live interface. Leave with code you can use.
Select an element on a page you are viewing and turn it into clean HTML and CSS. Pro adds Tailwind, React and design-token exports, plus focused AI tools for the CSS you choose to send.
- Free
- Inspector, HTML, CSS and a private local capture library
- Pro
- More exporters, AI tools and the detached inspector
- Runs
- Only when you invoke it on the current browser tab
export default function Button() {
return (
<button className="action">
Get started
</button>
)
}
Ready to review and copy