Built BaaS Party πŸŽ‰// compare backend syntax instantly

Hey everyone :waving_hand:

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

It’s fully open source and contributions are welcome. Found an outdated snippet or missing example? Small PRs are super appreciated :raised_hands:

Also shared a quick demo thread here if you’d like to help more devs discover it or share feedback:

1 Like

quick update: updated snippets following @supabase + @appwrite team feedback.

try it β†’ http://baas.abivarde.in

open source, contributions welcome!

1 Like

added vector search to baas.abhivarde.in :tada:

β†’ 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