Production-ready MVP that auto-displays banners, blocks non-necessary tags, and provides comprehensive compliance reporting like the industry leaders.
All the features you need for GDPR compliance
Single uc.js-like embed that auto-displays banners, blocks scripts, and exposes a global Cookiebot-like API with all standard methods.
RESTful API with encrypted consent storage, HTTPS support, and audit-ready export capabilities for compliance reporting.
Headless crawler that detects cookies, localStorage, sessionStorage, and auto-categorizes with compliance risk assessment.
Banner theme editor, consent logs viewer, scan results dashboard, and complete configuration management interface.
Google Consent Mode, GTM compatibility, Global Privacy Control support, and Facebook Pixel integration out of the box.
12-month consent persistence, geolocation support, encrypted audit trails, and comprehensive compliance reporting.
Try the consent management features
<!-- Simple one-line embed -->
<script src="/js/uc.js" data-api-key="cmp_your_api_key_here"></script>
<!-- Or manual implementation -->
<script src="/js/cookiebot.js" data-api-key="cmp_your_api_key_here"></script>
<script src="/js/integrations.js"></script>
<!-- Mark scripts that need consent -->
<script type="text/javascript" data-cookieconsent="statistics">
// Google Analytics code
</script>
<script type="text/javascript" data-cookieconsent="marketing">
// Facebook Pixel code
</script>