tanstack-start

Generate a full-stack TanStack Start app with SSR, routing, auth, and D1 deployment.

3|2|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/zaid-khan-code/learnHub-ai-powered-online-learning-platform-lms --skill tanstack-start-zaid-khan-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tanstack-start
Source: https://github.com/zaid-khan-code/learnHub-ai-powered-online-learning-platform-lms/tree/main/.agents/skills/tanstack-start
Command: npx skills add https://github.com/zaid-khan-code/learnHub-ai-powered-online-learning-platform-lms --skill tanstack-start-zaid-khan-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the complexity of starting a production-ready TanStack Start app by generating the full stack, routing, auth, database, styling, and deployment setup from scratch.

Core Features & Use Cases

  • Full-stack app generation: Creates SSR-ready TanStack Start projects with file-based routing and server functions.
  • Cloudflare deployment: Configures Vite, Wrangler, D1, and Cloudflare Workers compatibility for production.
  • Auth and data workflows: Sets up better-auth, Drizzle, validation, protected routes, and CRUD patterns.
  • Use case: Build a new internal dashboard, authenticated admin app, or SaaS starter with consistent project structure and deployment guidance.

Quick Start

Use the tanstack-start skill to generate a complete TanStack Start app on Cloudflare Workers with SSR, routing, auth, database, styling, and deployment scaffolding.

Frequently Asked Questions about tanstack-start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a full-stack TanStack Start app with Cloudflare Workers?

To build a full-stack TanStack Start app on Cloudflare Workers, you need to scaffold SSR-ready projects with file-based routing, server functions, and Wrangler configuration, generating the complete project structure and deployment setup automatically.

What is the best way to set up better-auth and Drizzle for an authenticated dashboard?

The best way to set up an authenticated dashboard is by initializing better-auth and Drizzle together to establish per-request database access, protected routes, and validation patterns for secure CRUD workflows.

Can I deploy a TanStack Start application with server-side rendering to Cloudflare D1?

Yes, you can deploy a TanStack Start SSR application to Cloudflare Workers by configuring Vite and Wrangler compatibility to integrate D1 databases for production data management.

Does TanStack Start work with React 19 and Tailwind v4 for styling?

TanStack Start works with React 19 and Tailwind v4 to provide modern SSR capabilities and UI styling, allowing integration of shadcn/ui components to build authenticated admin apps and SaaS starters.

How do I configure per-request database initialization in a Cloudflare Workers SSR app?

To configure per-request database initialization in a Cloudflare Workers SSR app, you must set up D1 and Drizzle within server functions to ensure isolated database queries and authentication state for each incoming request.