Help center

Billing & account

Hosting your site after a buyout

What's in your downloaded site files, and how to put them online.

When you buy out your site, we email you a zip of your complete site. Here is what's inside and how to host it yourself.

What's in the zip

  • Every page of your site as a standalone HTML file.
  • All styling and scripts are built into each page — nothing else to wire up.
  • A README with these same instructions.

Putting it online

These are plain static files. They work on essentially any web host:

  1. 1Unzip the folder on your computer.
  2. 2Open index.html in a browser to preview it locally.
  3. 3On Netlify or Vercel, drag the unzipped folder onto the dashboard to publish it.
  4. 4On Cloudflare Pages, GitHub Pages, or a traditional web host, upload the files as-is.
  5. 5Point your domain at your new host following their instructions.

A note on images

Photos are referenced by web address and keep loading as normal. If you'd rather bundle them into your folder, save each image and update the matching image tags in the HTML.

Stuck on any of this? Email hello@bizrangr.com — we're glad to help even after a buyout.