convex-quickstart

Scaffold new Convex projects or integrate Convex into existing apps.

2|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/Lostovayne/Complete-Cursor-Clone-Next16 --skill convex-quickstart-lostovayne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex-quickstart
Source: https://github.com/Lostovayne/Complete-Cursor-Clone-Next16/tree/main/.agents/skills/convex-quickstart
Command: npx skills add https://github.com/Lostovayne/Complete-Cursor-Clone-Next16 --skill convex-quickstart-lostovayne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Convex Quickstart eliminates setup friction by guiding users to scaffold a new project or integrate Convex into an existing app.

Core Features & Use Cases

  • Flexible scaffolding across templates (react-vite-shadcn, nextjs-shadcn, clerk-auth templates) and the ability to add Convex to existing apps for rapid bootstrapping.
  • One-shot provisioning with npx convex dev --once to provision a local or anonymous deployment, push code, typecheck, and validate the schema.
  • Seamless environment wiring and provider integration across popular frameworks.

Quick Start

Start a new Convex project with npm create convex@latest, select a template, then run the one-shot provisioning with npx convex dev --once.

Frequently Asked Questions about convex-quickstart

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Convex for a new project?

To set up Convex for a new project, run npm create convex@latest to select a template like react-vite-shadcn or nextjs-shadcn, then execute npx convex dev --once to provision a local deployment, push code, and validate the schema.

Can I add Convex to an existing app?

Yes, you can integrate Convex into an existing app by wiring the environment variables and provider integration, then running npx convex dev --once to provision a deployment, push code, and validate the schema for your current stack.

Does Convex quickstart work with Vue and Svelte?

Convex quickstart works with Vue, Svelte, React, Next.js, and other stacks by providing flexible scaffolding, seamless environment wiring, and provider integration across popular frameworks to bootstrap your application.

What is the best way to provision a Convex local deployment?

The best way to provision a Convex local deployment is running npx convex dev --once, a one-shot provisioning command that provisions a local or anonymous deployment, pushes code, typechecks, and validates the schema.

How does Convex environment wiring handle typing and dev workflow?

Convex environment wiring handles typing and dev workflow by adhering to agent mode and environment variable handling during provisioning, ensuring type validation and schema checks are completed across your selected framework templates.

Do I need a Convex deployment to complete project scaffolding?

Yes, you need a Convex deployment or local backend to complete project scaffolding, which requires running npm create convex@latest and npx convex dev --once to finish provisioning, typing, and environment wiring.