full-stack-react-dotnet

Scaffold a React and ASP.NET Core monorepo from an interview-driven brief.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/jeverett32/INTEX_2026_SKILLS --skill full-stack-react-dotnet
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: full-stack-react-dotnet
Source: https://github.com/jeverett32/INTEX_2026_SKILLS/tree/main/full-stack-react-dotnet
Command: npx skills add https://github.com/jeverett32/INTEX_2026_SKILLS --skill full-stack-react-dotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds and builds custom full-stack web apps with React, TypeScript, Vite in frontend/ and ASP.NET Core 10 Web API in backend/ using a documented monorepo layout (solution folder, nested API project, CORS aligned with the SPA, optional Identity). Runs a structured interview for product vision, pages, features, and data sources before generating code. Use when creating a new full-stack app, React + .NET + Vite monorepo, API + SPA split, or when the user wants this layout with documented security defaults.

Core Features & Use Cases

  • Structured interview to capture project vision, pages, features, and data sources before coding.
  • Skeleton layout with frontend/ and backend/ and a clear monorepo organization to match the reference layout.
  • Security baseline with CORS alignment and optional Identity support, documented defaults.
  • Guidance for API + SPA patterns and end-to-end scaffolding in a single repo.

Quick Start

Run the interview to generate a skeleton, then scaffold the frontend/ and backend/ monorepo according to the captured vision.

Frequently Asked Questions about full-stack-react-dotnet

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

FAQPage Schema
How do I scaffold a React and .NET full-stack monorepo from scratch?▼

To scaffold a React and .NET full-stack monorepo, this tool runs an interview to capture your product vision, pages, and data sources, then generates a skeleton with a Vite/React frontend/ and ASP.NET Core 10 Web API backend/.

What is the best way to structure a Vite React frontend and ASP.NET Core backend in one repository?▼

The best way to structure a Vite React frontend and ASP.NET Core backend is a documented monorepo layout with a solution folder and nested API project, ensuring clear separation and organized full-stack web app management.

Does this scaffolding tool configure CORS alignment between the React SPA and the .NET Web API?▼

Yes, this scaffolding tool configures CORS alignment between the React SPA and the .NET Web API. It establishes a security baseline with documented defaults and optional Identity support during the monorepo generation process.

Can I add optional Identity authentication to an ASP.NET Core 10 and React project?▼

Yes, you can add optional Identity authentication to an ASP.NET Core 10 and React project. The scaffolder includes optional Identity support and documents security defaults as part of the initial full-stack skeleton generation.

Do I need to provide a project brief before generating a React and .NET monorepo?▼

Yes, you need to provide a project brief before generating a React and .NET monorepo. The tool uses a structured interview to capture project vision, required pages, features, and data sources before writing any code.