Getting started
Install Velocity UI, configure environment variables, and run the platform locally.
1. Install dependencies with pnpm and keep Node.js on a Next.js 16 compatible runtime.
2. Copy .env.example, configure Better Auth secrets, and set DATABASE_URL to a Neon PostgreSQL connection string.
3. Run Drizzle migrations, seed the registry catalog, and start the App Router dev server.
4. Open the dashboard, verify auth routes, and call the registry API from the CLI starter.