Deploy

Deploy adapters

One build seam, every platform — each adapter rides the public SigxAdapter contract in @sigx/vite, and the runtime everywhere is a single WinterCG createFetchHandler. Node, Deno and Bun need no adapter package at all — see the Deploying guide.

3 of 3
Stable
Cloudflare
@sigx/cloudflare
The flagship adapter — a fully bundled, workerd-conditioned worker with a node-free render path, a wrangler.jsonc scaffolded once and validated on drift, and optional local binding proxies in dev. Deploy with wrangler deploy.
v0.13.0Open
Stable
Vercel
@sigx/vercel
Generates the complete .vercel/output layout on every build — static assets, the bundled render function and the route table — on the Node runtime (default) or the edge. Deploy with vercel deploy --prebuilt.
v0.13.0Open
Stable
Netlify
@sigx/netlify
Emits the .netlify/v1/functions/sigx-ssr catch-all function with preferStatic routing — CDN files win, the raw outlet template stays off "/", and netlify.toml stays yours. Deploy with netlify deploy --prod.
v0.13.0Open