Back to Skills

TanStack Start

jezweb
Updated 2 days ago
110 views
33
4
33
View on GitHub
Metareactdesign

About

TanStack Start is a full-stack React framework built on TanStack Router that offers SSR with Cloudflare Workers support and type-safe server functions. Use it when building full-stack React applications or migrating from Next.js. Note that this skill is currently in release candidate status, awaiting v1.0 stable release and resolution of critical issues.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/jezweb/claude-skills
Git CloneAlternative
git clone https://github.com/jezweb/claude-skills.git ~/.claude/skills/TanStack Start

Copy and paste this command in Claude Code to install this skill

Documentation

TanStack Start Skill [DRAFT - NOT READY]

⚠️ Status: Release Candidate - Monitoring for Stability

This skill is prepared but NOT published. Waiting for:

  • ✅ v1.0 stable release (currently RC v1.120.20)
  • ❌ GitHub #5734 resolved (memory leak causing crashes)
  • ❌ All "needed-for-start-stable" issues closed
  • ❌ 2+ weeks without critical bugs

DO NOT USE IN PRODUCTION YET


Skill Overview

TanStack Start is a full-stack React framework with:

  • Client-first architecture with opt-in SSR
  • Built on TanStack Router (type-safe routing)
  • Server functions for API logic
  • Official Cloudflare Workers support
  • Integrates with TanStack Query

When v1.0 Stable

This skill will provide:

  • Cloudflare Workers + D1/KV/R2 setup
  • Server function patterns
  • SSR vs CSR strategies
  • Migration guide from Next.js
  • Known issues and solutions

Monitoring

Track stability at: planning/stability-tracker.md

Check weekly:


Installation (When Ready)

npm create cloudflare@latest -- --framework=tanstack-start

Last Updated: 2025-11-07 Expected Stable: 1-3 months (Dec 2025 - Jan 2026)

GitHub Repository

jezweb/claude-skills
Path: skills/tanstack-start
aiautomationclaude-codeclaude-skillscloudflarereact

Related Skills

content-collections

Meta

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

View skill

creating-opencode-plugins

Meta

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

cloudflare-turnstile

Meta

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

View skill