Hey i have this doubt that if i close my docker my flutter apps wont work what cab i do to keep appwrite running?And is it paid? #appwrite
Can*
Hi π , Our advice would be to keep the server running and/or use Appwrite Cloud when it is released, you can try joining out beta program here https://appwrite.io/cloud. Talking about paid/free, the Cloud will have a generous free tier but paid ones too.
Thankyou
Jyoti
Hey there π Appwrite is free and open source. That means, there is no fee that you pay to us.
Sadly, every backend requires a server to run on. You can buy such a server from DigitalOcean, Vultr, ... There are many, and such a server renting costs around 10$/month.
I am saying that because Appwrite is backend and that means it must run on a server. So if you plan to run Appwrite on production, you will have to rent such a server. (your PC is replacing the server when in development mode).
As Jyoti mentioned, we try to make this even easier, and provide Appwrite Cloud. That would mean that we have a HUUUUUGE server and we take care of it. That way you would pay directly us and you don't need to worry about maintaining your own server. Of course, fully optional.
[SOLVED] How to keep appwrite running
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...