start-core/deployment

Deploy TanStack Start applications to multiple hosting platforms with SSR and SEO configuration.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/guillempuche/engranatge --skill start-core-deployment-guillempuche
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: start-core/deployment
Source: https://github.com/guillempuche/engranatge/tree/main/docs/repos/tanstack-router/packages/start-client-core/skills/start-core/deployment
Command: npx skills add https://github.com/guillempuche/engranatge --skill start-core-deployment-guillempuche

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It eliminates the manual, error‑prone process of configuring and deploying TanStack Start applications across multiple hosting platforms while handling selective server‑side rendering, static prerendering, and SEO setup.

Core Features & Use Cases

  • Multi‑platform deployment: Cloudflare Workers, Netlify, Vercel, Railway, Node.js/Docker, Bun.
  • Selective SSR: Per‑route control with ssr, data‑only, and functional forms.
  • Static prerendering: Automatic crawling and generation of static HTML.
  • SEO & head management: Dynamic meta tags, JSON‑LD, and sitemap generation.
  • Use case: A development team can push a TanStack Start app to production with a single configuration, tailoring rendering strategies and SEO for optimal performance on their chosen host.

Quick Start

Ask the skill to configure and deploy your TanStack Start project to your selected hosting provider with appropriate SSR and SEO settings.

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 Cloudflare Workers or Netlify?▼

You can deploy a TanStack Start app to Cloudflare Workers or Netlify by configuring Vite, the TanStack Start plugin, and Nitro server adapters to bundle the application for your chosen hosting platform.

Can I configure selective server-side rendering and static prerendering per route?▼

Yes, you can configure selective SSR and static prerendering per route using forms like `ssr` and `data-only`, alongside automatic crawling to generate static HTML for optimized performance.

What is the best way to set up SEO and dynamic meta tags for TanStack Start?▼

The best way to set up SEO for TanStack Start is by configuring dynamic meta tags, JSON-LD, and sitemap generation during the deployment process to ensure optimal search engine indexing.

Does TanStack Start deployment require Vite and Nitro adapters?▼

Yes, TanStack Start deployment requires Vite, the TanStack Start plugin, and Nitro adapters to properly bundle and serve the application with the appropriate server adapters for each host.

Which hosting platforms are supported for deploying TanStack Start applications?▼

Supported hosting platforms for deploying TanStack Start applications include Cloudflare Workers, Netlify, Vercel, Railway, Node.js/Docker, and Bun, each utilizing specific Nitro server adapters.

Why does prerendering fail when deploying TanStack Start to production?▼

Prerendering fails if the Vite and TanStack Start plugin configuration lacks proper Nitro adapter setup, preventing the automatic crawling and static HTML generation required for production deployment.