alt.hn

8/1/2026 at 9:31:40 PM

Show HN: Copy any website pixel perfect

https://github.com/HarKro753/claude-copy

by Harro123

8/2/2026 at 9:25:11 AM

I can't see a real world use case for this.

If you actually want to make something worth the effort, you'll have to make it responsive and accessible, along with actually implementing whatever functionality your project needs.

At that point, it seems guaranteed to be more work to try to make all that happen with a visually "perfect" but implementationally soulless clone than to just mimic the design while building out your interface.

by cure_42

8/2/2026 at 2:51:06 PM

you take it as a base. You have a really solid design system for your dashboard and build on top of it. Adding responsive design and hooking it up to a database is so easy with claude code. But getting an actually good design direction is hard af

Your design naturally will not look like a clone because you have entirely different requirements. Its just about having a good design start.

by Harro123

8/1/2026 at 10:38:31 PM

hi guys I built this tool, its actually working way better than i ever expected. I had the problem a lot that i tried to copy a certain ui but the agent just massively hallucinated. I simply implemented evrything around a single feature.

The agent renders the actual image of the created web page, and checks the actual diff against the original.

Thus the agent is literally forced to iterate till its done.

Right now its still taking some time to be done. So I wish that some smart minds improve the algoirthm and make it quicker and more efficient.

I also cloned some other websites just for testing purposes with anonymized logos. But i am not sure if i can upload all due to copyright risks. Its literally 1 to 1 so idk.

by Harro123

8/1/2026 at 11:16:09 PM

It doesn’t have any functional preservation though right?

by alexgoodhart

8/2/2026 at 10:37:17 AM

no function exactly, it preserves hover states and just a static screenshot. However you can copy multiple pages as a react project and the sidebar would work. But all would be static.

I have created a clone of doppler full interactive aswell with multiple pages but idk if i can share that legally

by Harro123

8/2/2026 at 12:03:45 AM

How does it handle dynamic complex sites E.g. webapps.

by zionsati

8/2/2026 at 10:40:17 AM

it copies each page statically. You can input multiple pages and it will copy each page separately.

e.g. stripe.

you do one screenshot for dashboard, one capture of billing, settings and so on. Each a separate page.

it then creates for each page a separate html file pixel perfect of that respective screenshot

by Harro123

8/1/2026 at 10:46:59 PM

What's the intended use case? Porting from framework A->B?

Does it handle responsive design? Keeping the same breakpoints etc?

by mathieudombrock

8/2/2026 at 10:15:56 AM

This would be great for scammers

by Linkd

8/2/2026 at 10:38:17 AM

Tools can be misused all the time unfortunately. Claude code is also great for scammers

by Harro123

8/2/2026 at 10:39:14 AM

no it only copies exactly one resolution. However if one person were smart it could implement 3 screenshots which it would adapt to in parallel and check each screenshot. This would preserve scaling. However i havent impelemtned that yet

by Harro123