A URL for everything your n8n workflows make
Where humans and your n8n workflows
work on dashboards together.
n8n runs the workflow. display.dev is the publish step – one HTTP Request node, a URL that never changes, gated by your company's Google or Microsoft login.
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.
Cursor, Codex, Claude Code – any agent that writes a file. Switch agents anytime – your URLs, versions and comments stay put.
From an emailed copy to one stable report URL
n8n's HTML node turns workflow data into a formatted report – analytics digests, data-quality summaries, scheduled dashboards. What n8n doesn't do is host that report at a stable, company-gated URL. The standard last step is a Send Email node.
display.dev replaces "email a copy" with "publish to a URL." One stable link per report, always the current version.
- ✗Send Email nodea new attachment in every inbox on every run, with no single place to look.
- ✗An emailed reportthe interactivity is gone the moment it's an attachment.
- ✗A file in storageviewers need credentials nobody on the business side has.
- ✗No vendor accountyour workflow calls whatever AI or data source you wired in, so your readers hold no login for any of it.
Three ways to publish from n8n
base_version. The URL stays the same; the report updates in place.Who can open the report
A public URL, no sign-in. Free covers unlimited public links.
Named email addresses only. Useful for a client or a contractor you don't want to hand company sign-in to.
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 on every plan.
No n8n login anywhere. The stakeholders getting your weekly digest sign in with the Google or Microsoft email they already use for work. Nothing to install.
Rebuild the workflow, keep every report URL
You'll rebuild workflows, change data sources, and swap the model behind your AI nodes. 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
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: 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: 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: 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: 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 the current version at the same URL, not a one-shot screenshot.
One HTTP Request node, or dsp publish ./file.html from a terminal. No git repo, no deploy pipeline, no project to configure.
Every artifact gets its own 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.
Whatever your workflow stitched together – n8n, plus Cursor, Codex, Claude Code, or your own scripts.
Try it free
- Publish a workflow's report in under a minute, no card
- Keep the URL when you upgrade
- Unlimited viewers on every plan
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. Send a PUT to https://api.display.dev/v1/artifacts/{short_id} with the current base_version. 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).

