What is the Vercel "framework preset" for Tanstack Start?
I am porting a Next.js app to Tanstack Start. I am still in a feature branch. I have removed all Next.js stuff, but Vercel still say it autodetected a Next.js app. I have also redeployed without the build cache.
The settings also still say Next.js. So I figured I could just manually flip it over to Vinxi, but it's not an option in the list.

5 Replies
fascinating-indigoOP•9mo ago
Setting it to SolidStart v1 works (both SolidStart and Tanstack Start use vinxi)

like-gold•9mo ago
Yeah you can’t change it per branch
It was one annoyance I had with vercel.
You could also just set it to Nitro I believe
fascinating-indigoOP•9mo ago
Nitro is not in the list of Framework Presets, but SolidStart v1 works so no matter.

like-gold•9mo ago
Oh good!
stormy-gold•9mo ago
Do you guys know the effect of this setting? I had mine configured to "Other" and don't have any issues with Vercel deployments.