Consent SDK

v1.0.0DSGVO/TTDSG Compliant

Das Consent SDK ermoeglicht DSGVO-konforme Einwilligungsverwaltung fuer Web, PWA und Mobile Apps. Mit nativer Unterstuetzung fuer React, Vue, Angular und Mobile Platforms.

Schnellinstallation

$ npm install @breakpilot/consent-sdk

Schnellstart

import { ConsentManager } from '@breakpilot/consent-sdk';

// Manager initialisieren
const consent = new ConsentManager({
  apiEndpoint: 'https://api.example.com/consent',
  siteId: 'your-site-id',
});

// SDK starten
await consent.init();

// Consent pruefen
if (consent.hasConsent('analytics')) {
  // Analytics laden
}

// Events abonnieren
consent.on('change', (state) => {
  console.log('Consent geaendert:', state);
});

Features

DSGVO & TTDSG Konform

Vollstaendige Unterstuetzung fuer EU-Datenschutzverordnungen mit revisionssicherer Consent-Speicherung.

Google Consent Mode v2

Native Integration mit automatischer Synchronisation zu Google Analytics und Ads.

Script Blocking

Automatisches Blockieren von Third-Party Scripts bis zur Einwilligung.

Multi-Platform

Unterstuetzung fuer Web, PWA, iOS, Android und Flutter aus einer Codebasis.

DSGVO & TTDSG Compliance

Das Consent SDK erfuellt alle Anforderungen der DSGVO (Art. 6, 7, 13, 14, 17, 20) und des TTDSG (ยง 25). Alle Einwilligungen werden revisionssicher gespeichert und koennen jederzeit exportiert werden.