tanstack-start

Build and deploy full-stack React apps on Cloudflare Workers with type-safe routing.

6|Updated Mar 17, 2024
One-click install
npx skills add https://github.com/codefastlabs/codefast --skill tanstack-start-codefastlabs
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tanstack-start
Source: https://github.com/codefastlabs/codefast/tree/main/.agents/skills/tanstack-start
Command: npx skills add https://github.com/codefastlabs/codefast --skill tanstack-start-codefastlabs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Builds and deploys full-stack React applications on Cloudflare Workers with type-safe routing, server functions, and SSR capabilities, simplifying migration from Vinxi to Vite and enabling robust cloud deployments.

Core Features & Use Cases

  • Type-safe routing with TanStack Router
  • Server functions and SSR/streaming on Cloudflare Workers
  • Migration-ready guidance from Vinxi to Vite and Cloudflare deployment patterns
  • D1/KV/R2 bindings support and production-grade deployment workflows

Quick Start

Create a new TanStack Start project on Cloudflare Workers, install dependencies, and start the development server.

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

You can build a full-stack React app on Cloudflare Workers using type-safe routing, server functions, and SSR/streaming capabilities to handle dynamic content delivery.

What is the best way to migrate a React project from Vinxi to Vite?▼

Migrating from Vinxi to Vite involves using migration-ready guidance to transition your build process, enabling robust cloud deployments and server patterns on Cloudflare Workers.

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

Yes, TanStack Start supports Cloudflare D1, KV, and R2 bindings, allowing you to integrate databases, key-value storage, and object storage within your production-grade deployment workflows.

Can I use type-safe routing with server functions for React on Cloudflare?▼

Yes, you can implement type-safe routing with TanStack Router alongside server functions to manage data fetching and mutations directly on Cloudflare Workers.

Why use Vite instead of Vinxi for React server functions on Cloudflare?▼

Vite replaces Vinxi to satisfy production-ready RC release criteria, streamlining cloud bindings support and enabling migration-guided server patterns for full-stack React applications.

When do I need server functions and SSR streaming for my React application?▼

You need server functions and SSR streaming when building full-stack React applications that require optimized data loading, server-side rendering, and robust cloud deployment on Cloudflare Workers.