Privacy Compliance
Made Simple

GDPR-compliant cookie consent management for modern websites. Collect, store, and manage user consent with ease.

No credit card required • 10,000 free consents/month forever

Everything You Need for Compliance

Built by privacy experts for modern web applications

GDPR Compliant

Built from the ground up to meet EU privacy regulations and data protection standards.

Easy Integration

Simple JavaScript SDK that works with any website. Get up and running in minutes.

Multi-Language

Support for 8+ languages out of the box. Automatic language detection included.

Analytics Dashboard

Track consent rates, monitor compliance, and get insights into user preferences.

Get Started in Minutes

Four simple steps to full GDPR compliance

1

Create Account

Sign up for free and register your domain in the dashboard.

2

Add Script

Copy our lightweight JavaScript snippet to your website.

3

Configure Banner

Customize the consent banner to match your brand.

4

Go Live

Start collecting compliant consent records automatically.

Easy Implementation

Add consent management to your site in seconds

1Script Tag (Easiest)

Just add one line to your HTML. The banner appears automatically.

<script
  src="https://cdn.jsdelivr.net/npm/@cookiepot-eu/consent/dist/consent.min.global.js"
  data-domain="yourdomain.com"
  data-api-key="your-api-key"
  data-position="bottom-right"
  data-theme="auto"
></script>

2React / npm

Install via npm for full TypeScript support and React hooks.

npm install @cookiepot-eu/consent
import { CookiePotProvider, ConsentBanner }
  from '@cookiepot-eu/consent/react';

function App() {
  return (
    <CookiePotProvider
      apiKey="your-api-key"
      domain="yourdomain.com"
    >
      <ConsentBanner />
      {/* Your app */}
    </CookiePotProvider>
  );
}

3Full Configuration

Customize every aspect of the consent experience.

CookiePot.init({
  apiKey: 'your-api-key',
  domain: 'yourdomain.com',
  language: 'en', // 8 languages supported
  banner: {
    position: 'bottom-right',
    theme: 'auto', // light, dark, auto
  },
  enableGoogleConsentMode: true,
  onConsentChange: (consent) => {
    console.log('Consent updated:', consent);
  },
});

4What You Get

  • Automatic consent banner with 6 positions
  • Google Consent Mode v2 integration
  • Script auto-blocking until consent
  • 8 languages out of the box
  • Preferences modal for granular control
  • Lightweight (~23KB gzipped)
  • Full TypeScript support

Simple, Transparent Pricing

Start free, upgrade as you grow

Free

€0forever
  • 10,000 consents/month
  • 1 domain
  • 30 days data retention
  • Basic analytics
  • Email support
Get Started
MOST POPULAR

Starter

€19per month
  • 100,000 consents/month
  • 5 domains
  • 365 days data retention
  • Advanced analytics
  • Priority support
  • Webhooks
Start Free Trial

Growth

€99per month
  • 1,000,000 consents/month
  • 20 domains
  • Unlimited data retention
  • Custom branding
  • Dedicated support
  • API access
  • SLA guarantee
Start Free Trial

Need more? Contact us for Enterprise pricing with custom limits.

Ready to Get Compliant?

Join hundreds of companies using CookiePot for privacy compliance

Start Free Trial