convex-quickstart

Scaffold a new Convex project or integrate it into an existing frontend.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/featurectrl/website --skill convex-quickstart-featurectrl
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex-quickstart
Source: https://github.com/featurectrl/website/tree/main/.claude/skills/convex-quickstart
Command: npx skills add https://github.com/featurectrl/website --skill convex-quickstart-featurectrl

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initializes a Convex project quickly by scaffolding a new app or adding Convex to an existing frontend, guiding setup and deployment preparation.

Core Features & Use Cases

  • Quick project bootstrap with official scaffolding
  • Flexible path for new projects or adding Convex to existing apps
  • Clear steps to connect to a deployment and start dev loop

Quick Start

Run the official Convex scaffold tool to create a new project or add Convex to an existing app, choosing a template and proceeding with installation.

Frequently Asked Questions about convex-quickstart

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

FAQPage Schema
How do I add Convex to an existing frontend project?

To add Convex to an existing frontend, you can integrate the framework using the official scaffolding tool, which wires the provider and sets up the required directory structure for your dev deployment.

What is the best way to scaffold a new Convex project?

The best way to scaffold a new Convex project is by running the official Convex scaffold tool, which quickly bootstraps your app with multiple framework templates, sets environment variables, and verifies the dev loop.

Does Convex support multiple frontend frameworks for quick setup?

Yes, Convex supports multiple frontend frameworks for quick setup, allowing you to choose a template during the scaffolding process to ensure the project structure includes a wired provider and running dev deployment.

Why is my Convex dev loop not starting after integration?

If your Convex dev loop is not starting, verify that your project structure includes the required directory, that environment variables are correctly set up, and that your frontend provider is properly wired to the deployment.

Can I use Convex scaffolding for both new apps and existing apps?

Yes, you can use Convex scaffolding for both new apps and existing apps, providing a flexible path to quickly bootstrap a new project or add Convex to your current frontend environment and connect to a deployment.