Independent Designers / Editors can edit Project A, B, and C simultaneously, with a limit of one designer per project at the same time.
Project Goal
Consolidate hosting and ssl requirements to one hosting domain and remove sub-domains with the ability for 3 designers to design in 3 projects on one domain.
But now with Cloud Cannal It seems you can build with webflow and use bubble to build backends.
In an ideal world. I would love to have just one domain. No sub-domains. Full control the design in webflow. And only use bubble to setup the web application backend.
We really need to look at this also. I’m blown away that there is not the capacity to have multiple designers working on one project. We have a small team… imagine anyone with a bigger team trying to work even a relatively simple site… Doesn’t make any sense.
Absolutely, you can achieve this setup using Cloudflare Workers as a reverse proxy. Here’s how it would work:
www.website.com (Project A)
www.website.com/forum → forum.website.com (Project B)
www.website.com/orders → orders.website.com (Project C)
Here’s what you need to know:
Hosting: All three projects will still be hosted by Webflow individually (3 different Webflow hosting plans). This means you maintain the flexibility and features of Webflow hosting for each project.
SSL and Reverse Proxy: Cloudflare will handle both the SSL certificate for your main domain (the one we are calling the ‘master project’) and the reverse proxy functionality to route its subfolders to the other Webflow projects.
Designer/Editor Access: Since these are separate Webflow projects, your designers and editors can work on Projects A, B, and C independently and simultaneously. Webflow’s collaboration features will work as normal within each project.
To set this up:
Keep your projects as they are in Webflow
Set up a Cloudflare Worker to handle the routing
Update your DNS settings in Cloudflare
The Cloudflare Worker will direct traffic to the appropriate Webflow project based on the URL path, while maintaining the appearance of a single domain to your users.
This approach allows you to consolidate your domain structure without losing the benefits of separate Webflow projects. Let me know if you need any clarification or have more questions!