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
- SMS OTP not delivered to Australian (+61...
Hey team! I'm having an issue with SMS OTP delivery to Australian phone numbers in my Appwrite Cloud project. What's happening: account.createPhoneToken() co...
- Deploying to Sites will not work. NextJS
It’s been many times I have attempted to deploy to Appwrite and it’s always failed. The deployment itself works, the logs show it works perfectly, however when ...
- Team Preferences Invisible on Console
Hello, I got the problem that team preferences are not visible within the Appwrite console. I did an API request to verify that there are preferences set and on...