start-core/deployment

Deploy TanStack Start applications with SSR, prerendering, and SEO configurations.

4|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill start-core-deployment-lespaceman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-core/deployment
Source: https://github.com/lespaceman/athena-workflow-marketplace/tree/main/plugins/tanstack-start/skills/upstream/%40tanstack/start-client-core/skills/start-core/deployment
Command: npx skills add https://github.com/lespaceman/athena-workflow-marketplace --skill start-core-deployment-lespaceman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy TanStack Start applications to hosting providers with correct SSR, prerendering, and SEO configurations, reducing deployment friction and misconfigurations.

Core Features & Use Cases

  • Hosting provider deployment templates for Cloudflare Workers, Netlify, Nitro-based deployments (Vercel/Railway/Node.js/Docker), and Bun.
  • SSR configuration per route, including defaults and data-only variations, plus static prerendering and SEO/head management.
  • Use Case: A developer wants to deploy a TanStack Start app with SSR enabled for the blog route and prerendered static pages for the homepage to improve performance.

Quick Start

Deploy a TanStack Start app to a chosen hosting provider with SSR and prerendering enabled.

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 with SSR and prerendering enabled?

To deploy a TanStack Start app with SSR and prerendering enabled, you use hosting provider templates for platforms like Cloudflare Workers or Vercel, configure per-route SSR rules, and define static prerendering workflows to reduce deployment friction and misconfigurations.

What is the best way to configure per-route SSR in a TanStack Start application?

Configuring per-route SSR in a TanStack Start application involves setting SSR defaults and data-only variations for specific routes. This approach allows you to enable server-side rendering for dynamic pages while applying static prerendering to others.

Does this deployment configuration support hosting on Cloudflare Workers and Netlify?

Yes, the deployment configuration supports hosting on Cloudflare Workers, Netlify, and Nitro-based deployments including Vercel, Railway, Node.js, and Docker, providing templates to correctly deploy TanStack Start applications across these providers.

How do I manage SEO and head tags when deploying a TanStack Start app?

You manage SEO and head tags during TanStack Start deployment by utilizing the built-in SEO and head management configurations. This ensures correct metadata rendering alongside SSR and static prerendering workflows for your routes.

Why should I use prerendering instead of SSR for my TanStack Start homepage?

Using prerendering instead of SSR for your TanStack Start homepage generates static HTML at build time, which improves performance and reduces server load. SSR is better reserved for dynamic routes like a blog that require real-time data.