convex-quickstart

Scaffolds Convex apps and integrates provider with frontend frameworks via CLI commands.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/tacticus-tools/tp2-reset --skill convex-quickstart-tacticus-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex-quickstart
Source: https://github.com/tacticus-tools/tp2-reset/tree/main/.agents/skills/convex-quickstart
Command: npx skills add https://github.com/tacticus-tools/tp2-reset --skill convex-quickstart-tacticus-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Set up Convex projects quickly by guiding you through starting a new app or integrating Convex into an existing one.

Core Features & Use Cases

  • Scaffold new projects with official templates using npm create convex@latest
  • Wire ConvexProvider into your frontend framework (React, Next.js, Vue, Svelte, etc.)
  • Start a dev loop with npx convex dev and manage environment variables for deployment

Quick Start

Decide whether you are starting a new project or adding Convex to an existing app, then scaffold with npm create convex@latest or install and wire the provider, and finally start the dev loop with npx convex dev

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 a Convex project with a React or Next.js frontend?

You can scaffold a new Convex project or integrate Convex into an existing React or Next.js app by wiring the ConvexProvider and configuring environment variables. The process uses npm create convex@latest for template selection and scaffolding.

Can I add Convex to an existing Vue or Svelte application?

Yes, you can integrate Convex into existing Vue or Svelte applications. The setup process involves installing the necessary dependencies, wiring the ConvexProvider into your frontend framework, and configuring your environment variables for deployment.

What is the dev loop in Convex and how do I start it?

The Convex dev loop enables synchronous frontend and backend development. You start it by running npx convex dev after scaffolding your project or wiring the ConvexProvider, which manages environment variables and deployment configuration automatically.

What's the best way to scaffold a new full-stack app with Convex?

The best way to scaffold a new Convex app is using the official templates via npm create convex@latest. This process handles template selection, initial project scaffolding, and provider wiring to get your frontend and backend connected quickly.

Do I need to manually configure environment variables when integrating Convex?

Manual environment variable configuration is minimized during Convex integration. The setup process manages environment variables for deployment when you start the dev loop with npx convex dev, handling the wiring and provider setup automatically.