This example shows how to use Better Auth with Convex and TanStack Start.
Note that dependencies are set up to work with the local component in this repo, it is not set up for standalone use (but can be adapted).
- Clone or fork the repo
- Install root dependencies
npm install- Install example dependencies
cd examples/tanstack
npm install- Initialize the database
npx convex dev --once- Run the example
npm run dev