From e27c8ccdf2523ef7a063be8dc0ed626ecb536c87 Mon Sep 17 00:00:00 2001 From: "Tommy D. Rossi" Date: Sun, 22 Feb 2026 22:02:01 +0100 Subject: [PATCH] website: update title, description and intro paragraph - Title now mentions Chrome extension, CLI, and agents - First paragraph rewritten to lead with what Playwriter is instead of 'You want your agent to...' - Meta description updated to match new voice --- website/src/routes/_index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/src/routes/_index.tsx b/website/src/routes/_index.tsx index 55c8bc0..d8c91fe 100644 --- a/website/src/routes/_index.tsx +++ b/website/src/routes/_index.tsx @@ -23,9 +23,9 @@ import { import placeholderScreenshot from '../assets/placeholders/placeholder-screenshot@2x.png' export const meta: MetaFunction = () => { - const title = 'Playwriter - Control your Chrome with Playwright API' + const title = 'Playwriter - Chrome extension & CLI that lets agents use your real browser' const description = - 'Chrome extension + CLI for browser automation. Full Playwright API on your existing browser. No new windows, no flags, no context bloat.' + 'Chrome extension and CLI that let your agents control your actual browser. Your logins, extensions, cookies — already there. No headless instance, no bot detection.' const image = 'https://playwriter.dev/og-image.png' return [ { title }, @@ -63,9 +63,9 @@ export default function IndexPage() { return (

- You want your agent to control the browser. Your actual Chrome {' \u2014 '} with logins, - extensions, and cookies already there. Not a headless instance that gets blocked by every captcha and bot - detector. Star on GitHub. + A Chrome extension and CLI that let your agents control your actual browser {' \u2014 '} with + logins, extensions, and cookies already there. No headless instance, no bot detection, no extra memory.{' '} + Star on GitHub.