Clone any website,download the whole thing.
Paste a URL and Cloneforge follows its sitemap, pulls every page, downloads the assets, and hands you a clean HTML bundle you can open offline or re-host.
How it works
Three steps from URL to a downloadable copy
Paste the address
Drop in any public website URL. Cloneforge connects and looks for its sitemap.xml to map out every page.
It clones everything
Each page is fetched, then stylesheets, scripts, fonts and images are downloaded and rewired to load locally.
Download the bundle
You get a single zip of ready-to-open HTML. External images stay as their original links, just as they were.
Features
Everything you need for a faithful copy
Sitemap-aware crawling
Reads sitemap.xml and sitemap indexes to find every page automatically. No sitemap? It crawls internal links instead.
Real assets, localized
Stylesheets, scripts and fonts are downloaded and re-linked so the copy looks and behaves like the original, offline.
External images untouched
Images hosted on other domains are kept exactly as they are, still pointing to their original source links.
Clean folder structure
Pages keep their URL paths and link to each other locally, so the whole bundle is browsable from index.html.
Plain HTML output
No framework lock-in. You get static HTML, CSS and JS in a zip you can host anywhere or study line by line.
Live progress
Watch every page and asset stream in through a real-time console as the clone is built in front of you.
FAQ
Questions, answered
How does Cloneforge find all the pages?+
It first looks for the site’s sitemap.xml (and sitemap index files) to discover every listed page. If there is no sitemap, it falls back to crawling the internal links it finds on the homepage.
What happens to images and other assets?+
Stylesheets, scripts, fonts and same-site images are downloaded and re-linked so they load from the bundle. Images hosted on other domains are left as their original external links, exactly as they appear on the source.
What format is the download?+
A single zip file containing static HTML, CSS, JS and assets. Open index.html in any browser to view the copy offline, or upload the files to any host.
Are there any limits?+
To keep things fast, a clone covers up to roughly 30 pages and a capped amount of assets per run. Very large sites are trimmed to stay within that budget.
Can I clone any website?+
Cloneforge works with public pages. Content behind logins, paywalls or aggressive bot protection may not clone fully. Only clone sites you have the right to copy.