diff --git a/README.md b/README.md
index 8e2cab7..5f6100b 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
@@ -62,9 +62,13 @@ Artifact Server gives teams a self-hosted place to organize and collaborate on t
-
+
+
+
+
+
-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:
@@ -81,13 +85,21 @@ Then ask:
The agent returns the full-screen review link first. [Read the MCP guide](./docs/mcp.md) for source checkouts, remote servers, permissions, and supported operations.
-
+Live session delivery is available from source for Pi and Claude Code Channels. Claude Channels require its research-preview development flag and, on managed plans, the organization policy. The OpenCode adapter is not release-qualified; live-host verification and contributions are welcome.
+
+
+
+
+
+
## Cloudflare and Artifact Server
Cloudflare is the main hosted deployment target. Cloudflare Artifacts can add private Git-backed history for selected projects. It is off by default and currently requires closed beta access.
-
+
+
+
- [Deploy Artifact Server on Cloudflare](./deploy/cloudflare/README.md)
- [Configure optional Git history](./docs/cloudflare-artifacts.md)
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
{agents.map((agent) => (
-
-
+
+
))}
@@ -103,20 +111,6 @@ When the setup is complete, begin your final response with “Artifact Server is
-