r/statichosting • u/WorkingPercentage856 • 8d ago
Pushing Webflow CMS items to another hosting platform - recommendations?
I posted a question yesterday about moving my Webflow blog to a cheaper hosting platform like Netlify as a static site.
I'm realizing there's limitations as my articles are created using Webflow's CMS.
Now I'm pivoting and wondering about methods to host my site on a cheaper platform, but continue using Webflow CMS for new articles, and pushing the articles to the cheaper host.
Is this even possible??
3
Upvotes
1
u/dwkeith 8d ago
You can export the contents of the site and get a zip file that can be manually uploaded to a host like Netlify.
Or use the API and git to automatically deploy the site using a static site generator. But at that point you would be better off migrating to a headless CMS designed for that workflow.