From 907d9d018768641ccb2b9024d9f3931b2321b768 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sat, 4 Apr 2026 07:54:21 -0700 Subject: [PATCH] feat: add Claude Code terminal example to welcome page TRY IT NOW MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fifth example shows the parent agent workflow: navigate, extract CSS, write to file. The other four are all sidebar-only. This one shows co-presence — the Claude Code session that launched the browser can also control it directly. Co-Authored-By: Claude Opus 4.6 (1M context) --- browse/src/welcome.html | 1 + 1 file changed, 1 insertion(+) diff --git a/browse/src/welcome.html b/browse/src/welcome.html index 4849eeff..7c42d8f3 100644 --- a/browse/src/welcome.html +++ b/browse/src/welcome.html @@ -204,6 +204,7 @@
On any article page, click Cleanup to strip away the noise
Click Screenshot to capture the page and send it to your Claude Code session
Ask the sidebar: "Inspect the CSS on this page and send the color palette to my terminal"
+
From your Claude Code terminal: "Navigate to my app, extract the full CSS design system, and write it to DESIGN.md"