Bi-Directional Sync
Webflow & WordPress.
Keep your public site in sync with internal truth. WUF detects outdated pricing, features, and terms on your CMS and auto-patches them.
Site Crawling
We crawl your sitemap.xml to index every public page. We detect drift between your docs and your landing pages.
Auto-Patching
When a fact changes (e.g. 'Pro Plan is now $29'), WUF generates a patch for every CMS page mentioning that price.
Draft Mode
Patches are pushed as Drafts or Staged Changes. Your content team approves them before they go live.
Headless
CMS API Integration
Webflow API v2 for CMS Collection updates
WordPress REST API for Post/Page updates
Contentful Management API for entry patching
Ghost Admin API for newsletter consistency
webflow-patcher.ts
const
patchItem =
async
(collectionId, itemId, fields) => {
await
webflow.items.updateItem({
collectionId,
itemId,
fields: {
...fields,
_draft: true // Safety first
}
});
}
Stop manual copy-pasting.
Ensure your website always reflects your latest product specs and pricing.