start-core/deployment

Deploy TanStack Start apps to hosting providers with per-route SSR.

14.9k|1.8k|Updated Jan 14, 2019
One-click install
npx skills add https://github.com/TanStack/router --skill start-core-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-core/deployment
Source: https://github.com/TanStack/router/tree/main/packages/start-client-core/skills/start-core/deployment
Command: npx skills add https://github.com/TanStack/router --skill start-core-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy TanStack Start apps to hosting providers with built-in SSR controls, prerendering, and SEO-ready rendering.

Core Features & Use Cases

  • Supports deployment to Cloudflare Workers, Netlify, Vercel, Nitro (Vercel/Railway/Node), Bun, and Node.js/Docker.
  • Enables selective SSR per route, static prerendering, and SEO/head management for production-grade apps.

Quick Start

Deploy your Start app to your chosen hosting provider and enable per-route SSR in your route definitions.

Frequently Asked Questions about start-core/deployment

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

FAQPage Schema
How do I deploy a TanStack Start app to hosting providers with SSR?

Deploy TanStack Start apps to hosting providers by defining hosting configurations via Vite and Nitro plugins. This enables production-quality deployments with per-route SSR across Cloudflare, Netlify, Vercel, Bun, and Node.js.

Can I enable selective SSR per route in TanStack Start?

Yes, selective SSR per route is supported in TanStack Start. You can enable per-route SSR directly within your route definitions, allowing granular control over server-side rendering behavior for your application.

How does prerendering work for SEO and head management in TanStack Start?

Prerendering in TanStack Start generates static HTML for routes to improve SEO and head management. It works alongside selective SSR to ensure production-grade, SEO-ready rendering across your chosen hosting provider.

Does TanStack Start deployment support Cloudflare Workers and Vercel?

Yes, TanStack Start deployment supports Cloudflare Workers and Vercel, alongside Netlify, Nitro, Bun, and Node.js/Docker. Provider-specific setup is configured via Vite and Nitro plugins for each platform.

What is the best way to configure hosting for a TanStack Start application?

The best way to configure hosting for a TanStack Start application is via Vite and Nitro plugins. This approach applies provider-specific setup, selective SSR, prerendering, and SEO controls for production-quality deployments.