---
title: Welcome
description: Publish HTML or Markdown to a URL behind your company's auth, then share the URL.
slug: /docs
group: getting-started
updatedAt: 2026-04-27
---

Display.dev turns any HTML or Markdown file into a stable URL gated by your company's auth. Pick the path that matches how you work today — every path produces the same artifact, and you can switch between them.

## From your terminal

The [`dsp` CLI](/docs/cli-reference) publishes a file in one command. Reach for it when you have a build pipeline, a script, or a one-off file on disk.

## From your AI assistant

[MCP](/docs/mcp-server) is the protocol Claude Desktop, Claude Code, Cursor, and Codex use to publish for you. Configure once; the assistant calls the publish tool when you ask.

## From a browser

The [web upload flow](/docs/web-upload) is for the times you don't want a CLI — drag a file, name it, set visibility, ship.

## From your CI pipeline or app

[GitHub Actions, GitLab CI, or any build server](/docs/ci-cd) can publish on merge with `dsp` plus a `DISPLAYDEV_API_KEY` secret.

## Next

If you've never published before, start with the [**Quickstart**](/docs/quickstart) — one CLI publish, end to end, under two minutes. [Concepts](/docs/concepts) introduces the small vocabulary the rest of the docs assume; [Plans & features](/docs/limits) is for evaluators comparing tiers.
