Webflow’s CMS can manage content efficiently, but it is limited to one CMS per project and does not natively support automatic synchronization across multiple sites using a CSV file. Here's a breakdown of how it works and what your options are:
To simulate shared content or automatic updates, you can use external solutions:
Use a Google Sheet + Make (Integromat) or Zapier:
Store your data in a Google Sheet.
Set up a workflow using Make or Zapier to update CMS entries in multiple Webflow sites using the Webflow CMS API.
This allows you to "push" updates to both projects when the sheet is updated—either manually or on a schedule.
Use the Webflow API Directly:
If you have development resources, you can write a script (e.g., using Node.js or Python) that:
This approach allows more control and automation but requires technical expertise.
Webflow cannot natively serve as a CMS for two sites or automatically update both via CSV. However, with external automation tools or custom scripts using the Webflow API, you can update multiple CMS collections across different sites from a shared data source like a CSV or Google Sheet.