What problem does it solve?
Rapidly set up a working Convex backend and connect it to a frontend project so developers can prototype, develop, and test full-stack features without spending time on manual configuration and env var wiring.
Core Features & Use Cases
- Scaffold new projects: Choose a Convex template and create a complete project with frontend and Convex backend wired together.
- Integrate existing apps: Install the convex package, create the Convex client, and wrap the app with ConvexProvider for React, Next.js, Vue, Svelte, and other frameworks.
- Dev and headless support: Guide the user to run npx convex dev for a live dev deployment, and explain Agent Mode for cloud or headless environments that require anonymous mode.
- Verification and first steps: Confirm that convex/_generated exists, .env.local contains the deployment URL, and a basic query/mutation round-trip works.
Quick Start
Ask me to set up Convex for this project by determining whether it's a new or existing app, scaffolding or installing Convex, wiring the ConvexProvider into the app root, setting the correct framework-specific environment variable, and guiding you to run npx convex dev to start the watcher.