Clone any website into ready-to-edit HTML
Paste a URL and CloneCraft grabs the page, its stylesheets, scripts, fonts, and images, rewrites every link, and hands you a tidy downloadable package.
Works on most public pages. Assets are bundled into a ready-to-open HTML package.
Everything a page is made of, neatly packed
CloneCraft does the tedious work of crawling and rewiring a page so the copy actually loads on its own.
Every asset captured
Stylesheets, scripts, fonts, icons, and images are downloaded and bundled alongside the page.
Links rewritten for you
Asset paths are pointed at the local copies and CSS url() references are resolved automatically.
One clean package
You get an index.html plus an assets folder, zipped and ready to open anywhere offline.
Fast and lightweight
Pages are fetched and processed server-side in seconds, with smart limits to keep it snappy.
Inspect and edit
The output is plain HTML and CSS, so you can study a layout or remix it in any editor.
Graceful by default
Assets that cannot be saved keep their original links, so nothing silently breaks.
From link to local copy in three steps
Paste a URL
Drop in any public web address. CloneCraft fetches the live page exactly as it is served.
We collect the assets
The page is parsed and every stylesheet, script, font, and image is pulled down and rewritten.
Download the package
Grab a zip with the HTML and an assets folder, ready to open, study, or host yourself.
Questions, answered
What exactly do I get when I clone a site?+
A zip file containing index.html and an assets folder with the stylesheets, scripts, fonts, and images that the page references. Open the HTML file and it loads from those local copies.
Will every page clone perfectly?+
Static and mostly-static pages clone very well. Pages that build themselves heavily with JavaScript after loading, or that block automated requests, may come through partially. Anything that cannot be saved keeps its original link so it still loads online.
Is there a size limit?+
To keep things fast, each clone captures up to a set number of assets and skips very large individual files. The rest of the page still comes through intact.
Should I clone sites I do not own?+
CloneCraft is built for learning, archiving your own work, and inspecting how pages are built. Always respect copyright and the terms of any site you capture.