tanstack-start

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

52|6|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/ovachiever/droid-tings --skill tanstack-start-ovachiever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tanstack-start
Source: https://github.com/ovachiever/droid-tings/tree/main/skills/tanstack-start
Command: npx skills add https://github.com/ovachiever/droid-tings --skill tanstack-start-ovachiever

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Explore TanStack Start patterns for full-stack React apps on Cloudflare Workers with type-safe routing, server functions, SSR/streaming, and edge integrations.

Core Features & Use Cases

  • ✅ Type-safe routing with TanStack Router
  • ✅ Server functions and API routes
  • ✅ SSR/Streaming patterns on edge
  • ✅ Cloudflare D1/KV/R2 integration

Quick Start

Use the starter, wire in Workers, and deploy to Cloudflare, enabling SSR and edge APIs.

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

TanStack Start enables full-stack React on Cloudflare Workers with type-safe routing, server functions, and SSR/streaming. Use the starter template, configure Workers, and deploy to Cloudflare to get edge-rendered pages and APIs with D1/KV/R2 integration.

What's the difference between TanStack Start and Next.js for edge deployment?

TanStack Start is purpose-built for Cloudflare Workers with native edge SSR and server functions, while Next.js requires additional configuration for edge runtimes. TanStack Start offers seamless D1/KV/R2 integration and simpler migration paths for Workers environments.

Can I use server functions with TanStack Start on Cloudflare?

Yes, TanStack Start provides type-safe server functions that run on Cloudflare Workers, enabling secure client-server communication without separate API layers. Server functions integrate directly with Workers' D1 database, KV storage, and R2 object storage.

How do I set up SSR and streaming with TanStack Start?

TanStack Start handles SSR and streaming out of the box on Cloudflare Workers. Configure your routing with TanStack Router, define server functions for data fetching, and streaming automatically works on edge deployments without additional setup.

Does TanStack Start support type-safe routing?

Yes, TanStack Start includes TanStack Router for type-safe routing with end-to-end type inference between client and server. This eliminates routing errors and ensures your server functions match your route handlers at compile time.

Can I migrate from Next.js to TanStack Start on Cloudflare?

TanStack Start is designed for Next.js users moving to Cloudflare Workers. It maintains familiar React patterns while removing Next.js-specific APIs, letting you leverage Workers' edge runtime, D1, KV, and R2 directly in your full-stack application.