C

convex-quickstart

Par :get-convex·#144 tendance

Install the convex-quickstart skill for your AI agent. Published by get-convex/agent-skills.

33.4Kinstallations hebdomadaires
24étoiles
Vu pour la première foisToday

Installation

Envoyez cette commande à votre agent IA :

npx skills add https://github.com/get-convex/agent-skills --skill convex-quickstart

Documentation

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

  • Supports two paths: scaffolding from templates (React + Vite, Next.js, Vue, Svelte, or bare backend) or adding Convex to an existing app with manual provider setup
  • Templates include pre-configured frontend frameworks, Tailwind, shadcn/ui, and optional auth (Clerk, Convex Auth, Lucia)
  • Requires running npx convex dev as a long-running process to sync backend code and manage deployments; cloud agents can use anonymous mode via CONVEX_AGENT_MODE=anonymous
  • Provides step-by-step wiring for React (Vite), Next.js App Router, and links to guides for Vue, Svelte, React Native, Remix, and Node.js