A reactive backend platform.
| Layer | Convex Feature |
|---|---|
| Database | built-in document database |
| Backend API | server functions |
| Realtime | automatic subscriptions |
| Transactions | atomic writes |
| Auth | integrated auth system |
| • GitHub | |
| • Auth0 | |
| • custom JWT |
Convex is weaker for:
Supabase advantages:
| Advantage | Reason |
|---|---|
| SQL | powerful queries |
| Postgres ecosystem | massive |
| analytics | easier |
| migrations | mature |
Convex advantages:
| Advantage | Reason |
|---|---|
| simpler backend | TS functions |
| automatic realtime | no subscriptions |
| reactive model | easier UI sync |