abhivarde
(Abhivarde)
1
Hey everyone 
Just shipped BaaS Party.
A small developer tool to compare backend syntax side by side.
Pick two platforms and see how the same task works instantly:
β Supabase vs Appwrite vs Convex
β auth, database, realtime, storage, RLS
β verified snippets, not summaries
β built with Next.js 16 + Shiki
Inspired by component-party.dev but for backend services.
Would love feedback on UX, missing comparisons, or ideas for more platforms.
Live: baas.abhivarde.in
Open source: GitHub - AbhiVarde/baas-party: Compare Supabase, Appwrite, and Convex syntax side by side. Real code. Real tasks. The fastest way to choose your backend. Β· GitHub
2 Likes
abhivarde
(Abhivarde)
2
Itβs fully open source and contributions are welcome. Found an outdated snippet or missing example? Small PRs are super appreciated 
Also shared a quick demo thread here if youβd like to help more devs discover it or share feedback:
1 Like
abhivarde
(Abhivarde)
3
quick update: updated snippets following @supabase + @appwrite team feedback.
try it β http://baas.abivarde.in
open source, contributions welcome!
1 Like
abhivarde
(Abhivarde)
4
added vector search to baas.abhivarde.in 
β supabase: pgvector + hnsw index
β convex: native vector search
β appwrite: no native vector support, snippet shows the honest pattern instead of faking it
open source, contributions welcome!
1 Like