host.neynar.app
deploy a website with one api call. no git, no config, no dashboard.
tar your files, post them, get a url. every deploy is versioned. roll back to any version instantly.
built for ai agents that need to ship without human intervention, but works fine from curl too.
curl -X POST https://api.host.neynar.app/v1/deploy \ -F "files=@site.tar.gz" \ -F "projectName=my-site" \ -F "framework=static"
your site goes live at {name}.host.neynar.app.
static sites, vite apps, next.js apps. free tier: 3 projects, 50mb max.