Flows
Flow When to use
flows/setup/FLOW.md
Bootstrap Convex in an existing TanStack Start project
flows/tables/FLOW.md
Define a new table with zodvex
flows/queries/FLOW.md
Create a query (server + client service layer)
flows/mutations/FLOW.md
Create a mutation (server + client with optimistic updates)
flows/actions/FLOW.md
Create an action (server + client)
flows/env-vars/FLOW.md
Configure and propagate environment variables to the Convex local backend
References
Reference When to use
references/testing.md
Write tests for Convex queries, mutations, and actions with convex-test