Pitlane

Platform Integration for Remix Apps

One remix() Vite plugin enables you to package your app for Cloudflare, Netlify, Vercel, Node, Bun, or Deno.

$ vp add -D @pitlane/dev
$ vp dev
$ vp build
$ vp preview
$ git push
Install
$vp add -D @pitlane/dev
The Stack

Remix web app, Vite+ tooling, deploy anywhere.

Why Pitlane

A build plugin that fits Remix instead of fighting it.

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.

Learn the workflow
Lap Time

From scaffold to deploy in under a minute.

00:00.00$ vpx giget github:pitlane-tools/templates/cloudflare airfoil→ Scaffolded app
 $ cd airfoil && vp install→ Installed 184 packages
 $ vpx wrangler d1 create airfoil-db→ D1 database provisioned
 $ vp dev→ Dev server running on :1612
 $ git push→ Deployed to https://airfoil.workers.dev
Pitlane pit crew servicing a Pitlane-branded race carPitlane pit crew servicing a Pitlane-branded race car
Deployment

A pit-crew that can help you deploy in no time flat.

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 guides
Pole Position

A short setup, a long straight.

·1plugin
plugins: [remix()] is the whole build config: SSR + client builds, dev, preview, and hydration.
·2peer deps
remix and vite are the only dependencies Pitlane requires.
·6guides
Learn how to deploy a Remix app to Cloudflare, Netlify, Vercel, Railway, Deno Deploy, or GitHub Pages in the documentation.
Build With
Footer background

It's lights out and away we go!

Add the Pitlane Remix plugin to your Vite config, keep the workflow you have, and deploy your app anywhere.

Get started

© 2026 Pitlane contributors.