Remix.run Logo
Harro123 a day ago

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.

alexgoodhart a day ago | parent | next [-]

It doesn’t have any functional preservation though right?

Harro123 16 hours ago | parent [-]

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

zionsati a day ago | parent | prev [-]

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

Harro123 16 hours ago | parent [-]

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