$npx skillfedfor your agent

tanstack-start

TanStack Start is a full-stack React framework built on TanStack Router, Vite, and Nitro that enables server-side rendering, streaming, and type-safe server functions for building modern applications. Deploy to any platform using Nitro presets including Vercel, Netlify, Cloudflare, AWS Lambda, and self-hosted Node.js environments.

TanStack Start is a full-stack React framework that combines TanStack Router with server functions, SSR, and streaming for any hosting platform.

AI-generated summary based on this skill's SKILL.md

30 1 MITupdated by tanstack-skills

Decision gist · record as of 2026-01-31

TanStack Start is a full-stack React framework that combines TanStack Router with server functions, SSR, and streaming for any hosting platform. TanStack Start is a full-stack React framework built on TanStack Router, Vite, and Nitro that enables server-side rendering, streaming, and type-safe server functions for building modern applications. Deploy to any platform using Nitro presets including Vercel, Netlify, Cloudflare, AWS Lambda, and self-hosted Node.js environments.

manual: git clone https://github.com/tanstack-skills/tanstack-skills → cp -r tanstack-skills/plugins/tanstack-start/skills/tanstack-start ~/.claude/skills/tanstack-start
plugins/tanstack-start/skills/tanstack-start/SKILL.md · version f1972449

Use it when

  • TanStack Start provides type-safe server-to-client RPC with validation through server functions.
  • TanStack Start supports middleware and route guards for implementing authentication.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

tanstack-skills/tanstack-skills/tanstack-start

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What is TanStack Start and how does it build a full-stack React app?

TanStack Start is a full-stack React framework built on TanStack Router, Vite, and Nitro that enables server-side rendering, streaming, and type-safe server functions for building modern applications. It combines client and server capabilities in a single framework, allowing you to write server functions alongside your React components and handle SSR seamlessly.

How do I create server functions in TanStack Start with type safety?

TanStack Start provides type-safe server-to-client RPC with validation through server functions. You define server functions that are automatically type-checked and validated, enabling secure communication between your client and server. The framework handles serialization and validation automatically, ensuring your data contracts are maintained across the network boundary.

How do I set up middleware and authentication in TanStack Start?

TanStack Start supports middleware and route guards for implementing authentication. You can create middleware that runs on both server and client to protect routes, validate sessions, and enforce access control. This allows you to build secure applications with authentication flows integrated directly into your routing layer.

Can I deploy TanStack Start to Vercel and other hosting platforms?

TanStack Start deploys to multiple hosting platforms using Nitro presets, including Vercel, Netlify, Cloudflare, AWS Lambda, and self-hosted Node.js environments. This flexibility lets you choose your hosting provider without changing your application code, making it easy to migrate or scale across different infrastructure.

How does TanStack Start handle server-side rendering and streaming?

TanStack Start optimizes streaming SSR and deferred data loading to improve performance and user experience. The framework supports streaming responses that progressively render content to the client, reducing time-to-first-byte and enabling better perceived performance for data-heavy applications.

What is the difference between TanStack Start and Next.js?

TanStack Start is built on TanStack Router and Nitro, offering a different architecture than Next.js. While both enable full-stack React development, TanStack Start emphasizes type-safe server functions, flexible routing with TanStack Router, and deployment flexibility through Nitro presets rather than being tied to Vercel.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

TanStack Start Skills

Overview

TanStack Start is a full-stack React framework built on TanStack Router, powered by Vite and Nitro (via Vinxi). It provides server-side rendering, streaming, server functions (RPC), middleware, API routes, and deploys to any platform via Nitro presets.

Package: @tanstack/react-start Router Plugin: @tanstack/router-plugin Build Tool: Vinxi (Vite + Nitro) Status: RC (Release Candidate) RSC Support: React Server Components support is in active development and will land as a non-breaking v1.x addition

Installation & Project Setup

npx @tanstack/cli create my-app
# Or manually:
npm install @tanstack/react-start @tanstack/react-router react react-dom
npm install -D @tanstack/router-plugin typescript vite vite-tsconfig-paths
Project Structure

``` my-app/ app/ routes/ __root.tsx # Root layout index.tsx # / route posts.$postId.tsx # /posts/:postId api/ users.ts #

(truncated - see the full file via the links below)

File tree — 1 file
plugins/tanstack-start/skills/tanstack-start/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Build a full-stack React app with server functions and SSR”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Tanstack Start
by joelhooks · joelhooks/joelclaw

TanStack Start is a full-stack React framework combining TanStack Router with Vite for client-first development with opt-in server capabilities. It provides type-safe server functions as an RPC layer, isomorphic route loaders, middleware composition, and built-in SSR/streaming support. Deploy to Node, Bun, Vercel, Cloudflare Workers, or Netlify.

no license declared → metadata onlyupdated Jul 2026
★ 61repo stars
bun-tanstack-start
by secondsky · secondsky/claude-skills

Bun TanStack Start enables you to build full-stack React applications using TanStack's framework paired with Bun's runtime. It provides file-based routing, server functions for backend logic, and API route handling out of the box.

MITupdated Jul 2026
★ 196repo stars
Tanstack Start
by oakoss · oakoss/agent-skills

Tanstack Start combines React with TanStack Router to build full-stack applications featuring type-safe RPC server functions, server-side rendering with streaming, and middleware composition. Deploy to Cloudflare Workers, Vercel, Netlify, AWS Lambda, and other platforms with built-in support for authentication, API routes, and session management.

no license declared → metadata onlyupdated Mar 2026
★ 13repo stars
Tanstack Start
by DeckardGer · DeckardGer/tanstack-agent-skills

Tanstack Start provides comprehensive guidelines for building full-stack React applications with patterns covering server functions, middleware, authentication, and SSR. The skill organizes best practices across critical, high, and medium-priority categories to help you handle data mutations, secure routes, manage sessions, and deploy confidently.

no license declared → metadata onlyupdated Apr 2026
★ 201repo stars
tanstack-cli
by tanstack-skills · tanstack-skills/tanstack-skills

TanStack CLI is an interactive project scaffolding tool that guides you through creating TanStack Start applications with your choice of 30+ integrations spanning authentication, databases, deployment platforms, and developer tools. It supports custom templates for team standardization and includes an MCP server for AI agent assistance.

MITupdated Jan 2026
★ 30repo stars
Clerk Tanstack Patterns
by clerk · clerk/skills

This skill covers authentication patterns for TanStack React Start, showing how to protect routes with beforeLoad guards, implement auth in server functions, and configure Clerk middleware on Vinxi. Learn the mental model of two-layer auth flow and avoid common setup mistakes.

no license declared → metadata onlyupdated Jul 2026
★ 63repo stars

More skills tanstack-router (MIT) · tanstack-ranger (MIT) · tanstack-router (MIT) · tanstack-start (MIT) · Tanstack Router (unlicensed) · tanstack-ai (MIT) · tanstack-db (MIT) · tanstack-pacer (MIT)

Tags
full-stack-frameworkserver-client-rpcstreaming-ssrtype-safe-apismulti-platform-deployroute-based-architecturemiddleware-compositionvite-poweredisomorphic-validation