For

display.dev for n8n

n8n runs the workflow. display.dev is where its output lands – at a permanent URL, behind your company login when you want it. n8n's HTML node turns workflow data into a formatted report. What n8n doesn't do is host that report at a stable, company-gated URL – it emails or stores it. display.dev is the publish step: one HTTP Request node, a permanent URL, gated by your company's Google or Microsoft login.

Works with your agents
terminal
$ display publish ./report.html
 
Uploading    47kb
Auth       Google Workspace ✓
 
✓ Published
 
→ https://view.display.dev/p/f474hfd/8f3kx9
 
Viewers    anyone at acme.com
Expires    never
Version    1
 
$ 

n8n builds the report. Then it emails a fresh copy every time.

n8n is built to generate HTML reports – analytics digests, data-quality summaries, scheduled dashboards – and the standard last step is a Send Email node. That works once, but it means a new attachment lands in every inbox on every run, with no single stable place to look and no interactivity once it's an email.

The alternative is dropping the file in storage, where viewers need credentials nobody on the business side has. And because n8n calls whatever AI or data source you wired in, there's no vendor account your viewers already hold either.

display.dev replaces "email a copy" with "publish to a URL." One stable link per report. Viewers open the latest version anytime.


From an n8n workflow to a company URL

HTTP Request node at the end of your workflow
`` Method: POST URL: https://api.display.dev/v1/publish Header: Authorization: Bearer {{$env.DISPLAY_TOKEN}} Body (JSON): { "content": "{{ $json.html }}", "name": "weekly-analytics", "org": "yourco" } ` The response contains a permanent URL: ` https://acme.dsp.so/0kzNYG7O-weekly-analytics ``
Update the same report each run
by passing the artifact's short_id and current base_version in the body. The URL stays the same; the report updates in place. Send a Slack message with the link instead of an attachment.

Viewers sign in with their work email. Nothing else.

Your workflow stitches together whatever sources and models you chose, so there's no single vendor behind it and no account your report's readers already hold. The stakeholders getting your weekly digest don't have a login for any of it.

display.dev is vendor-independent. Viewers sign in with the Google or Microsoft email they already use for work. No display.dev account, no n8n login, nothing to install. They click the link and read the report.


The best workflow changes. The home doesn't.

You'll rebuild workflows, change data sources, and swap the model behind your AI nodes. display.dev sits above all of it. Rework the workflow however you like; the report URL, its versions, and its comment threads stay put – so stakeholders keep the same bookmark.


What n8n workflows publish

Scheduled analytics digests
A nightly or weekly workflow that builds an HTML report and republishes it to one stable URL. Stakeholders bookmark it once.
Data-quality reports
CSV-in, formatted analysis-out, published instead of attached to an email.
AI-summarized reports
An OpenAI/Ollama/Anthropic node summarizes data, the HTML node formats it, display.dev publishes it behind company auth.
Status dashboards
A workflow that regenerates a dashboard on a schedule and updates the same URL in place.

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: Private artifacts
  • 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: Private artifacts
  • 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: Private artifacts
  • 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 a living document, 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.

Permanent URLs

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 source

Whatever your workflow stitched together – n8n, plus Claude Code, Cursor, Codex, or your own scripts.

Common questions.

How do I publish from n8n?+

Add an HTTP Request node that POSTs your HTML to display.dev's REST API and returns a URL. Put it where you'd normally put a Send Email node.

Do viewers need an n8n or model-vendor account?+

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

Can I update the same report each run instead of creating a new one?+

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.

Can I publish Markdown, not just HTML?+

Yes. display.dev renders Markdown to a styled page. HTML and Markdown are both first-class.

What if I rebuild the workflow later?+

Nothing moves. display.dev is independent of the workflow, so the report URL, its versions, and its comment threads stay put.

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).