tanstack-start

Scaffold full-stack React apps with SSR, server functions, and Nitro deployment presets.

6|4|Updated Nov 1, 2025
One-click install
npx skills add https://github.com/Montte-erp/montte-nx --skill tanstack-start-montte-erp
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tanstack-start
Source: https://github.com/Montte-erp/montte-nx/tree/main/.agents/skills/tanstack-start
Command: npx skills add https://github.com/Montte-erp/montte-nx --skill tanstack-start-montte-erp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TanStack Start addresses the complexity of building robust full-stack React applications by providing an integrated toolkit that handles routing, server rendering, server functions, middleware, and deployment presets.

Core Features & Use Cases

  • Full-stack framework built on TanStack Router with SSR, streaming, server functions, and middleware.
  • Preconfigured deployment to multiple hosting providers via Nitro presets and support for API routes and server functions.
  • Use case: rapidly scaffolding a production-ready app with typed server-client boundaries and a scalable project structure.

Quick Start

Run npx @tanstack/cli create my-app to bootstrap a TanStack Start project and begin development.

Frequently Asked Questions about tanstack-start

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

FAQPage Schema
How do I build a full-stack React app with server rendering and API routes?▼

You can build a full-stack React app with SSR and API routes using a framework that integrates TanStack Router, server functions, and Nitro presets for cross-platform deployment. It provides a structured project layout and typed server-client boundaries.

What is the best way to scaffold a React app that supports SSR and server functions?▼

The best way to scaffold an SSR React app with server functions is using the TanStack CLI command `npx @tanstack/cli create`. This quickly bootstraps a production-ready project with a scalable structure and TypeScript support.

Does this full-stack React framework support deployment to multiple hosting providers?▼

Yes, the framework supports deployment to multiple hosting providers through preconfigured Nitro presets. This allows your React app with server functions and API routes to be deployed across various platforms.

Can I use middleware and server functions in a React application with Vite?▼

Yes, you can use middleware and server functions in a Vite-based React application. The framework supports these features alongside SSR and streaming, allowing you to manage server-client boundaries and API routes effectively.

What are the limitations of building React apps with server rendering without a full-stack framework?▼

Without a full-stack framework, building SSR React apps requires manually handling server functions, middleware, and deployment configurations. Using an integrated toolkit solves this by providing built-in API routes, streaming, and deployment presets.