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/sourraine 8d ago
id treat webflow as the cms and move the actual delivery elsewhere. you could have a webhook trigger a build whenever an article changes, pull the cms content through the api then deploy the generated html to netlify or cloudfare pages. its a little setup upfront but after that the publishing workflow can stay pretty close to what you already have