fullstack-vite-convex

Automate Convex + Vite React app development with TypeScript, tests, and deployment.

7|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/KrishavRajSingh/computer --skill fullstack-vite-convex-krishavrajsingh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fullstack-vite-convex
Source: https://github.com/KrishavRajSingh/computer/tree/main/sandbox/opencode/skills/fullstack-vite-convex
Command: npx skills add https://github.com/KrishavRajSingh/computer --skill fullstack-vite-convex-krishavrajsingh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill automates end-to-end Convex + Vite React app development with strict TypeScript and test-driven discipline, reducing setup time and ensuring production-ready code.

Core Features & Use Cases

  • Scaffolds a complete Convex + Vite React project structure with both backend and frontend components
  • Enforces strict TypeScript rules, generates tests first, and runs the full verification pipeline
  • Use case: bootstrap a new web app or extend an existing Convex project with confidence and automated scaffolds

Quick Start

Scaffold a new Convex + Vite React project and start development locally.

Frequently Asked Questions about fullstack-vite-convex

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

FAQPage Schema
How do I scaffold a Convex backend with a Vite React frontend using strict TypeScript?

This builder automates Convex and Vite React scaffolding by generating both backend and frontend components while enforcing strict TypeScript rules to ensure production-ready code.

Can I develop and run a Convex React app locally without setting up a cloud account?

Yes, you can run a Convex React app without a cloud account. This builder targets deterministic, running applications that operate locally without requiring external cloud authentication or setup.

How do I apply test-driven development when bootstrapping a new Vite React project?

To apply test-driven development, this builder generates tests first before writing implementation code, then runs a full verification pipeline including tsc, vitest, and build steps to confirm production readiness.

What is the best way to automate the full deployment pipeline for a Convex Vite React app?

The best way to automate deployment is using a builder that handles end-to-end development, running the full verification pipeline with tsc, vitest, and build to ensure the Vite React and Convex application is production-ready.

Does this Convex Vite builder work for extending an existing React project or only for new apps?

This builder works for both bootstrapping a new web app and extending an existing Convex project, providing automated scaffolds that maintain typing discipline and project structure in either scenario.

Why does my Convex Vite React build fail during the automated verification pipeline?

A Convex Vite React build fails during verification when strict TypeScript rules are violated. The pipeline runs tsc, vitest, and build sequentially to catch typing discipline and test failures before deployment.