Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/start/framework/react/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ export default defineConfig({

Deploy your application to Vercel using their one-click deployment process, and you're ready to go!

### Firebase App Hosting

[Firebase App Hosting](https://firebase.google.com/docs/app-hosting) is compatible with TanStack Start [without any additional configuration needed](https://firebase.blog/posts/2025/06/app-hosting-frameworks#nitro-analog-nuxt-solidstart-tanstack-start).

### Node.js / Railway / Docker

TanStack Start builds to a `node` server by default. Use the `node` command to start your application from the server from the build output files.
Expand Down
Loading