From 26a586d4b4cc9368f9e841a4d2b4c2c414c3b710 Mon Sep 17 00:00:00 2001 From: Mario Lopez Martinez Date: Fri, 8 May 2026 16:15:52 -0500 Subject: [PATCH] feat(builder): add Vercel as a deploy provider TanStack Start has first-party support on Vercel via the Nitro Vite plugin, so add Vercel alongside Cloudflare, Netlify, and Railway in the builder's deploy actions. Mirrors the Railway/Nitro path with one deviation: pins the nitro dep to the stable 'latest' tag (currently a beta) instead of nitro-nightly, because today's nightly hits a 508 INFINITE_LOOP_DETECTED on every request when deployed to Vercel. Verified end-to-end with a real TanStack Start app deployed via this exact config. Refs: https://vercel.com/docs/frameworks/full-stack/tanstack-start --- src/components/ApplicationStarter.tsx | 13 +++++ src/components/application-builder/shared.ts | 6 ++- src/components/deploy/shared.ts | 8 ++- src/utils/provider-config.server.ts | 56 +++++++++++++++++++- 4 files changed, 80 insertions(+), 3 deletions(-) diff --git a/src/components/ApplicationStarter.tsx b/src/components/ApplicationStarter.tsx index ea4fa64ac..cd1eea04b 100644 --- a/src/components/ApplicationStarter.tsx +++ b/src/components/ApplicationStarter.tsx @@ -832,6 +832,19 @@ export function ApplicationStarter({ Deploy to Railway + + {!showMoreActions ? (