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
- Cannot delete rows, deleted relationship...
I had defined a two-way relationship between 2 tables, then I deleted the relationship column I tried re-creating the column but I started to get errors about t...
- Github connections in Appwrite sites are...
The connection and repo list are displayed, and selecting a repo yields a success notification but also throws a console error. `Uncaught (in promise) Appwrite...
- Create file is listing files instead of ...
This is a bit strange but, I cannot create files from within a funcion. I have tested with latest SDKs versions of node and python, both instead of creating the...