Skip to content
OpenSmartRoute
Skillv1.0.0

TanStack Start

Build full-stack React applications with TanStack Start on Cloudflare Workers. Type-safe routing, server functions, SSR/streaming, and seamless D1/KV/R2 integration. Use when: building full-stack Reac

by ovachiever(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from ovachiever/droid-tings (skills/tanstack-start/SKILL.md). Install upstream with npx skills add ovachiever/droid-tings --skill tanstack-start. Copyright stays with the author (MIT).

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.136.9 as of 2025-11-18)
  • ❌ GitHub #5734 resolved (memory leak with TanStack Form - OPEN as of 2025-11-02)
  • ⏸️ Critical bugs stabilization period
  • ⏸️ Template/reference content creation

Current Package: @tanstack/react-start@1.136.9 (Nov 18, 2025)

DO NOT USE IN PRODUCTION YET - RC status, active memory leak issue


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-18 RC Announced: September 22, 2025 Expected Stable: Pending issue #5734 resolution + final RC feedback

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/ovachiever-droid-tings-tanstack-start/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

ovachiever-droid-tings-tanstack-start.ocm.jsonjson
{
  "ocm": "1",
  "id": "ovachiever-droid-tings-tanstack-start",
  "kind": "skill",
  "name": "TanStack Start",
  "description": "Build full-stack React applications with TanStack Start on Cloudflare Workers. Type-safe routing, server functions, SSR/streaming, and seamless D1/KV/R2 integration. Use when: building full-stack React apps, need SSR with Cloudflare Workers, want type-safe server functions, or migrating from Next.js. RC status - v1.0 stable pending. Monitor tanstack/router#5734 (memory leak) before production use.",
  "publisher": "ovachiever",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "math"
    ],
    "tags": [
      "skill-md",
      "tanstack-start",
      "tanstack-react-start",
      "tanstack-router",
      "full-stack-react",
      "ssr",
      "server-side-rendering",
      "cloudflare-workers",
      "cloudflare-vite-plugin",
      "server-functions"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Build full-stack React applications with TanStack Start on Cloudflare Workers. Type-safe routing, server functions, SSR/streaming, and seamless D1/KV/R2 integration. Use when: building full-stack React apps, need SSR with Cloudflare Workers, want type-safe server functions, or migrating from Next.js. RC status - v1.0 stable pending. Monitor tanstack/router#5734 (memory leak) before production use."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/ovachiever/droid-tings",
      "path": "skills/tanstack-start/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/ovachiever/droid-tings/blob/HEAD/skills/tanstack-start/SKILL.md",
      "key": "ovachiever/droid-tings/skills/tanstack-start/SKILL.md"
    },
    "allowed_tools": [
      "Bash",
      "Read",
      "Write",
      "Edit"
    ],
    "license": "MIT"
  },
  "instructions": "# TanStack Start Skill [DRAFT - NOT READY]\n\n⚠️ **Status: Release Candidate - Monitoring for Stability**\n\nThis skill is prepared but NOT published. Waiting for:\n- ⏸️ v1.0 stable release (currently RC v1.136.9 as of 2025-11-18)\n- ❌ GitHub #5734 resolved (memory leak with TanStack Form - OPEN as of 2025-11-02)\n- ⏸️ Critical bugs stabilization period\n- ⏸️ Template/reference content creation\n\n**Current Package:** `@tanstack/react-start@1.136.9` (Nov 18, 2025)\n\n**DO NOT USE IN PRODUCTION YET** - RC status, active memory leak issue\n\n---\n\n## Skill Overview\n\nTanStack Start is a full-stack React framewo",
  "cost": {
    "context_tokens": 389
  }
}

Fetch it by URL: GET /api/v1/registry/ovachiever-droid-tings-tanstack-start/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.