Yes, Webflow allows you to export your site's HTML, CSS, JS, and assets for external hosting. Here’s a step-by-step guide to export your Webflow site and host it on platforms like GoDaddy or Amazon S3.
1. Export Your Webflow Site
- Open your project in Webflow Designer.
- Click the Export icon (top-right corner, next to the Publish button).
- In the modal, click Prepare ZIP.
- Once ready, click Download ZIP. This file contains your site's HTML files, CSS, JavaScript, images, and other assets.
Important: You cannot export CMS or eCommerce features for use outside of Webflow. Static content only.
2. Unzip and Review Files
- Unzip the downloaded folder on your computer.
- Review files like
index.html
, /css/style.css
, and /js/webflow.js
to ensure everything looks correct. - Ensure image files and assets are within the
/images
folder.
3. Hosting on GoDaddy (Shared Hosting)
- Log in to your GoDaddy account.
- Go to My Products > Web Hosting and open cPanel.
- Open the File Manager.
- Navigate to the public_html folder.
- Upload all extracted HTML, CSS, JS, and image files into this folder.
- If there's already a default
index.html
file, delete or replace it with the one from Webflow.
4. Hosting on Amazon S3 (Static Hosting)
- Log in to the AWS Management Console.
- Navigate to S3 and create a new bucket with your domain name.
- Enable static website hosting in the bucket settings.
- Upload all files from your extracted ZIP into the bucket.
- Set index.html as the default document.
- Update bucket permissions and set a bucket policy to make the site public.
- For custom domains, you’ll also need to configure Amazon CloudFront and Route 53, or point your DNS from another registrar.
5. Set Up Domain and DNS (If Needed)
- If using your own domain, point DNS records to your hosting provider (GoDaddy or AWS):
- On GoDaddy, domain and hosting may be bundled — in that case, no action required.
- For Amazon S3, configure Route 53 A record (alias) or a CNAME if using CloudFront.
Summary
To export a Webflow site for hosting on GoDaddy or Amazon S3: Download the HTML export from Webflow, then upload the unzipped files to your external host’s file manager (GoDaddy) or S3 bucket (Amazon). CMS and dynamic features will not be included, so ensure your site is fully static.