webapp

Scaffold fullstack web apps with Express, Vite, React, Tailwind, and Drizzle ORM.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kortix-ai/computer --skill webapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: webapp
Source: https://github.com/kortix-ai/computer/tree/main/packages/kortix-opencode/skills/GENERAL-KNOWLEDGE-WORKER/webapp
Command: npx skills add https://github.com/kortix-ai/computer --skill webapp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rapidly build fullstack web applications by providing a pre-wired Express + Vite + React + Tailwind + Drizzle ORM template, reducing boilerplate and setup time.

Core Features & Use Cases

  • Opinionated pre-wired template that combines backend (Express) and frontend (Vite + React + Tailwind) with Drizzle ORM for end-to-end data modeling.
  • Enables quick MVPs, dashboards, and SaaS prototypes with a single source of truth between API and UI.
  • Provides a cohesive development experience with a shared data model, consistent tooling, and standardized project structure.

Quick Start

Copy the template to your project directory, install dependencies, and run the development server to start building.

Frequently Asked Questions about webapp

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

FAQPage Schema
How do I scaffold a fullstack React and Express app quickly?

To scaffold a fullstack React and Express app quickly, use a pre-wired template that combines Vite, Tailwind, and Drizzle ORM to eliminate boilerplate and setup time. This provides a cohesive development experience with standardized project structure and shared data modeling.

What is the best way to share database schema between frontend and backend?

The best way to share database schema between frontend and backend is using centralized schema sharing with Drizzle ORM. This approach maintains a single source of truth for data models, coordinating API and UI development consistently across your fullstack application.

Can I use this Vite and Express template for rapid SaaS MVP development?

Yes, you can use this Vite and Express template for rapid SaaS MVP development. It is specifically designed for MVPs, dashboards, and SaaS prototypes, providing an opinionated fullstack scaffold with integrated backend API and frontend UI to accelerate initial project delivery.

Does this fullstack template require manual API and UI wiring?

No, this fullstack template does not require manual API and UI wiring. It provides an opinionated pre-wired configuration that integrates the Express API, Vite frontend, and Drizzle ORM out of the box, enabling you to run the development server and start building immediately.

How do I start building a dashboard with Drizzle ORM and React?

To start building a dashboard with Drizzle ORM and React, copy the pre-wired template to your project directory, install dependencies, and run the development server. The template provides the necessary Express backend and Vite frontend integration to begin development.

Why use an opinionated template for fullstack web app development?

Use an opinionated template for fullstack web app development to ensure consistent tooling, a standardized project structure, and a shared data model. This approach drastically reduces manual configuration errors and boilerplate setup time when building Express and React applications.