From 4bfd4acd407b61a377e97ee39c9cf3f13368924f Mon Sep 17 00:00:00 2001 From: Federico Jaramillo Martinez Date: Mon, 25 May 2026 14:26:22 +0200 Subject: [PATCH] docs: add persistent agent positioning --- .changeset/persistent-agent-manifesto.md | 5 ++ docs/index.html | 26 +++++++++- docs/remote-first.html | 41 +++++++++++---- docs/styles.css | 66 ++++++++++++++++++++++-- 4 files changed, 124 insertions(+), 14 deletions(-) create mode 100644 .changeset/persistent-agent-manifesto.md diff --git a/.changeset/persistent-agent-manifesto.md b/.changeset/persistent-agent-manifesto.md new file mode 100644 index 0000000..5ab2107 --- /dev/null +++ b/.changeset/persistent-agent-manifesto.md @@ -0,0 +1,5 @@ +--- +"@jmfederico/pi-web": patch +--- + +Add homepage and remote-first website copy that explains PI WEB's persistent-by-default agent workflow. diff --git a/docs/index.html b/docs/index.html index bb6c453..2b3f718 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,12 +6,12 @@ PI WEB — persistent AI coding agents in your browser @@ -121,6 +121,28 @@ +
+
+
+

The mental shift

+

Developer tools were built for a world that no longer exists.

+

+ Editors and terminals assume the work lives with you, on your device, inside your session. AI agents break + that assumption: their work should persist, continue, and evolve independently of your laptop. +

+

+ PI WEB makes persistence first-class. Sessions live outside the browser, agents keep working, and every + device becomes a control surface for supervising, redirecting, and reviewing progress. +

+
+
+

Persistence should not be something you bolt on after the fact.

+

The work should not disappear the moment your session ends.

+

You do not carry the work. You guide it.

+
+
+
+
diff --git a/docs/remote-first.html b/docs/remote-first.html index 13b66db..c75f4dc 100644 --- a/docs/remote-first.html +++ b/docs/remote-first.html @@ -6,7 +6,7 @@ Remote-first development with PI WEB @@ -57,8 +57,8 @@

Remote-first development

Your laptop is a window, not the workstation.

- PI WEB is built around a simple shift: development should live where the work happens, not where your - current keyboard happens to be. + PI WEB is built around a simple shift: AI-driven development should live where the work can persist, not + where your current keyboard happens to be. You supervise the work; you do not have to host it.

@@ -67,7 +67,8 @@