Let’s say you build a Project that is to be used by multiple clients. Essentially it’s one project (though they could be separate while using the same APIs/DB) and you want to hook up the domain of your clients.
Imagine you built a messaging tool. Your clients want to use it with their customers to showcase their brand.
The client A domain is chat.theclient-a.com
The client B domain is chat.theclient-b.com
You don’t really want them to point their domain to the WeWeb (DNS step) as the hope is to build your brand. Instead, you’d want them to point their DNS to YOURs, somehow.
Can this be accomplished? Can you have myapp.theclient-a.com (CNAME record) point to a app without using the WeWeb DNS? And can both Client A and Client B point to the same place?