Guide

How to clone a website in 5 steps.

No technical skills needed. Just a URL and 10 seconds.

01

Enter the URL

Paste the full URL of the website you want to clone into the input field on our clone page.

02

Choose your mode

Select Fast Mode for simple sites (blogs, docs, static pages) or Accurate Mode for JavaScript-heavy SPAs and dynamic content.

03

Configure options

Adjust download depth, max pages, and resource filters. Or just go with defaults — they work for most sites.

04

Click download

Hit the download button. Our engine processes the site — typically in seconds for Fast Mode, a bit longer for Accurate Mode.

05

Extract and view

Open the ZIP file, extract the contents, and open index.html in any browser. The site works completely offline.

How the technology works.

Built for speed, accuracy, and privacy.

Fast Mode

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.

Accurate Mode

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.

Asset Rebasing

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.