Prerequisites
- Node.js 20 or newer.
- npm.
- Access to the development Convex deployment.
- WorkOS credentials for sign-in flows.
- Stripe test credentials when testing billing.
What This Runs
The local web app starts the Next.js browser shell,/api/v1 route wrappers, server-side provider adapters, and Convex-backed app state. External processors such as browser automation, sandboxes, web search, analytics, and error reporting are controlled by runtime config and can be disabled for private deployments.
Install
next dev.
First successful boot
A healthy local boot should show:- Next.js serving the app on
localhost:3000. - No runtime config error page.
- Sign-in redirects using the configured WorkOS app.
/api/v1/capabilitiesreturning capability metadata./api/v1/bootstrapreturning signed-in app state after authentication.