Hosting Hybrid app

Has anybody worked on and published a webflow Hybrid app. I want to know if an Hybrid app can be bundled and uploaded thesame way we upload a Designer Extension app or do I have to host the Data Client separately.

Hey Doyin, a “hybrid app” is an App that consists of both App building blocks: the “designer extension” and “the data client”

Designer extensions are composed of client-side code that you provide via a bundle which we host on the Webflow CDN

Data clients call the Webflow REST APIs and require a service component for handling the OAuth handshake.

As of now, you’ll need to host your own Data client. We have several examples that you can adapt and run here: Webflow Examples · GitHub

1 Like

Ok thank you. May I suggest adding this information to the docs.

2 Likes