Vite plugin (v1.0.2) integrating TanStack Start with Zephyr cloud deployment platform. Enables deploying TanStack Start applications to Zephyr with minimal configuration. Requires vite 7 or 8, and @tanstack/react-start 1+. Ships TypeScript types. Active development with frequent security patches and feature releases.
npm install vite-plugin-tanstack-start-zephyrVerified import paths — ran on the pinned version, not inferred.
Minimal setup to add Zephyr deployment support to a TanStack Start project.
Upgrade vite to 7.x or 8.x.
Upgrade @tanstack/react-start to 1.x.
Use ESM `import` syntax.
Switch to ESM: add "type": "module" in package.json or use .mjs extension, then use `import`.
Invoke the default export: `zephyrPlugin()` in plugins array.
Install @tanstack/react-start@^1.0.0.