What problem does it solve?
This Skill removes the friction of bootstrapping Convex so you can get a backend connected quickly, whether you are starting from scratch or integrating Convex into an existing app.
Core Features & Use Cases
- New project scaffolding: Creates a working Convex app with the right frontend template, backend setup, and initial configuration.
- Existing app integration: Adds Convex to React, Next.js, Vue, Svelte, React Native, TanStack Start, and other frontends by wiring the provider and environment variables.
- Development loop setup: Guides the first
npx convex dev run, verifies generated types and env wiring, and prepares the project for queries, mutations, and auth-aware development.
- Use case: A developer wants to “add a backend” to a React or Next.js app and needs the fastest path from empty project to a running Convex deployment.
Quick Start
Ask the user whether they are starting a new app or adding Convex to an existing one, then scaffold or integrate the project and verify that Convex is running correctly.