Playground/Vercel Hosting

Vercel HostingDeploy by JSON POST

vercel-hosting
Send 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.

Tenant
eager-grouse-floating
Vanity host
coral.cohesivity.xyz
Tenant host
eager-grouse-floating.cohesivity.xyz
Framework
Next.js 14
Project
coh-eager-grouse-floating
Plan
Free (claimed)

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.