Headless PDF & Social Card Generator
Render pixel-perfect PDF contracts, receipts, full-page screenshots, and dynamic 1200x630 OpenGraph social previews directly via Playwright.
1. Pixel-Perfect PDF Export
2. Dynamic OpenGraph (OG) Card Generator
3. Advanced Screenshots & Responsive Captures (v2)
Virtual Scrolling & Multi-Device EmulationAccessibility (Axe) & Visual Regression Hub
Scan any page with @axe-core/playwright for WCAG 2.1 compliance violations and run pixel-diff visual regressions against baseline references.
1. WCAG Accessibility Auditor (Axe-Core)
2. Visual Regression Engine (Pixelmatch)
3. End-to-End Form Lifecycle, Negative State & Idempotency Testing
Constraint Violation Blocking & Double-Submit ProtectionBot Prerenderer & SEO Structured Schema Auditor
Serve hydrated static HTML snapshots of heavy SPAs to search bots, and audit JSON-LD microdata, OpenGraph tags, and canonical links.
1. Full SEO & Schema Audit
2. Dynamic Static Snapshot (SPA Prerenderer)
3. Site-Wide Link Health, Reachability & Redirect Crawler
Asynchronous HTTP Reachability ScannerCore Web Vitals & Synthetic Transaction Runner
Profile real-time LCP/CLS/TBT/TTFB performance metrics and simulate recurring multi-step user transactions with error detection.
1. Core Web Vitals Profiler
2. Synthetic Transaction Monitor
Automated Data Entry & Session Replay
Perform automated form submissions, download statements, and replay authenticated sessions without manual re-login.
Execute Automated Form Workflow
CSP, Security Headers & Cookie Consent Scanner
Verify Content Security Policy (CSP), HSTS, and enforce GDPR/CCPA cookie consent rules by auditing cookie initialization before vs. after consent.
1. HTTP Response Security Headers Audit
2. Cookie Consent & Tracking Enforcer
Playwright "Hands & Eyes" Autonomous Tool Executor
Serves as the eyes and hands for LLM AI agents: extracts token-optimized DOM accessibility trees (AXTree), maps interactive element coordinates, and executes precision autonomous action loops.
1. Fully Automated AI Agent Exploration Loop
Autonomous Perception & Action Cycle2. Interactive Step-by-Step Developer Session
Interactive DOM AXTree Map
Action Step Executor
Cloudflare Access & SSO In-App Login
Sign in to your protected test site through Cloudflare Access/SSO (with email PIN or 2FA) directly inside the app. Session cookies (CF_Authorization, tokens) are saved so all subsequent audits run behind the login wall without login redirects.
Clicking below opens an in-app interactive browser window. Enter your work email, password, and the 2FA code sent to your inbox. Once you reach your dashboard, the session is saved automatically.
Checking session status...
- 3-Breakpoint Screenshots of internal test pages
- Form testing & error diagnostics behind login
- A11y & Core Web Vitals on authenticated dashboards
copy(JSON.stringify({ cookies: document.cookie.split('; ').filter(Boolean).map(c => { const [n, ...v] = c.split('='); return { name: n, value: v.join('='), domain: '.' + location.hostname.replace(/^www\./, ''), path: '/', expires: -1, httpOnly: false, secure: location.protocol === 'https:', sameSite: 'None' }; }), origins: [] }, null, 2)); console.log('✓ Copied ' + document.cookie.split(';').length + ' cookies to clipboard! Now paste into the App.');
config/auth-state.json
Local Automation, Cloudinary 2FA & CLI Guide
Run Playwright audits directly on your computer or CI/CD pipelines, authenticate through Cloudinary/SSO login walls with 2FA email codes, and synchronize with Git in 1-click.
Install and configure the full Playwright engine, Chromium binaries, and CLI runner on any computer:
irm https://pw.juliusponce.site/install.ps1 | iex
curl -fsSL https://pw.juliusponce.site/install.sh | bash
Log in to your work account behind 2FA email verification walls once and save the authenticated session:
Saved to config/auth-state.json for seamless re-use across all audit commands.
npm run audit -- --url https://your-test-site.com --auth
npm run audit -- --url https://your-test-site.com --discipline media --auth
npm run audit -- --url https://your-test-site.com --auth --headed
Keep your local environment up to date with zero terminal friction directly from this web dashboard:
git pull origin master, updates dependencies, and logs the latest commit hash automatically.
Executive Reports & Audit History
Consolidated audit reports generated across all 7 Playwright modules. Download executive PDF reports, inspect HTML layouts, or consume structured JSON.
| Report Title / Target | Module | Generated | Status | Actions |
|---|---|---|---|---|
| Loading reports history... | ||||