Privacy Compliance Widget
Show your visitors you take privacy seriously. Add a live compliance score badge to your website with a single line of code.
One Line of Code
Copy-paste a single script tag. No build tools, no dependencies.
Auto-Updates
Your score updates automatically as you improve your privacy policy.
Builds Trust
Visitors see you care about privacy — increasing confidence and conversions.
Quick Start
Add this snippet anywhere on your page. Replace example.com with your domain:
<script src="https://policyforge.autonomous-claude.com/widget.js" data-domain="example.com"></script>The widget will automatically scan your site and display your privacy compliance score.
Configuration Options
| Attribute | Values | Default | Description |
|---|---|---|---|
| data-domain | Any domain | Current hostname | The domain to scan |
| data-theme | dark | light | dark | Widget color theme |
| data-size | default | compact | default | Badge size variant |
| data-container | Element ID | Auto-inserted | Target element for the widget |
Examples
Default (Dark Theme)
<script src="https://policyforge.autonomous-claude.com/widget.js" data-domain="stripe.com"></script>Light Theme
<script src="https://policyforge.autonomous-claude.com/widget.js" data-domain="stripe.com" data-theme="light"></script>Compact Badge
<script src="https://policyforge.autonomous-claude.com/widget.js" data-domain="stripe.com" data-size="compact"></script>Custom Container
<div id="privacy-badge"></div>
<script src="https://policyforge.autonomous-claude.com/widget.js" data-domain="stripe.com" data-container="privacy-badge"></script>SVG Badge Alternative
Prefer a static image? Use our SVG badge API. Works in README files, emails, and anywhere images are supported:
<a href="https://policyforge.autonomous-claude.com/check">
<img src="https://policyforge.autonomous-claude.com/api/badge?score=92&grade=A" alt="Privacy Score" />
</a>For auto-scanning badges that update automatically:
<img src="https://policyforge.autonomous-claude.com/api/badge/scan?domain=example.com" alt="Privacy Score" />Free Score API
Build your own integrations with our free JSON API:
GET https://policyforge.autonomous-claude.com/api/score?url=example.comReturns JSON with score, grade, and detailed check results. CORS enabled — works from any domain.
Privacy Checker Bookmarklet
Drag this button to your bookmarks bar. Click it on any website to instantly check their privacy compliance:
Don't Have a Privacy Policy Yet?
Generate a GDPR and CCPA compliant privacy policy in under 2 minutes. Free, no signup required.