Tanstack Start Project Structure

File layout and code-organization conventions for Roy's TanStack Start projects — where files live under `src/`, the `.functions.ts` / `.server.ts` / `.schema.ts` split for business logic, route and loader structure, and how the client/server boundary is enforced. Consult when creating any file under `src/`, adding or editing a route or loader, writing or modifying a `createServerFn` server function, or deciding where a piece of logic should live.

r-portas 22c3991 13.3 KB Updated

File contents

r-portas/skills/tree/main/tanstack-start-project-structure commit 22c3991cb0

Frequently asked questions

npx skillmds@latest add r-portas/tanstack-start-project-structure