Display a simple cookie consent banner directly at the edge with no JavaScript required.
The Simple CMP component provides a lightweight, edge-rendered cookie consent banner that appears instantly without any JavaScript flicker. This component handles cookie consent management directly at the edge, offering a simple solution for basic consent requirements.
Simple CMP is a consent management component that:
pending
, granted
, denied
)To integrate Simple CMP into your Edgee project:
edgee/simple-cmp
from the list of available components.Once activated, the cookie consent banner will automatically appear for users who haven’t made a consent choice yet.
The Simple CMP component renders directly at the edge, injecting the banner into your HTML without requiring any client-side JavaScript. This provides instant display without flicker while automatically managing consent through Edgee’s system. The responsive design adapts smoothly across devices, and intelligent crawler detection prevents the banner from showing to search engines.
Simple CMP works seamlessly with the rest of the Edgee ecosystem. Analytics components respect the user’s consent choice for data collection, marketing components only activate when permitted, and identity components follow consent-based rules for activation.
The component manages three straightforward consent states:
pending
: Initial state before user choice (banner shown)granted
: After user accepts (banner hidden)denied
: After user rejects (banner hidden)While designed for simplicity, some organizations may need more advanced features like granular consent categories, custom branding, multiple languages, or complex consent logic. In these cases, consider using external consent management platform, and connect them to Edgee with our Consent Mapping components.