The convex-product preset replaces the Express + Prisma spine with Convex as the backend.
Request path
Loading diagram…
HTTP routes under convex/http.ts handle webhooks and Better Auth integration stubs.
Layout
| Area | Location |
|---|---|
| Functions & schema | apps/web/convex/ |
| UI | apps/web/app/ |
| Auth stubs | convex/auth.ts, convex/http.ts |
There is no apps/server or packages/store in this preset.
Dev loop
npx convex dev(orbunx) from the web app workspace- Run Next.js dev server per generated scripts
- Push schema changes through Convex tooling
Further reading
- Convex walkthrough
- Convex docs
- Template repo
docs/convex-integration.md