TanStack Start

Build full-stack React applications on Cloudflare Workers with TanStack Start.

961|99|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/jezweb/claude-skills --skill tanstack-start-jezweb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: TanStack Start
Source: https://github.com/jezweb/claude-skills/tree/main/skills/tanstack-start
Command: npx skills add https://github.com/jezweb/claude-skills --skill tanstack-start-jezweb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the complexity of setting up full-stack React applications with server-side rendering, type-safe routing, and Cloudflare Workers integration, saving developers weeks of configuration time.

Core Features & Use Cases

  • Type-Safe Full-Stack Development: Build React apps with end-to-end type safety from frontend to backend.
  • Cloudflare Workers Integration: Deploy seamlessly to Cloudflare's edge network with D1/KV/R2 support.
  • Use Case: Imagine migrating from Next.js to a more lightweight framework. Use this Skill to automatically set up your TanStack Start project with proper Cloudflare Workers configuration, server functions, and deployment workflows.

Quick Start

Set up a new TanStack Start project with Cloudflare Workers integration and configure server-side rendering for the home page.

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-side rendering on Cloudflare Workers?▼

Full-stack React apps on Cloudflare Workers use TanStack Start to combine type-safe routing, server functions, and SSR/streaming in one framework. TanStack Start handles the integration automatically, eliminating weeks of manual configuration for Workers deployment.

Can I migrate from Next.js to a lightweight full-stack framework?▼

Yes. TanStack Start provides a migration path from Next.js by offering type-safe routing, server functions, and SSR/CSR patterns on Cloudflare Workers. It reduces bundle size and simplifies deployment compared to traditional Next.js setups.

Does TanStack Start support Cloudflare D1, KV, and R2 integration?▼

Yes. TanStack Start integrates natively with Cloudflare's storage and database services—D1 for databases, KV for key-value caching, and R2 for object storage—enabling end-to-end type-safe full-stack development within the Cloudflare ecosystem.

What's the best way to set up type-safe routing between frontend and backend?▼

TanStack Start provides end-to-end type safety from React components to server functions automatically. Type definitions flow through routing and API layers, eliminating runtime mismatches and reducing debugging overhead.

Do I need TypeScript to use TanStack Start?▼

TypeScript is strongly recommended for TanStack Start's type-safe routing and server functions. While not strictly required, it unlocks the framework's core advantage: eliminating type mismatches between frontend and backend code.