tanstack-start

Set up and develop TanStack Start projects with Vite, Vitest, and shadcn/ui.

4|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/kvnwolf/devtools --skill tanstack-start-kvnwolf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tanstack-start
Source: https://github.com/kvnwolf/devtools/tree/main/plugins/web/skills/tanstack-start
Command: npx skills add https://github.com/kvnwolf/devtools --skill tanstack-start-kvnwolf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive set of instructions and configurations to streamline the setup, development, and deployment of projects using the TanStack Start framework.

Core Features & Use Cases

  • Project Scaffolding: Guides you through setting up a new TanStack Start project from scratch, including dependency installation and configuration file updates.
  • Development Workflow: Details how to configure build tools like Vite and Vitest, set up routing, and manage environment variables.
  • Use Case: When starting a new web application with TanStack Start, use this Skill to ensure all necessary dependencies are installed, configurations are correctly set up for development and testing, and the project structure adheres to best practices.

Quick Start

Follow the steps in this skill to set up a new TanStack Start project.

Frequently Asked Questions about tanstack-start

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

FAQPage Schema
How do I set up a new TanStack Start project from scratch?

To set up a TanStack Start project, you need to scaffold the application, install necessary dependencies, and update configuration files for Vite and Vitest to ensure a type-safe development environment.

Can I configure Vitest and Vite for a TanStack Start application?

Yes, you can configure Vite and Vitest for your TanStack Start application. The Skill provides specific instructions for updating build tool configurations to streamline your development and testing workflows.

What's the best way to add routing and environment variables in TanStack Start?

The best way to set up routing and environment variables in TanStack Start involves following best practice project structures. This Skill guides you through configuring these features to build type-safe, performant web apps.

Does TanStack Start work with shadcn/ui for component development?

Yes, TanStack Start works with shadcn/ui. This Skill includes instructions for integrating shadcn/ui to facilitate rapid component development within your type-safe web application workflow.

Why use TanStack Start for type-safe web development?

Use TanStack Start for type-safe web development to leverage a comprehensive framework setup. It streamlines project initialization, dependency management, and configuration, facilitating rapid development of performant applications.