A URL for everything your Dify workflows make

Where humans and your Dify workflows
work on reports together.

Dify runs the workflow. display.dev is where its output lands – at a URL that never changes, behind Google or Microsoft login on any plan. One HTTP node at the end of the run, and the specific report or generated page is gated for the people who need it.

The demo shows an agent publishing a doc to display.dev – from a chat or a terminal – then the team opening its URL, commenting, the agent publishing v2 at the same URL, and the doc being shared with someone outside the company.

Works with your agents

Cursor, Codex, Claude Code – any agent that writes a file. Switch agents anytime – your URLs, versions and comments stay put.

Trusted by thousands
Indigo Engineering

Gating a single Dify output behind company login

Dify is a strong builder for LLM workflows and agents on whichever model you choose, and its web app lets you publish a usable interface. But access control via SSO for viewers outside your workspace lives in the Enterprise commercial edition, and Dify runs across whatever model you configured, so the teammate who needs the output has no vendor account to authenticate against either.

display.dev fills the gap on any plan: take the HTML or Markdown a workflow produces and publish it to a URL only your company can open.

  • Dify's web app on open source or standard
    Publishes an app, but no company gate for outside viewers.
  • A public link
    Hands an internal report to the open web.
  • An email attachment
    A fresh copy every run and no URL to bookmark.
  • A screenshot
    Loses whatever the workflow rendered.

Two ways to publish from Dify

01
An HTTP Request node
POST https://api.display.dev/v1/artifacts
Add it at the end of the workflow with your token in the Authorization header and the LLM output as the content. The response carries the URL.
02
The CLI
dsp publish ./report.html --name "report-2026-05-28"
For output written to disk. One command, same URL every run when you pass the artifact's ID.

Who can open it

Anyone can open

A public URL when the workflow's output isn't sensitive. Nothing to sign in to.

Invited people

Named email addresses only. Useful for a client or a contractor you don't want to hand company sign-in to.

Everyone at your company

Anyone signing in with a verified company domain gets in – Google Workspace, Microsoft Entra ID, or a one-time password by email. Viewers are unlimited and free, on any plan.

No vendor account, ever. The stakeholder reading the output has no login for the model that ran underneath, and doesn't need one. They sign in with the Google or Microsoft email they already use for work.

Change the workflow, keep every published URL

You'll rework Dify apps and swap the model behind them as the field moves. display.dev sits above all of it. Change the workflow however you like; everything you published keeps its URL, versions, and comment threads.


Pricing

2 months free
Free

Try it. No credit card.

€0
  • Included: 10 gated artifacts
  • Included: Unlimited public artifacts*
  • Included: 50MB storage
  • Not included: Version history
  • Not included: Google + Microsoft SSO
  • Not included: Audit logs

display.dev branded

Get started
Solo

Individuals. Unlimited gated sharing.

€15/mo
  • Included: Unlimited gated artifacts
  • Included: Unlimited public artifacts
  • Included: 1GB storage
  • Included: 10 versions
  • Not included: Google + Microsoft SSO
  • Not included: Audit logs
Get started
Enterprise

For compliance-driven organizations.

Contact us

From €499/mo

  • Included: Unlimited gated artifacts
  • Included: Unlimited public artifacts
  • Included: Custom storage
  • Included: Unlimited versions
  • Included: Google + Microsoft SSO
  • Included: 365 days audit logs
Talk to us

Features

Authentication

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.

Comments

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 the current version at the same URL, not a one-shot screenshot.

Publish in 15 seconds

One HTTP Request node, or dsp publish ./file.html from a terminal. No git repo, no deploy pipeline, no project to configure.

URLs that never change

Every artifact gets a URL that keeps working. Share in Slack, link in Notion, paste in email. It still works six months later.

Unlimited viewers

No per-seat pricing at any tier. Share with your PM, exec, legal team, or designer for the same flat price.

Any workflow

Dify, plus Cursor, Codex, Claude Code, or your own scripts.

Get started free

  • Add the publish node to a workflow in minutes, no card
  • Keep the URL when you rebuild the workflow
  • Unlimited viewers on every plan

Common questions.

How do I publish from Dify?+

Add an HTTP Request node that POSTs your workflow output to display.dev's REST API and returns a URL. It works on any Dify plan, including self-hosted.

Doesn't Dify already let me publish a web app?+

It does, but company SSO for viewers outside your workspace is an Enterprise feature. display.dev gates published output by company login on any plan, and is scoped to a specific artifact rather than a whole app.

Do viewers need a Dify or model-vendor account?+

No. Viewers sign in with their company Google or Microsoft email. No display.dev account, no Dify login, no model-vendor account.

Can I update the same report each run?+

Yes. Pass the artifact's short_id and current base_version in the POST body. The URL stays the same; the report updates in place.

What if I rebuild the workflow later?+

Nothing moves. display.dev is independent of the workflow, so everything you published keeps its URL, versions, and comment threads.

Publish your first artifact in 15 seconds.

Free tier. No credit card. One-time password auth on free, Google + Microsoft SSO on Pro (€49/month flat).