start-core/deployment

Deploy TanStack Start apps to Cloudflare Workers, Netlify, Nitro, and Bun with configurable SSR.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/redacharf/fin-punk --skill start-core-deployment-redacharf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-core/deployment
Source: https://github.com/redacharf/fin-punk/tree/main/.agents/skills/start-core/deployment
Command: npx skills add https://github.com/redacharf/fin-punk --skill start-core-deployment-redacharf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy TanStack Start apps to major hosting providers with selective SSR, prerendering, and SEO head management.

Core Features & Use Cases

  • Multi-provider hosting setup across Cloudflare Workers, Netlify, Nitro-based environments (Vercel, Railway, Node.js, Docker), Bun.
  • Selective SSR per route, static prerendering, and SEO/head management configuration.
  • Production-ready deployment templates, examples, and best practices for end-to-end hosting workflows.

Quick Start

Follow the deployment examples to set up hosting and SSR for your TanStack Start app.

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?

You can deploy TanStack Start apps to Cloudflare Workers by applying production-ready hosting templates that configure the server output for the Workers runtime. The Skill provides deployment examples for this specific provider.

Can I enable SSR only on specific routes in TanStack Start?

Yes, selective SSR per route is fully supported. You can configure specific routes to use server-side rendering while applying static prerendering to others, optimizing both performance and SEO head management.

What is the best way to set up prerendering and SEO head management for a TanStack Start application?

Use integrated deployment templates that combine static prerendering with SEO head management configuration. This ensures your prerendered HTML includes proper meta tags for search engine visibility across hosting providers.

Does this deployment setup work with Nitro-based environments like Vercel or Railway?

Yes, the deployment setup works with Nitro-based environments including Vercel, Railway, Node.js, and Docker. It also supports Bun, providing production-ready templates for these major hosting providers.

Why do I need to configure SSR when hosting my TanStack Start app?

Configuring SSR ensures your app renders content on the server before sending it to the client, which is essential for SEO and initial page load performance. Selective SSR allows you to apply this only where needed.