From c0c892867360aaa541e3a650309a26a138261bdf Mon Sep 17 00:00:00 2001 From: Charles Goldberg Date: Mon, 23 Mar 2026 09:41:31 -0600 Subject: [PATCH] docs: add 'Try it live' section with direct demo PR link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replaces the weak 'Live Demo' section with a clear 30-second try-it-live path pointing directly to an open demo PR (#23 on pp-demo). Users: open PR → click Authorize Deploy → approve → see receipt. --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84710bf..4dd9473 100644 --- a/README.md +++ b/README.md @@ -193,9 +193,17 @@ To avoid "merge loops" where approvals go stale when `main` advances, use a **tw --- -## Live Demo +## Try it live (30 seconds) -See it in action: [permission-protocol/pp-demo](https://github.com/permission-protocol/pp-demo) +No install needed. See the full flow on a real PR: + +1. **Open the demo PR** → [permission-protocol/pp-demo#23](https://github.com/permission-protocol/pp-demo/pull/23) +2. **Click "Authorize Deploy"** in the bot comment +3. **Sign in with GitHub** → approve → see the receipt + +That's the entire product. One blocked PR, one human signer, one receipt. + +Want to run it on your own repo? [Install guide →](./INSTALL.md) ---