Seperate Domains - 1 App - Multi-Tenant(?) - WeWeb + Xano

Hey,

I’m new to weweb but am working my way through the academy and am really loving the possibilities.

I’m planning/designing an app and want organisations to have their own subdomain. e.g. org1.app.com, org2.app.com.

Any pointers on how I can build this using Xano? or if another backend is needed?

It is possible, but it requires external services, or quite some technical knowledge.

You would need to create that subdomain programmatically based on user input through an external service (API) of your domain registrar and link that via a CNAME entry to your WeWeb site.

You can’t have (point) multiple domains on one WeWeb project by default. You need to use external services or write your own scripts/reverse proxy.

CoAlias will allow for this to work.

1 Like