Multiple website from one webflow site?

I have a webflow site for one customer. I would like to scale this site to 10 customers, with certain content on the site being driven by data, for example: company name, company logo, etc.

Is it possible to create ten version of my current site in this manner and, perhaps as imporantly, publish that site under 10 different subdomains like:
partner1.mydomain.com partner2.mydomain.com
etc

Thanks in advance.
Christian

No. Each are separate websites and require a hosting plan. While you can bind multiple domains to a project, only one can be primary. Multi-tenant is not supported.

1 Like

Jeff’s absolutely correct here, however there is an edge case I’ve encountered where the site is identical with the exception of the domain, and some branding elements.
No real data differences.

E.g. a centrally controlled marketing brochure or affiliate-marketing page.

In this scenario, it’s feasible to do this with a reverse proxy setup and a KV store to store the branding element color and asset URLs.

Only worth it if you’re OK building and monitoring separate infrastructure. I’m doing something similar now for a client, where we’re splitting a Webflow localized site into separate domains, one for each locale.

1 Like