From 368d1eebefb3f1673c2423ef9534759c1e1a6b7c Mon Sep 17 00:00:00 2001 From: Michael Ramos Date: Wed, 2 Sep 2026 13:03:22 -0700 Subject: [PATCH 01/10] docs: pair agent and team collaboration visuals --- README.md | 12 ++++--- docs/assets/agent-native-mcp.svg | 44 +++++++++++++------------ docs/assets/team-collaboration.svg | 52 ++++++++++++++++++++++++++++++ 3 files changed, 83 insertions(+), 25 deletions(-) create mode 100644 docs/assets/team-collaboration.svg diff --git a/README.md b/README.md index 8e2cab7..d6a21ef 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Run it on a laptop for one developer. Deploy it for a private team on Cloudflare ## Contents - [Why Artifact Server](#why-artifact-server) -- [Built for AI agents](#built-for-ai-agents) +- [Built for AI agents and team collaboration](#built-for-ai-agents-and-team-collaboration) - [Cloudflare and Artifact Server](#cloudflare-and-artifact-server) - [Deploy it for a team](#deploy-it-for-a-team) - [Run it locally](#run-it-locally) @@ -31,7 +31,7 @@ Teams now use HTML, images, and video for plans, mockups, prototypes, code revie Artifact Server gives teams a self-hosted place to organize and collaborate on that work. Store artifacts by project, share them, comment on them, and keep control of the files and data. -## Built for AI agents +## Built for AI agents and team collaboration

Claude @@ -62,9 +62,13 @@ Artifact Server gives teams a self-hosted place to organize and collaborate on t

-AI agents connect to Artifact Server through its built-in MCP server +

+ AI agents connect to Artifact Server through its built-in MCP server +    + Team members add comments to exact artifact versions +

-Artifact Server includes a built-in MCP server and a portable Agent Skill. Agents can publish, organize, review, comment on, and share versioned artifacts. +Artifact Server includes a built-in MCP server and a portable Agent Skill. Agents publish and update versioned artifacts. Teams review, comment on, and share the same work. Connect the agent and install the skill: diff --git a/docs/assets/agent-native-mcp.svg b/docs/assets/agent-native-mcp.svg index 0165d55..bedd784 100644 --- a/docs/assets/agent-native-mcp.svg +++ b/docs/assets/agent-native-mcp.svg @@ -1,6 +1,6 @@ - - Artifact Server includes a built-in MCP server - Claude, Codex, Cursor, GitHub Copilot, Pi, and OpenCode connect to Artifact Server through MCP to publish, review, comment, version, and share artifacts. + + AI agents connect to Artifact Server through MCP + Claude, Codex, Cursor, GitHub Copilot, Pi, and OpenCode connect to the built-in Artifact Server MCP server. @@ -9,33 +9,35 @@ - + - YOUR AI AGENT - Claude · Codex · Cursor · Copilot - Pi · OpenCode + YOUR AI AGENT + Claude, Codex, Cursor + Copilot, Pi, OpenCode + Publish and update artifacts - - - BUILT-IN - MCP SERVER + + + BUILT-IN + MCP - diff --git a/docs/assets/team-collaboration.svg b/docs/assets/team-collaboration.svg new file mode 100644 index 0000000..5e60d6e --- /dev/null +++ b/docs/assets/team-collaboration.svg @@ -0,0 +1,52 @@ + + Teams review artifacts together + A team member selects content in an artifact and starts a comment thread attached to the exact version. + + + + + + + + + + + + TEAM COLLABORATION + + + + + + artifact.html + + + + + 1 + + + + + + + Comments + + 2 + + + + AL + Tighten the hierarchy. + Attached to version 4 + + + SK + Keep the updated diagram. + Everyone reviews the same file + + + From b1d73bceaf43adc06208a8e674e5c52ee464cb26 Mon Sep 17 00:00:00 2001 From: Michael Ramos Date: Wed, 2 Sep 2026 13:08:18 -0700 Subject: [PATCH 02/10] fix(site): simplify agent setup action --- apps/site/src/pages/index.astro | 38 ++++++------ apps/site/src/styles/landing.css | 103 ++++++------------------------- 2 files changed, 38 insertions(+), 103 deletions(-) diff --git a/apps/site/src/pages/index.astro b/apps/site/src/pages/index.astro index 76edf78..57b2f13 100644 --- a/apps/site/src/pages/index.astro +++ b/apps/site/src/pages/index.astro @@ -90,8 +90,16 @@ When the setup is complete, begin your final response with “Artifact Server is @@ -103,20 +111,6 @@ When the setup is complete, begin your final response with “Artifact Server is -
- npx skills add plannotator/artifact-server - Install manually - -
@@ -243,8 +237,16 @@ When the setup is complete, begin your final response with “Artifact Server is