Can I host my landing page on Framer & everything else in TSS?
In nextjs I could proxy the landing page to a framer-hosted site, and then everything else in my deployed vercel app.
Can I do the same with TSS?
8 Replies
foreign-sapphire•3mo ago
how did you handle that in next js
rewrites ?
rotten-yellowOP•3mo ago
yes sir!
rotten-yellowOP•3mo ago
I could do something like this in next.

foreign-sapphire•3mo ago
where do you deploy your project ?
vercel ?
rotten-yellowOP•3mo ago
my current project, netlify.
The example above was vercel
foreign-sapphire•3mo ago
I think this will handle the problem
https://x.com/schanuelmiller/status/1963371179231568215?s=61
but for now try netlify config or nitro proxy ( nitro.config.ts )
Manuel Schiller (@schanuelmiller)
Soon in TanStack Router/Start: URL rewrites
This opens up a ton of possibilities such as
- i18n with translated URL paths
- multi-tenant apps with subdomains

X
rotten-yellowOP•3mo ago
Damn, sounds like I'm right on time for this update haha! Great sleuthing
foreign-sapphire•3mo ago
Yea