Projects
Create a project for each app, service, or deployment surface that owns environment files.
Connect Clerk and Convex, create your first project, then start organizing versioned `.env` files by environment.
Create a project for each app, service, or deployment surface that owns environment files.
Track each env file separately so production, local, staging, and examples can evolve safely.
Clerk identifies the user while Convex scopes project data to that authenticated identity.
npm run convex:dev && npm run devAdd file upload and encrypted env value storage once project CRUD is complete.