Skip to content

convex-inspect

Inspect Convex queries, mutations, and actions without leaving your app.

Open the panel in the bottom-right corner, then trigger some events:

Real-time event log

See every query, mutation, and action as it happens — with live status updates from loading through to success or error.

JSON inspector

Expand any row to inspect args, return values, and error messages as formatted, copyable JSON.

Keyboard accessible

Navigate the event list, expand rows, and copy payloads entirely from the keyboard.

Dev-only by default

The convex-inspect/react entry point is a no-op in production — nothing ships to your users.