Deployments support in Cursor

Feature request for product/service

Cursor Web

Describe the request

I’d love to see first-class deployment support inside Cursor, especially for private deployments similar to Cloudflare Access, and possibly Vercel-style deployments as well.

A specific use case: I’m building reports on repo / agentic development progress as a Next.js app. I want to be able to view those reports natively on mobile while on the go, without needing to connect into the VM, which is not very functional on mobile.

This would also make it easier to stay within one platform instead of managing multiple subscriptions and tools across Cursor, Vercel, Cloudflare, etc.

Useful capabilities could include:

Deploy a Next.js app directly from Cursor
Private/auth-gated preview links, similar to Cloudflare Access
Mobile-friendly hosted previews
Easy sharing with teammates or colleagues outside Cursor
Integration with agentic dev workflows so progress reports, dashboards, and internal tools can be generated and viewed quickly

Overall, this would make Cursor feel more like an end-to-end environment for building, previewing, sharing, and reviewing agent-created applications without constantly leaving the app.

Operating System (if it applies)

MacOS

This matches a pain point I’ve run into with agentic dev workflows too. The missing piece for me is not only “deploy this Next.js app”, but the handoff around it: a private/mobile-friendly preview URL, short TTL, clear owner approval, and some audit trail of what the agent deployed.

For your use case, would you prefer Cursor to own the whole hosted preview experience, or would a workflow that sits on top of existing Cloudflare/Vercel primitives be acceptable as long as it avoids long-lived cloud tokens and keeps previews easy to revoke?