Can I ship my app to production with appwrite cloud
Appwrite Cloud is currently in public beta
Consequently it could face some instabilities/downtime and in the worst case data loss (improbably, since they make backups). Unless you have a really small app and you don't care about what's mentioned, use appwrite cloud
If not, you can self-host appwrite really easily in digitalocean. There's one-click installation tool: https://marketplace.digitalocean.com/apps/appwrite
Note you should have the droplet that has 2gb of ram since it's the minimum required.
You can lately migrate to cloud after beta if you want, from self-hosted
Recommended threads
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...