TanStack Start

Create and deploy full-stack React applications on Cloudflare Workers.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill tanstack-start-brendadeeznuts1111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: TanStack Start
Source: https://github.com/brendadeeznuts1111/tier-1380-omega/tree/main/skills/tanstack-start
Command: npx skills add https://github.com/brendadeeznuts1111/tier-1380-omega --skill tanstack-start-brendadeeznuts1111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the development and deployment of full-stack React applications, particularly when targeting Cloudflare Workers, by providing robust tooling and best practices for routing, server functions, and data integration.

Core Features & Use Cases

  • Full-Stack React: Build applications with server-side rendering (SSR), server functions, and type-safe routing using TanStack Router.
  • Cloudflare Workers Integration: Seamless deployment and access to Cloudflare bindings (D1, KV, R2) for scalable backend logic.
  • Migration Assistance: Provides guidance for migrating from older frameworks like Vinxi or Next.js to TanStack Start.
  • Use Case: Develop a dynamic web application with user authentication and database interactions, deploy it efficiently on Cloudflare Workers, and ensure it handles server-side rendering and API requests correctly.

Quick Start

Create a new TanStack Start project on Cloudflare Workers by running npm create cloudflare@latest my-app -- --framework=tanstack-start.

Frequently Asked Questions about TanStack Start

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

FAQPage Schema
How do I build full-stack React apps with server-side rendering on Cloudflare Workers?

TanStack Start enables full-stack React apps with SSR on Cloudflare Workers by providing type-safe routing, server functions, and seamless integration with Cloudflare bindings like D1, KV, and R2 for backend logic.

What is the best way to migrate an existing Next.js or Vinxi project to TanStack Start?

Migrating from Next.js or Vinxi to TanStack Start is supported with specific guidance to transition routing and server functions while adapting applications to leverage Cloudflare Workers bindings for backend logic.

Can I use Cloudflare D1, KV, and R2 bindings with TanStack Start server functions?

Yes, TanStack Start server functions seamlessly integrate with Cloudflare D1, KV, and R2 bindings, allowing full-stack React applications to securely connect and interact with scalable Cloudflare backend services.

How does type-safe routing work in TanStack Start for Cloudflare deployments?

Type-safe routing in TanStack Start validates route parameters and links at compile time, preventing runtime errors when deploying full-stack React applications to Cloudflare Workers.

How do I set up user authentication and database connectivity in a TanStack Start app?

Setting up user authentication and database connectivity in TanStack Start involves using server functions to handle auth logic and connecting to Cloudflare D1 databases via Workers bindings for secure data access.