tanstack-start

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

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/Walshington/tripnest --skill tanstack-start-walshington
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tanstack-start
Source: https://github.com/Walshington/tripnest/tree/main/.agents/skills/tanstack-start
Command: npx skills add https://github.com/Walshington/tripnest --skill tanstack-start-walshington

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables building and deploying TanStack Start-based full-stack React apps on Cloudflare Workers, simplifying setup for routing, server functions, SSR, and cloud bindings.

Core Features & Use Cases

  • Type-safe routing and server functions with SSR/streaming on Cloudflare Workers.
  • Migration guidance from Vinxi to Vite and seamless integration with D1, KV, and R2 bindings.
  • Production-ready deployment patterns, templates, and best practices for Cloudflare deployments and migrations.

Quick Start

Use this skill to scaffold a Cloudflare Workers project with TanStack Start.

  • Create a new project: npm create cloudflare@latest my-app -- --framework=tanstack-start
  • Change directory: cd my-app
  • Install dependencies: npm install
  • Run in development: npm run dev
  • Build for production: npm run build
  • Deploy to Cloudflare: wrangler deploy

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

You can build full-stack React apps with SSR on Cloudflare Workers by using TanStack Start to scaffold a project, enabling type-safe routing, server functions, and streaming. This setup provides a ready-to-use project template configured for Cloudflare deployment.

How do I migrate a TanStack Start project from Vinxi to Vite?▼

Migrating from Vinxi to Vite involves using migration-tested patterns provided by the framework to update your build tool configuration. This skill offers guidance to transition your project setup while maintaining server functions and SSR capabilities.

Can I integrate Cloudflare D1, KV, and R2 bindings with TanStack Start?▼

Yes, you can seamlessly integrate Cloudflare D1, KV, and R2 bindings with TanStack Start. The skill provides configuration patterns to connect your full-stack React application to these Cloudflare storage and database services.

What is the best way to deploy a TanStack Start application to Cloudflare?▼

The best way to deploy a TanStack Start application to Cloudflare is by running `wrangler deploy` after building your project. This skill provides production-ready deployment patterns and templates specifically for Cloudflare Workers.

Does TanStack Start support type-safe routing and server functions?▼

Yes, TanStack Start supports type-safe routing and server functions natively. It allows you to build full-stack React applications with end-to-end type safety while leveraging SSR and streaming capabilities on Cloudflare Workers.