display.dev for Cursor
Cursor builds it in seconds. display.dev is how you share it with the team behind your company's Google or Microsoft login. One command. Permanent URL. No accounts for viewers to create. display.dev works with any agent, so the URL outlives your tool choice – move to Claude Code or Codex later and everything you published stays put.
Cursor builds fast. Sharing breaks.
Cursor's agent mode generates full React dashboards, D3 visualizations, interactive reports, and polished UI prototypes – in minutes. You have a ./dist folder or a standalone HTML file that looks great in your browser.
Then you need to share it.
The options that exist: screenshot (loses interactivity), GitHub Pages (requires Enterprise for private repos, excludes non-engineers), Vercel (requires a git project, $320/month for SSO). None of them fit the "Cursor just built this in 3 minutes" workflow.
display.dev fits. One command. Done.
From Cursor to team URL
For a single HTML file:
dsp publish ./output.htmlFor a build directory (React, Vite, etc.):
dsp publish ./dist/ --name "dashboard-v2"What your teammates see: Click the link. Authenticate with company Google or Microsoft email – once, five seconds. Full interactive build: React components, animations, live-looking data, everything Cursor generated.
No accounts to create. No GitHub access needed. No Vercel project to configure.
What Cursor builds – and what display.dev publishes
| Cursor output | display.dev command |
|---|---|
| Standalone HTML file | dsp publish ./output.html |
| React/Vite build | dsp publish ./dist/ |
| Component demo | dsp publish ./demo/index.html |
| Data visualization | dsp publish ./chart.html |
| Internal tool prototype | dsp publish ./tool/ |
Any static output Cursor writes to disk. display.dev serves it at a permanent, company-authenticated URL.
Why other options don't work
- GitHub Pages
- Requires a git repository and, for private repos, GitHub Enterprise Cloud at $21/user/month. Your PM, designer, and VP don't have GitHub accounts. The audience Cursor content was built for can't access it.
- Vercel
- No file upload. Requires a git project and a deployment pipeline. SAML SSO is a $300/month add-on. Overkill for sharing a Cursor build.
- Netlify drop
- Drag-and-drop deploy works for public content. For company-restricted sharing, there's no auth option short of Netlify Enterprise.
- display.dev
dsp publish ./dist/→ URL. $49/month flat. Google and Microsoft SSO included.
Pricing
Try it. No credit card.
- Included: 10 gated artifacts
- Included: Unlimited public artifacts*
- Included: 50MB storage
- Not included: Version history
- Not included: Google + Microsoft SSO
- Not included: Private artifacts
- Not included: Audit logs
display.dev branded
Individuals. Unlimited gated sharing.
- Included: Unlimited gated artifacts
- Included: Unlimited public artifacts
- Included: 1GB storage
- Included: 10 versions
- Not included: Google + Microsoft SSO
- Not included: Private artifacts
- Not included: Audit logs
For teams that need company auth.
- Included: Unlimited gated artifacts
- Included: Unlimited public artifacts
- Included: 25GB storage
- Included: 50 versions
- Included: Google + Microsoft SSO
- Included: Private artifacts
- Included: 90 days audit logs
For compliance-driven organizations.
From $499/mo
- Included: Unlimited gated artifacts
- Included: Unlimited public artifacts
- Included: Custom storage
- Included: Unlimited versions
- Included: Google + Microsoft SSO
- Included: Private artifacts
- Included: 365 days audit logs
Features
Viewers click a link and sign in with their Google or Microsoft account, or a one-time password. No app to install. No account to create. No IT ticket.
Inline comments on every artifact. Your agent reads them via MCP, fetches the current version, republishes with short_id and base_version, and resolves the thread. The artifact stays a living document, not a one-shot screenshot.
dsp publish ./file.html from your terminal, or one sentence in Claude Desktop. No git repo, no deploy pipeline, no project to configure.
Every artifact gets a URL that keeps working. Share in Slack, link in Notion, paste in email. It still works six months later.
No per-seat pricing at any tier. Share with your PM, exec, legal team, or designer for the same flat price.
Claude Code, Codex, and Cursor all work, along with anything else that creates HTML or Markdown output.
Common questions.
Does display.dev work with Cursor's Agent output specifically?
Yes. Cursor Agent writes files to your local filesystem just like any other build process. dsp publish works on any directory or file – it doesn't matter which tool generated it.
What if Cursor generates multiple files (React app with assets)?
Run dsp publish ./dist/ to publish the entire build directory. display.dev serves index.html at the root URL and resolves all relative asset paths (JS bundles, CSS, images).
Do viewers need a Cursor subscription?
No. Viewers authenticate with their company Google or Microsoft email. No Cursor account, no Claude account, no display.dev account required for viewers.
Can I update the artifact after sharing?
Yes. Fetch the current version, then republish to the existing artifact: dsp publish ./dist/ --id <shortId> --base-version <currentVersion>. The URL stays the same.
Is my agent's work attributed to me?
Yes. When Cursor publishes through display.dev it is recorded as "cursor on behalf of you", in the comment thread and the audit log. See how identity works.
Publish your first artifact in 15 seconds.
Free tier. No credit card. One-time password auth on free, Google + Microsoft SSO on Teams ($49/month flat).