IMHO these are the 3 open source backend/platform -as-a-service solutions you need to have a eye one: 1) Directus (in my view the best offering of features) 2) Supabase (if you want more performance. the admin ui however can only be used for internal access) 3) Appwrite (works good and has its own advantages. however in my case i would rather go with 1&2) -Strapi is out since v4 (too many really big showstopers. i wa…
I am a bit confused. How is Strapi (a headless CMS) comparable to Firebase/Supabase/Appwrite ? Aren't they apples and oranges ?
Show HN: Open-source Firebase Alternative? It's here
51–60 of 65 posts
Re: Show HN: Open-source Firebase Alternative? It's here
#52If you're looking for something like Appwrite or Supabase but with a more end-to-end typesafety approach + optimistic updates, check out Thin Backend https://thin.dev/ ( https://github.com/digitallyinduced/thin-backend ) It takes a bit more of a higher level approach to database operations than appwrite, supabase or firebase, which allows us to do things like optimistic updates that are hard to do in other tools. To…
Re: Show HN: Open-source Firebase Alternative? It's here
#53Honest question: does any of you use Firebase and why (not)?
Re: Show HN: Open-source Firebase Alternative? It's here
#54IMHO these are the 3 open source backend/platform -as-a-service solutions you need to have a eye one: 1) Directus (in my view the best offering of features) 2) Supabase (if you want more performance. the admin ui however can only be used for internal access) 3) Appwrite (works good and has its own advantages. however in my case i would rather go with 1&2) -Strapi is out since v4 (too many really big showstopers. i wa…
Re: Show HN: Open-source Firebase Alternative? It's here
#55Re: Show HN: Open-source Firebase Alternative? It's here
#56https://www.graphile.org/postgraphile/
Re: Show HN: Open-source Firebase Alternative? It's here
#57Earlier quoted context omitted.
Both are great products, here's my biased (obviously) way of choosing between them: - Appwrite is really focused on a simplistic experience. If you check out our SDK documentation, we try to keep everything dead simple. - Supabase allows more verbose control over their PostgreSQL instance, i.e. you're actually writing SQL and interacting through a SQL console. This might be your cup of tea. They also use Deno for the…
> Appwrite is simple to self-host. Like really simple. Like a single line of Docker command simple Is is possible to use Appwrite without Docker? Docker is super-slow on Macs so I tend to run everything natively. With traditional tools (e.g. Postgres, Redis, etc) this is super-easy. I can just `brew install`.
Re: Show HN: Open-source Firebase Alternative? It's here
#58Shameless self plug Open source/ proprietary projects similar to Appwrite. https://ossdatabase.com/projects/appwrite
IMO If you really want to provide value, you have to dig into the actual details of these technologies, not just offer a top-level blurb and category label.
Just look at any Show HN post comments, engineers crave the details when it comes to comparing and choosing technologies.
Example: One thing I have always desired is somewhere to see all the major databases/event stream/persistence technologies and see what kinds of different consistency guarantees, replication, backup, recovery, etc. they each offer.
This goes a bit deep (most datastores have a bunch of different ways to configure and tune them for different consistency levels [1]) and is obviously more effort than the low-effort "this vs that" sites, but I don't see much value in the existing "this vs that" offerings.
[1] https://docs.redis.com/latest/rs/concepts/high-availability/...
Re: Show HN: Open-source Firebase Alternative? It's here
#59Please don't use HN primarily for promotion. It's ok to post your own stuff occasionally, but the primary use of the site should be for curiosity.
Don't solicit upvotes, comments, or submissions. Users should vote and comment when they run across something they personally find interesting—not for promotion.
That's not cool and we penalize and eventually ban the accounts, sites, and projects that do it.
Re: Show HN: Open-source Firebase Alternative? It's here
#60IMHO these are the 3 open source backend/platform -as-a-service solutions you need to have a eye one: 1) Directus (in my view the best offering of features) 2) Supabase (if you want more performance. the admin ui however can only be used for internal access) 3) Appwrite (works good and has its own advantages. however in my case i would rather go with 1&2) -Strapi is out since v4 (too many really big showstopers. i wa…
I am a bit confused. How is Strapi (a headless CMS) comparable to Firebase/Supabase/Appwrite ? Aren't they apples and oranges ?