Vercel HostingDeploy by JSON POST
vercel-hostingSend your files as a JSON payload. One POST, you're live. (You're on it now.)
You're on it
This page itself is a Next.js app deployed via vercel-hosting — sent as a single JSON payload to /api/vercel/deploy. No git. No CLI. No Vercel dashboard.
Recent deployments
Ready
The actual call (this page's deployment)
POST
/api/vercel/deploy{
"files": [
{
"file": "package.json",
"data": "{...}"
},
{
"file": "next.config.js",
"data": "..."
},
{
"file": "src/app/page.tsx",
"data": "..."
},
"...27 more files"
],
"projectSettings": {
"framework": "nextjs"
}
}One POST, files inline. Cohesivity wires the build, attaches your domain, and returns the deployment ID.