Hacker News new | ask | show | jobs
by Magodo 1544 days 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
1 comments

I 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.
My 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 :)

Our 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.

What are the issues with self hosting Supabase?