Tanstack Start Compatibility

Will the sdk work in a tanstack start app?

in your guides Integrate Pages I couldn’t find it.

Hi there,

Could you share which SDK you’re referring to?

Also, what’s the primary use case: are you planning to use it on the client (browser), server, or both? For example: auth, payments, analytics, real-time, etc.

Compatibility with a TanStack Start app usually depends on whether the SDK is:

  • browser-safe vs Node-only

  • tied to a specific framework (like Next.js APIs)

  • dependent on things like SSR, edge runtimes, or custom build configs

If you can share the SDK name (or a link), I can give a more precise answer on whether it’ll work and how to integrate it.