Getting Started
Getting Started with Better Auth and Convex
Introduction
Convex + Better Auth is a Convex Component that provides an integration layer for using Better Auth with Convex.
Prerequisites
Create a Convex project
To use Convex + Better Auth, you'll first need a Convex project. If you don't have
one, run npm create convex@latest
to get started, and check out the
docs to learn more about Convex.
Run convex dev
Running the cli during setup will initialize your Convex deployment if it doesn't already exist, and keeps generated types current through the process. Keep it running.
npx convex dev
Select your framework
Installation steps vary by framework. Select yours to get started.