VRDexServer-side Convex baseline

First server-side App Router read path.

This route demonstrates the baseline Next.js server-component pattern for Convex in VRDex: use fetchQuery for a server-only read, and keep useQuery for reactive client surfaces.

Live result

Server read reached Convex

This page rendered on the server using fetchQuery(api.health.status) before the response reached the browser.

Status
ok
Scope
bootstrap
Backend
convex
Note
Initial Convex backend bootstrap is active.