What problem does it solve?
Convex-quickstart removes the friction of creating a working Convex backend and wiring it to a frontend by guiding you through scaffolding, provisioning, pushing code, and verifying types and schema.
Core Features & Use Cases
- New project scaffolding: Uses the official Convex initializer to create a complete backend + frontend setup for common frameworks.
- Add Convex to an existing app: Installs Convex, wires the provider, provisions a local deployment, and pushes your backend code for validation.
- Fast verification loop: Runs a one-shot local flow that provisions (anonymous mode), generates generated types, pushes Convex code, validates schema, and typechecks the result before you start the dev watcher.
Quick Start
Ask an AI to scaffold a new Convex app for my React Vite project using the react-vite-shadcn template, run the one-shot provisioning command, and confirm the .env.local and convex/_generated outputs are created successfully.