I'm a Front end developer I created an open-source application where I use Appwrite as a backend service, and now I want to host the Appwrite somewhere for free, is there any way to do it?
VPS providers like gcp and digitalocean provide some free credits
you can apply for appwrite cloud as well it is in private beta currently
I want something that are free because I don't have access to credit card now, that's why I'm finding which are free.
I don't know of any VPS providers which have non credit card free tiers
Maybe you can try Oracle always free tier virtual machine and install appwrite there, that might be free
oracle cloud but only 1gb ram its the problem
Better to buy a vps on this cloudfanatic.net page very cheap and so good so far
you can have actually more than 1gb of ram with free tier of oracle
Yes but I only get out of capacity in processor amperage
Well I have no issues for me, I'm hosting appwrite on it for multiples small project and it's working fine
Great, I think it's good to choose a region of the USA. I think there's more processor capacity.
I did not know that, On EU it's fine for me ^^
Too bad I can't change region
Recommended threads
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Send Email Verification With REST
I am using REST to create a user on the server side after receiving form data from the client. After the account is successfully created i wanted to send the v...
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...