7 ms·
Thank you so much for Appwrite! The community on Discord is very helpful and the self hosting guide is great. Very unlike my terrible experience with Supabase w
by Magodo 4y ago
Thank you so much for Appwrite! The community on Discord is very helpful and the self hosting guide is great. Very unlike my terrible experience with Supabase who seem to do their best to cripple the self hosted option
- tr3ntg 4y agoI was hoping someone here would compare the two. I might have to give Appwrite a try after all. Supabase's self-hosted option was wack when I tried it a few months ago.
- eldad_fux 4y agoOur self-hosted solution was designed to be easy to setup in both development and production. I hope you'll enjoy our single command installation. Also, self-hosting is at the core of what we do and once our cloud solution is out, we don't plan to add weird disabilities to it.
- vincentge 4y agoMy honest two cents, which is biased, so take liberal amounts of salt. I think Supabase is verbose. You get to dig around the PostgreSQL instance, write SQL, etc. I know people that live and die by SQL, so if that sounds like you, Supabase is great. Appwrite is more about simplicity. Our SDKs are simple, our UI is simple, our Documentation is simple, heck we even have a 1 line deploy: docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="install" \ appwrite/appwrite:latest Use a part of Appwrite, or all of it. Heck, go dig in our code or checkout our open sourced Functions runtime. We don't care, we just want you to do more while writing less code. Both have their audience, both are great, see which one suits your needs better :)
- 20220322-beans 4y agoWhat are the issues with self hosting Supabase?