Is it possible to use an outside hosting service instead of Webflow's hosting service for my basic 6-page personal portfolio website? If so, what is the step-by-step process to do so and would this mean I don't have to pay Webflow's monthly fee?

TL;DR
  • Design your site in Webflow, then use the Export Code feature to download HTML, CSS, JS, and assets.  
  • Upload the files to an external host (e.g., Netlify, Vercel), point your domain’s DNS to that host, and manually configure forms or CMS if needed.

Yes, it’s possible to host your Webflow-designed site externally using the Export Code feature. However, this option has limitations and implications for Webflow's functionality and pricing.

1. Design Your Site in Webflow

  • You can build your entire site in Webflow’s Designer without needing a hosting plan.
  • You’ll have access to all layout tools, CMS (temporarily), and design features while in the free Starter workspace.

2. Export Your Website Code

  • Click Export Code (arrow icon in the top-right corner of the Designer).
  • This downloads a .ZIP file with HTML, CSS, JS, and image assets.
  • Note: Webflow CMS, forms, dynamic content, site search, animations depending on interactions, and ecommerce features will not function externally unless manually replicated or rebuilt.

3. Choose and Set Up an External Host

  • Choose a hosting provider such as Netlify, Vercel, GitHub Pages, Hostinger, Bluehost, or GoDaddy.
  • Upload your exported files using the host's interface, FTP, or Git deployment (e.g., using Netlify Drop or GitHub + Netlify).
  • Ensure that your primary index.html is in the root folder.

4. Link Your Custom Domain to External Hosting

  • Configure DNS settings in your domain registrar to point to your host’s records (not Webflow’s).
  • Each host has specific A and/or CNAME records that need to be set at your domain provider (e.g., GoDaddy, Namecheap).

5. Optional: Set Up Forms and Dynamic Features

  • Webflow forms won’t submit outside of Webflow’s hosting.
  • To use forms, integrate a third-party form handler like:
  • Formspree
  • Formsubmit.co
  • Google Forms
  • CMS features must be rebuilt using a headless CMS (like Contentful) or static content.

6. Webflow Pricing Implication

  • You do not need to pay Webflow’s hosting fees (no Site Plan) if you export and host externally.
  • You only need a Workspace plan if your site exceeds the Starter limits (e.g., more than 2 unhosted projects or requires code export in a team setting).
  • Free accounts can still export code from unhosted projects within limitations.

Summary

Yes, you can export your Webflow site and host it elsewhere to avoid Webflow’s monthly hosting fee. Use the Export Code feature, upload it to a third-party hosting provider, connect your domain, and manually handle forms or dynamic features if needed. This is ideal for simple static sites like a 6-page personal portfolio.

Rate this answer

Other Webflow Questions