Hi Fellow Devs and Weblfow Experts & Moderators:
Our company has an eCommerce web site built on Next.js that we host on a major cloud provider. We would like to enable our UX Designers with the ability to build Landing Pages within Webflow with the goal of integrating these pages into our Next.js website via Webflow APIs that return fully rendered HTML.
The goal is to design and build pages (and components) all within Webflow and directly render their representation as HTML via an API integration. The ability to do so would be a game changer becuase it would remove the need for Engineers to (re)build carbon copies of each page and component in code (JSX).
I’ve tried the method described below in the Medium article with our web site but the current set of documented APIs appear to only return JSON (metadata) – rather than HTML – and require each page and component to be modeled. Is there a way to accomplish what we are aspiring to do that mirrors what is alluded to here in this article?
Aside: I see mention of Devlink but that doesn’t appear to be exactly what we were looking and appears to be a BETA rollout.