CMP Demo

Cookiebot-like Consent Management

Production-ready MVP that auto-displays banners, blocks non-necessary tags, and provides comprehensive compliance reporting like the industry leaders.

Complete CMP Solution

All the features you need for GDPR compliance

JavaScript SDK

Single uc.js-like embed that auto-displays banners, blocks scripts, and exposes a global Cookiebot-like API with all standard methods.

Laravel Backend

RESTful API with encrypted consent storage, HTTPS support, and audit-ready export capabilities for compliance reporting.

Cookie Scanner

Headless crawler that detects cookies, localStorage, sessionStorage, and auto-categorizes with compliance risk assessment.

Admin Dashboard

Banner theme editor, consent logs viewer, scan results dashboard, and complete configuration management interface.

Integrations

Google Consent Mode, GTM compatibility, Global Privacy Control support, and Facebook Pixel integration out of the box.

GDPR Ready

12-month consent persistence, geolocation support, encrypted audit trails, and comprehensive compliance reporting.

Interactive Demo

Try the consent management features

Consent Controls

Custom Consent

Current Status

Blocked Scripts

Integration Status

Google Consent Mode: -
GTM DataLayer: -
Global Privacy Control: -

Implementation

<!-- 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>