Hi everyone 👋
I'm building a website builder SaaS using Appwrite Cloud Functions My architecture relies on users connecting their own custom domains via CNAME to my Appwrite Function, which renders their site.
I have 3 critical questions:
- Is there a hard limit on the number of custom domains I can add programmatically via the API? (I aim to support thousands of domains).
- Does Appwrite Cloud automatically provision and renew Let's Encrypt certificates for all these dynamic user domains, or is this feature intended only for a few static project domains?
- Is there an additional cost per custom domain?
I need to confirm this architecture is viable on Cloud before scaling, or if I should look into a reverse-proxy solution. Thanks!
Recommended threads
- Function executions not getting logged b...
Hello, I have just upgraded on a self-hosted 1.8.1 to 1.9.0 and I have a strange bug where my functions are no longer showing executions in the console, howeve...
- SMS - Github Student Pack
I have a project on Appwrite Github Student Pack but unable to send any message as I get error: "Phone authentication limit for your organization has exceeded. ...
- Cloud Function Deployment Issue – Timeou...
Impossible to deploy a function for more than an hour. My project ID is: 69cc7a82000b42b8f5e2 Here's the error I get after waiting 15 minutes: Synchronous funct...