tanstack

Develop full-stack React apps with TanStack Start, Form, and AI.

1|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/locnbk2002/my-copilot --skill tanstack-locnbk2002
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tanstack
Source: https://github.com/locnbk2002/my-copilot/tree/main/my-copilot-frontend/skills/tanstack
Command: npx skills add https://github.com/locnbk2002/my-copilot --skill tanstack-locnbk2002

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development of full-stack React applications, form management, and AI-powered features using the TanStack ecosystem.

Core Features & Use Cases

  • TanStack Start: Build full-stack React apps with file-based routing and server functions.
  • TanStack Form: Implement type-safe, headless form management with robust validation.
  • TanStack AI: Integrate AI streaming and chat functionalities into your applications.
  • Use Case: Quickly scaffold a new TanStack Start project, define a type-safe form with Zod validation, and add a real-time AI chat interface.

Quick Start

Use the tanstack skill to create a new TanStack Start project.

Frequently Asked Questions about tanstack

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

FAQPage Schema
How do I build a full-stack React application with TanStack Start?

TanStack Start builds full-stack React applications using file-based routing and server functions. You can quickly scaffold a new project and define route definitions to handle both client and server-side logic.

How do I manage forms in React using TanStack Form and Zod?

TanStack Form provides type-safe, headless form management for React applications. You can implement robust validation by integrating Zod to ensure data integrity before server function submission.

Can I integrate AI chat functionalities into a React app using TanStack AI?

TanStack AI integrates AI streaming and chat functionalities into React applications. You can implement real-time AI chat interfaces by connecting server functions to stream responses directly to the client.

Do I need TypeScript to use TanStack Form and TanStack Start?

Yes, TypeScript is required. TanStack Form and Start rely on TypeScript to provide type-safe form management and full-stack React development, ensuring end-to-end type safety across server functions and routes.

What is the best way to scaffold a TanStack Start project with AI features?

The best way to scaffold a TanStack Start project with AI features is to use the tanstack skill to generate the initial structure, define server functions, and add a real-time AI chat interface using TanStack AI.