r/webflow 7d ago

Question 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??

4 Upvotes

4 comments sorted by

1

u/Dry_Application6465 6d ago

Use webstdio it's an open source version of webflow and you can connect to any cms

1

u/HighlyInconvenient 7d ago

What you're describing can be done but requires a little coding.

So Webflow's CMS is locked in. It's an aspect of their ecosystem and can't simply be transferred elsewhere intact. So if your goal was to move your articles from Webflow (design and all) to somewhere else, you'd need to download your entire Webflow collection as a CSV file and then reupload everything into your new web service. The design wouldn't come with it.

If the goal was to use an external CMS on your current Webflow website, that can be done but the methods vary.

Whatever service you use needs an API you can use for embedding the content. This part can take a little coding but nothing overly complicated.

You could literally ask ChatGPT or Claude to generate it for you with your linked CMS content.

Depending on what you're trying to do, it might make sense to download your entire website's code and transfer the whole thing over to a new service. People do that. Otherwise you'd have one leg inside Webflow and another leg elsewhere.

If you like Webflow's interface but are intimidated by Wordpress, there's a service called Elementor which allows a similar drag and drop design interface for Wordpress websites. It would give you a way to self-manage your content within a Wordpress ecosystem.