Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.27 KB

File metadata and controls

37 lines (28 loc) · 1.27 KB

fuse-tanstack-start

Expert TanStack Start — the full-stack React framework with file-based routing, createServerFn, selective SSR, middleware, and Nitro deployment.

Agents

Agent Description
tanstack-start-expert Complete TanStack Start full-stack development

Skills

Skill Description
start-core Framework fundamentals, tanstackStart() Vite plugin, project layout
start-server-functions createServerFn, .validator(), .handler(), GET/POST
start-middleware createMiddleware request and server-function chains
start-execution-model Isomorphic loaders vs server-only boundaries
start-server-routes API / server routes via server.handlers
start-routing-data File-based routing, loaders, search params
start-auth Sessions, login/logout, protecting data and functions
start-deployment Nitro targets — Vercel, Cloudflare, Netlify, Node
solid-tanstack-start SOLID principles, modular architecture

MCP Servers

  • Context7 (documentation)
  • Exa (web search)
  • Sequential Thinking
  • shadcn (component registry)

SOLID Rules

  • Files < 100 lines
  • Interfaces in src/interfaces/
  • JSDoc mandatory
  • Never hand-edit routeTree.gen.ts