One remix() Vite plugin enables you to package your app for Cloudflare, Netlify, Vercel, Node, Bun, or Deno.
vp add -D @pitlane/dev Pitlane keeps the build visible and typed. remix() sequences the SSR and client builds, clientEntry() marks components for hydration, and ?assets= imports resolve hashed asset URLs for server-rendered HTML — no manifest plumbing.
Vite+ (or plain Vite) runs the application lifecycle. Your server entry exports a WinterTC standard fetch handler, and platform plugins like @cloudflare/vite-plugin, @netlify/vite-plugin or nitro/vite compose alongside.


Build in CI, upload artifacts. Every deploy guide pairs a CLI walkthrough with a GitHub Actions workflow, so the Vite build always runs where you control it.
Deployment guidesplugins: [remix()] is the whole build config: SSR + client builds, dev, preview, and hydration. remix and vite are the only dependencies Pitlane requires.