Copilot generates the code. Display is where your team sees the output. Publish any HTML file Copilot Workspace produces — architecture proposals, reports, dashboards — behind company SSO. No git push. No GitHub account required for viewers.
GitHub Copilot and Copilot Workspace generate HTML artifacts: architecture proposals, competitive analyses, technical reports, implementation plans. All rendered, interactive, and self-contained.
Sharing them is the same broken problem regardless of which AI tool generated the file:
The artifact took minutes to generate. It has no home.
Step 1: Install the CLI once
npm install -g @display-dev/cliStep 2: Publish the artifact
dsp publish ./copilot-output.html --name "migration-plan"Step 3: Share the URL
The link is permanent. Anyone with a @yourcompany.com email clicks it, authenticates once with their company Google or Microsoft account, and sees the full interactive page.
Display doesn't replace GitHub — it adds a publishing layer that GitHub doesn't have.
Keep using Copilot in your IDE and Copilot Workspace for code generation. When the output is an HTML artifact that non-engineers need to review, dsp publish gives it a home outside the git tree.
You can also publish from GitHub Actions:
- name: Publish generated artifact
run: dsp publish ./output.html --name "pr-${{ github.event.number }}-proposal"
env:
DISPLAY_TOKEN: ${{ secrets.DISPLAY_TOKEN }}GitHub Pages works for public content or for teams where every viewer has a GitHub account. For internal HTML sharing, it has two blockers:
Display solves this at $49/month flat. Any company email authenticates. No GitHub account, no GitHub license required for viewers.
| Option | Non-engineer viewers | Company auth | Interactivity | Time | Cost |
|---|---|---|---|---|---|
| GitHub Pages (private) | ❌ | ❌ / $2,100/mo | ✅ | git push | $0 / $2,100/mo |
| Raw GitHub link | ❌ (shows source) | ❌ | ❌ | seconds | $0 |
| Screenshot | ✅ (degraded) | — | ❌ | 10 sec | $0 |
| Vercel + SSO | ❌ | ✅ | ✅ | 20+ min | $320+/mo |
| Display | ✅ | ✅ | ✅ | 15 sec | $49/mo flat |
Free — one-time password auth, 50MB, unlimited viewers
Teams ($49/month) — Google + Microsoft SSO, 25GB, custom domain, unlimited viewers
Publish your first Copilot artifact free →
No. Display uses your company's Google or Microsoft email for authentication. Viewers don't need a GitHub account, a Copilot license, or any developer tooling.
Yes. Open VS Code's integrated terminal and run dsp publish ./file.html. Or configure the Display MCP server for AI-native publish flows.
GitHub Pages serves to anyone (public) or requires GitHub accounts + Enterprise for private. Display adds company-email authentication on top of file serving, without the GitHub account requirement or the per-seat pricing.
Yes. Copilot Workspace generates HTML task summaries and implementation plans. Download them, run dsp publish, share the URL.
Free tier. No credit card. One-time password auth on free, Google + Microsoft SSO on Teams ($49/month flat).