Export a Website to HTML, CSS and JS Files

Developers regularly need a site's real, rendered files: to migrate a client off a website builder, to audit what is actually shipped, or to rehost a static copy. Browser dev tools show the files but will not package them.

Run a full mirror

The mirror downloads each page's HTML plus every referenced stylesheet, script, image and font, including files hosted on CDN domains.

Get rewritten, portable files

Absolute CDN URLs are rewritten to relative local paths across HTML, CSS and JS, so the folder works from file://, localhost or any host.

Drop it into your workflow

Commit the export to git, deploy it to a static host, or use it as the starting point of a rebuild.

The output is deliberately boring: standard files, standard structure, no proprietary formats. That is what makes it useful.

Ready to download a website?

Paste a URL on the homepage tool and get a ZIP in about a minute.

Start a free export
Related guides