start-core/deployment

Deploy TanStack Start apps to Cloudflare Workers, Netlify, or Vercel.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/abereghici/skills --skill start-core-deployment-abereghici
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-core/deployment
Source: https://github.com/abereghici/skills/tree/main/vendor/tanstack-router/packages/start-client-core/skills/start-core/deployment
Command: npx skills add https://github.com/abereghici/skills --skill start-core-deployment-abereghici

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates deployment and rendering configuration for TanStack Start apps across hosting providers, reducing manual setup and errors.

Core Features & Use Cases

  • Hosting provider templates: Cloudflare Workers, Netlify, Vercel, Nitro-based deployments.
  • SSR configuration per route and selective SSR control.
  • Static prerendering and ISR support with cache-control and SEO integration.
  • Head management and SEO metadata generation.
  • Simple deploy commands and integration with Vite/Nitro plugin ecosystem.

Quick Start

Run the deployment workflow to publish your TanStack Start app to your chosen hosting provider.

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 Vercel?

Deploy TanStack Start apps to hosting providers like Cloudflare Workers, Netlify, or Vercel by running the deployment workflow, which automates hosting setup and integrates Vite and Nitro plugins to publish your app.

Can I configure SSR per route in a TanStack Start application?

Yes, you can implement selective SSR control and configure SSR per route in TanStack Start, allowing you to define server-side rendering behavior for specific routes before deploying.

Does TanStack Start support static prerendering and SEO head management?

Yes, TanStack Start supports static prerendering, ISR with cache-control, and SEO head management, allowing you to generate SEO metadata and control prerendering options during the build process.

What's the best way to set up Nitro-based deployments for TanStack Start?

The best way to set up Nitro-based deployments for TanStack Start is by using the deployment workflow, which configures the necessary Nitro plugins and hosting settings to reduce manual setup errors.

Do I need Vite plugins to deploy a TanStack Start app with SSR?

Yes, deploying a TanStack Start app with SSR and prerendering requires Vite and Nitro plugins to properly configure hosting providers and manage rendering behavior.