From: Stefan Gasser Date: Sat, 17 Jan 2026 11:28:40 +0000 (+0100) Subject: docs: add browser extension beta section (#43) X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=a69b9e7477724bb6be6deea39d82068e4b2a330b;p=sgasser-llm-shield.git docs: add browser extension beta section (#43) Add beta signup CTA to README and introduction docs to build early adopter community for the upcoming browser extension. --- diff --git a/README.md b/README.md index a22be0d..0631791 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,17 @@ PasteGuard is an OpenAI-compatible proxy that sits between your app and the LLM Works with OpenAI, Azure, and any OpenAI-compatible API. Just change one URL. +## Browser Extension (Beta) + +An open source browser extension that brings PasteGuard protection to ChatGPT, Claude, Gemini, Copilot, and Perplexity. + +- Paste customer data → PII is masked before it reaches the AI +- You see the original, AI sees `[[PERSON_1]]`, `[[EMAIL_1]]` + +Open source (Apache 2.0). Built in public — early feedback shapes the product. + +**[Join the Beta →](https://tally.so/r/J9pNLr)** + ## Features - **PII Detection** — Names, emails, phone numbers, credit cards, IBANs, and more diff --git a/docs/introduction.mdx b/docs/introduction.mdx index 5383b53..bb0538b 100644 --- a/docs/introduction.mdx +++ b/docs/introduction.mdx @@ -26,6 +26,19 @@ Two privacy modes: | **Mask** | Replace PII with placeholders, send to provider, restore in response | | **Route** | PII requests stay on your local LLM (Ollama, vLLM, llama.cpp), others go to your configured provider | +## Browser Extension (Beta) + +An open source browser extension that brings PasteGuard protection to ChatGPT, Claude, Gemini, Copilot, and Perplexity. + +- Paste customer data → PII is masked before it reaches the AI +- You see the original, AI sees `[[PERSON_1]]`, `[[EMAIL_1]]` + +Open source (Apache 2.0). Built in public — early feedback shapes the product. + + + Get early access to the browser extension + + ## Quick Example