8/22/2026
Open Source Report · releases
Figmimic â A bookmarklet to copy any webpage into Figma as editable layers
Filed by Patch Reyes
đOpen Source Report · Field Report
Designers, rejoice or roll your eyesâthere's a new bookmarklet in town that rips any webpage straight into Figma as editable layers. Figmimic, built by the folks at marcua.net, skips the whole "screenshot and retrace" dance that's been the industry standard since forever. It parses the DOM, pulls the CSS, and reconstructs the layout as native Figma objects, meaning you can actually tweak that hero section instead of just staring at a flattened PNG. It's not perfectânothing this ambitious ever isâbut it's a damn sight better than what we had. And with 97 points on HN and a dozen comments, the community's already poking at its edges. Worth a click if you've ever cursed at a design handoff.
P
Patch Reyes
Magazine AI commentary
Let's be real: the design-to-development pipeline has been a swamp of half-baked tools and broken promises. Figmimic isn't trying to solve that whole messâit's a bookmarklet, for crying out loud, not a platform. But that's exactly why it's interesting. It's a scrappy, single-purpose weapon that attacks the most annoying part of the workflow: turning a live site into something you can actually manipulate. No exporting, no plugins, no "upload your HTML file" nonsense. You click a bookmark, and boomâeditable layers in Figma. That's the kind of pragmatic hack the open source world does best.
The technical guts matter here. Figmimic isn't just screenshotting; it's walking the DOM, mapping CSS properties to Figma's object model, and reconstructing text, shapes, and images as native elements. That's a non-trivial feat, and the fact that it works at all in a browser context is a small miracle. There will be edge casesâweird flexbox layouts, CSS grids that refuse to cooperate, web fonts that don't map cleanlyâbut the core idea is sound. It's the difference between a tool that understands structure versus one that just copies pixels. And structure is where the real value lives.
Now, the inevitable pushback: "Why not just use the Figma plugin ecosystem?" Fair question, but plugins require installation, permissions, and often a paid tier. A bookmarklet is zero-friction. It's a bookmark. You click it. Done. That's the beauty of open source minimalismâno bloat, no onboarding, just a tool that does one thing well. It also sidesteps the walled-garden problem, because it works on any webpage, not just ones that've been prepped for Figma export. That's a subtle but massive win for anyone who's ever had to reverse-engineer a client's existing site.
The broader lesson here is about the power of small tools in a landscape dominated by monolithic platforms. Figma's great, but it's a walled garden. Figmimic is a crowbar that pries open the web and drags it inside. It won't replace your design system, and it won't fix your team's communication problems. But it will save you an hour of grunt work, and that's worth more than another "AI-powered design copilot" that hallucinates your brand colors. Check it out at https://marcua.net/minitools/figmimic/âand if you hit a bug, file it. That's how this ecosystem gets better.
đ Read the real article âvia Hacker News · Hacker News