No technical skills needed. Just a URL and 10 seconds.
Paste the full URL of the website you want to clone into the input field on our clone page.
Select Fast Mode for simple sites (blogs, docs, static pages) or Accurate Mode for JavaScript-heavy SPAs and dynamic content.
Adjust download depth, max pages, and resource filters. Or just go with defaults — they work for most sites.
Hit the download button. Our engine processes the site — typically in seconds for Fast Mode, a bit longer for Accurate Mode.
Open the ZIP file, extract the contents, and open index.html in any browser. The site works completely offline.
Built for speed, accuracy, and privacy.
Vanilla HTTP requests fetch the page and all linked assets. HTML is parsed, CSS is scanned for @import and url() references, and every resource is downloaded and rebased to relative paths.
Playwright launches a headless Chromium browser that fully renders the page, executes JavaScript, and waits for network idle. The complete DOM and all resources are serialized to disk.
All absolute URLs (src, href, url(), @import) are rewritten to relative paths. The ZIP preserves the directory structure so the site works offline with zero configuration.