T
TanStack2mo ago
xenial-black

GitHub - daveycodez/tanstack-start-hybri...

I just finished my repo showcasing TanStack Start as a single codebase for a hybrid application, deployed to Cloudflare Workers for web & API, then deployed to mobile via Capacitor and Desktop via Tauri. Fully supports server functions & API routes. Runs in SSR mode on the server and SPA mode for the offline native apps: https://github.com/daveycodez/tanstack-start-hybrid
GitHub
GitHub - daveycodez/tanstack-start-hybrid: Hybrid TanStack Start + ...
Hybrid TanStack Start + Capacitor + Tauri Application - daveycodez/tanstack-start-hybrid
4 Replies
flat-fuchsia
flat-fuchsia3w ago
Hey there Can you please share step by step for deploying it on cloudflare with server side rendering and client side as well
judicial-coral
judicial-coral3w ago
should be as simple as creating a Cloudflare worker in their dashboard, connecting it to the GitHub repo for auto deploys, then changing the wrangler.jsonc name to match your cloudflare worker's name
flat-fuchsia
flat-fuchsia2w ago
can we do the same on netlify ?
judicial-coral
judicial-coral2w ago
Yea should work just fine on netlify

Did you find this page helpful?