ClaudeToHost
DEPLOYMENT FOR PROJECTS BUILT WITH CLAUDE

Your project runs on your machine. Put it online.

Drop the folder. We install it, build it and serve it — on real Kubernetes, over HTTPS, in about a minute. Nothing to configure.

sites · front ends · Vite, Astro, Next projects
HOW IT WORKS

From archive to a live address

Every step is explicit. When something is refused, you are told which rule it hit and where.

01
Import
A .zip or .tar.gz. We unpack it in memory, refuse anything that escapes its own folder, and re-pack it into one canonical archive.
02
Build
A package.json triggers npm ci then npm run build, sandboxed, with no cluster credentials and nothing private in reach. Already built? We skip it.
03
Publish
An Ingress, a certificate issued for your host, and an address that is yours. No pod: a site with no visitors costs nothing.
04
In flight
Redeploy whenever: the previous version keeps serving throughout the build, then the address switches over. It never changes.
WHAT WE HOST

What you drop decides what you get

One thing today — but it works end to end, not on paper.

Front endslive
React, Vite, Astro, Next export or plain HTML. We install and build it, then serve the result as files — nothing of yours runs after that.
HTTPS URL · deep links · immutable cache

Workers (bots, scheduled tasks), HTTP services and MCP servers are written and tested, but none has run in production yet. They ship once proven, not before.

HOW IT RUNS

Your code runs once, in a sandbox

Building means running the install scripts of your whole dependency tree. That is treated as what it is.

Syscall sandbox

The build runs under gVisor, non-root, with no service-account token: the pod cannot talk to Kubernetes at all.

Closed egress

The internet on 80/443 so npm works, and nothing private. A build that could reach Vault or another tenant would be worth more than the build.

The output is re-checked

The produced archive goes back through the same boundary as your upload. The build script's own checks are a service to you; they guarantee us nothing.

PRICING

Private beta, and we say so

No three-column grid for a product with no billing. Here is what there is.

The real limits

The hard part was building it.

The rest is an archive and a minute.

Deploy a project