zbeyensZ
Convex Community2mo ago
145 replies
zbeyens

better-convex

Framework for production Convex apps

What's new:

cRPC - tRPC ported to Convex.
.input()
,
.use()
,
.meta()
. AI-ready.
TanStack Query - real
useQuery
/
useMutation
with WebSocket sync
error handling -
useQuery
catches all errors. no error boundary needed.
infinite queries - per-page subscriptions, scroll restoration, cursor recovery
middleware chaining -
.use()
.pipe()
composition
procedure metadata - codegen shares
meta.ts
with client for type-safe auth
Better Auth local - direct integration, no Convex component
RSC prefetch - fire-and-forget or awaited, hydration included

built on: tRPC + TanStack Query + Better Auth
opt-in: Convex Ents for relationships

📦
bun add better-convex

🔗 https://better-convex.com
🌟 https://github.com/udecode/better-convex
2026-01-13_at_14.31.17.png
Was this page helpful?