A URL for everything Ollama makes

Where humans and Ollama
work on dashboards together.

Ollama runs the model locally. display.dev is where its output lands – one command, 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.

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

Publishing Ollama's local output without exposing the server

Ollama runs Llama, Qwen, DeepSeek, gpt-oss or any open-weight model on your own hardware. It binds to 127.0.0.1:11434 and exposes an OpenAI-compatible API. Then the model writes an HTML report, a dashboard or a Markdown brief, and local-by-default works against you.

display.dev closes that gap without putting your model on the internet.

  • A tunnel
    ngrok or Pinggy opens a raw port, not a home for one piece of output.
  • Open WebUI
    exposes a chat interface, not a stable URL for the report itself.
  • No account to sign into
    there is no vendor in the loop, so the teammate who needs to read it has no login anywhere.
  • Slack upload
    downloads as a file and loses its interactivity.

Three ways to publish Ollama's output

01
The terminal
dsp publish ./report.html --name "competitive-analysis"
Publish what the model wrote. The URL comes back in the same command.
02
Your script
python generate_report.py && dsp publish ./report.html
The script calls localhost:11434, writes the file, and publishes it in the same run.
03
An agent tool call
publish
Wire display.dev's MCP or REST API into the agent. It publishes its own output and returns the URL.

Who can open it

Anyone can open

A public URL, no sign-in. Free covers unlimited public links.

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 on every plan.

No Ollama install anywhere. Viewers sign in with the Google or Microsoft account they already use. Nothing to install, no model account, no display.dev account.

Change the model, keep every published URL

You'll ollama pull a new model next month – a fresh Qwen, a different fine-tune, a bigger gpt-oss. display.dev sits above the model. Swap what runs in Ollama freely; 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

dsp publish ./file.html from your terminal, or one MCP tool call. No git repo, no deploy pipeline, no project to configure.

A URL that never changes

Every artifact gets its own 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 model, any agent

Whatever Ollama is running – plus Cursor, Codex, Claude Code, or your own scripts.

Try it free

  • Publish what Ollama wrote in under a minute, no card
  • Keep the URL when you upgrade
  • Unlimited viewers on every plan

Common questions.

Does this put my Ollama server on the internet?+

No. display.dev hosts only the file you explicitly publish. Ollama stays on localhost; your models and weights never leave your machine. You're publishing the output, not exposing the server.

Do viewers need Ollama or any AI account?+

No. Viewers sign in with their company Google or Microsoft email. Nothing to install, no model account, no display.dev account on their side.

Can I publish Markdown the model wrote, not just HTML?+

Yes. dsp publish ./brief.md renders Markdown to a styled page. HTML and Markdown are both first-class.

Can my script publish automatically after inference?+

Yes. Add dsp publish to the end of the script, or wire display.dev's MCP/REST API into your agent so it publishes its own output and returns the URL.

What happens when I switch the model in Ollama?+

Nothing moves. display.dev is independent of what produced the output, so every URL, version, and comment thread stays 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).