PrivacyKit is built around four core capabilities that work together to help your website respect visitor consent. Explore how each part of the platform contributes to consent collection, enforcement, continuous validation, and ongoing compliance.
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.
px
<consent-dialog theme="standard" variant="standard"></consent-dialog>
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.
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.
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.
Compliance Monitor observes tracking activity while you use your website, showing which trackers are managed by PrivacyKit and which require attention.
Identify trackers that are not yet managed by PrivacyKit.
After adding a Consent Guard, run the monitor again to verify that the tracker is now managed.
Known tracker endpoints initiated by the protected tracker are automatically recognized and validated as Managed Related.
PrivacyKit continuously evolves with platform improvements, new features, and Tracker Intelligence updates—all delivered without requiring changes or redeployment of your website.
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.
Improvements to the PrivacyKit platform, including new capabilities and compatibility updates, are delivered automatically through the PrivacyKit CDN.