Explore the Consent Dialog

Preview consent dialogs in different themes and layouts. Start with one of 28 production-ready combinations, then fine-tune the styling further using CSS design tokens.

Branding

px

<consent-dialog theme="standard" variant="standard"></consent-dialog>

Explore Consent Guards

REAL ENFORCEMENT

Most tracking technologies were built to collect data, not to support visitor consent. When added to a website, they load unless something actively prevents them from doing so. PrivacyKit Consent Guards prevent analytics, marketing scripts, and embedded content from loading until the required consent has been granted.

Protect a script with a Consent Guard

Wrap the script in <consent-guard>, set the required consent category, and move the script URL to data-src. PrivacyKit keeps the script from loading until that consent has been granted.

<consent-guard consent="marketing">
  <script
    type="text/plain"
    data-src="https://www.googletagmanager.com/gtag/js?id=AW-18125352831">
  </script>
</consent-guard>

The same approach works with Microsoft Clarity, Meta Pixel, LinkedIn Insight Tag, HubSpot, and other third-party scripts.

Try Consent Guard

This Google Tag Manager script is controlled by the Consent Guard above. Change your marketing consent to see when the script is allowed to load.

Explore Consent Guard demos

Explore Compliance Monitor

EXCLUSIVE TO PRIVACYKIT

Compliance Monitor observes tracking activity while you use your website, showing which trackers are managed by PrivacyKit and which require attention.

Monitor

Identify trackers that are not yet managed by PrivacyKit.

Screenshot: tracker detected and flagged for review
Screenshot: tracker detected and flagged for review

Validate

After adding a Consent Guard, run the monitor again to verify that the tracker is now managed.

Screenshot: same tracker confirmed as managed
Screenshot: same tracker confirmed as managed

Known tracker endpoints initiated by the protected tracker are automatically recognized and validated as Managed Related.

Only visible to whoever enables it — never to your website visitors.

Always Up-to-Date

PrivacyKit continuously evolves with platform improvements, new features, and Tracker Intelligence updates—all delivered without requiring changes or redeployment of your website.

Tracker Intelligence

PrivacyKit maintains a continuously updated registry of known trackers, embedded services, and related tracking endpoints used by Compliance Monitor to recognize and classify tracking activity.

Platform updates

Improvements to the PrivacyKit platform, including new capabilities and compatibility updates, are delivered automatically through the PrivacyKit CDN.