What Is CookieSafe™?
CookieSafe™ is a lightweight, privacy-first cookie consent solution that guarantees compliance without compromising user privacy.
It operates without servers or databases. Everything happens locally — in the browser. Based on Zero Trust and Zero Knowledge principles, CookieSafe™ ensures total user control and zero risk of data leakage. Built for WordPress, WooCommerce, and static sites, it is ideal for those seeking true GDPR and LQPD compliance without the hassle.
CookieSafe manages cookie consent without ever contacting a server or writing to a database. All user interactions — from consent acceptance to rejection — stay in the browser. No sync. Never tracking. No personal data. Ever.
Built by Freemindtronic® Andorra, this client-only approach respects privacy by architecture, not just by policy. Your compliance risk drops to zero. CookieSafe™ runs fast, remains invisible to tracking tools, and provides unmatched sovereignty in cookie management.
Unlike traditional cookie banners that rely on external servers or third-party tracking, CookieSafe™ operates fully offline. All interactions—whether consent is accepted, refused, or customized—are handled locally in the browser. This eliminates any attack surface related to server breaches or data interception.
Because no trust is given implicitly to any component, each action is verified and isolated, ensuring that your site respects the visitor’s intent without compromise.
- Local-only data processing
- No backend vulnerability
- Works even offline
- Compatible with secure environments
This makes CookieSafe™ one of the few cookie managers truly aligned with Zero Trust architecture—a core principle of modern cybersecurity.
At the heart of CookieSafe™ lies a commitment to data minimization. The system is designed to know nothing about the user. Consent is stored using a UUID and timestamp, with preferences saved in localStorage—never sent or synced to a server.
Because you never collect any personally identifiable information (PII), you don’t have to protect what you never touch.
- UUID-based anonymous consent logging
- No cookies or identifiers beyond user control
- No cross-site tracking or ID cookies
- Fully serverless operation
- Fully local, fully legal
- Zero database usage
- No data protection agreement required
Zero Knowledge means true privacy by architecture, not just policy.
CookieSafe was created with both human dignity and technological transparency in mind. The interface is multilingual, accessible, and built to respect cultural and regulatory differences. Moreover, tooltips and consent banners are fully transparent, allowing users to understand what they are agreeing to—before taking action.
With dynamic translation via lightweight JSON, CookieSafe can adapt to user language preferences in real time. It respects the user’s intelligence and right to clarity.
- Intuitive, no-nonsense UI
- Multi-language UI (EN, FR, ES, CA…)
- Dynamic translation via lightweight JSON
- Tooltip explanations for full transparency
- Minimal, non-intrusive design
- WCAG 2.1 AA compatibility
- Designed to inform, not to mislead
It’s privacy UX that treats your visitors with respect, whether they’re human… or machine.
CookieSafe™ is fully compliant with key international privacy regulations, including the GDPR (EU), ePrivacy Directive, and LQPD (Andorra). It embraces compliance by design and by default, reducing your legal exposure without the need for server-side configurations or data retention policies.
By storing everything client-side, you eliminate the risk of unlawful processing, avoid complex audit trails, and gain peace of mind.
CookieSafe™ is fully compliant with:
- GDPR (EU)
- ePrivacy Directive
- LQPD (Andorra)
No external data. Never processing obligations. No complex audit trail.
- No legal maintenance
- No data controller role
- No personal data stored
- In-browser logs for simple auditing
CookieSafe™ turns regulatory complexity into simplicity.
CookieSafe Interface Previews
It provides a clear, elegant interface for users to manage their cookie preferences with ease. The banner and settings panel are:
Key Features of CookieSafe™
- Consent logs stored locally, using UUIDs and ISO 8601 timestamps for robust tracking and management.
- Dynamic multilingual support, including French, English, Spanish, Catalan, and more.
- JSON-based translations with fallback logic, ensuring a seamless user experience.
- In-browser log viewer, providing instant and convenient log review.
- Built-in compatibility with WooCommerce, featuring smart detection for better integration.
- Compatible with both static and dynamic websites, offering great flexibility.
- Fully responsive design, optimized for all types of devices.
- No external JavaScript dependencies, while remaining CSP-compliant for secure deployment.
- Lightweight and privacy-first approach, ensuring efficient and respectful data handling.
Quick Integration Guide
- Upload
cookiesafe.js
,cookiesafe.css
, and translation.json
files to your site. - Use the
[cookie_banner]
shortcode (WordPress) or add a simple HTML block. - Style and translate as needed.
- That’s it — no server, no sync, full compliance.
How CookieSafe ™ Works
Technical File Structure of CookieSafe™
To keep everything lightweight, modular, and developer-friendly, CookieSafe™ relies on a minimal set of files that work together to deliver full cookie compliance without any server dependency.
File Overview
File Name | Description |
---|---|
functions.php (child theme) | Loads CookieSafe™ assets and shortcodes inside WordPress. Also ensures compatibility with WooCommerce and clean enqueue logic. |
cookiesafe.css | Handles the banner UI and responsive styling. Fully override-friendly using custom classes. |
cookiesafe.js | Core logic for banner display, user interaction, and consent tracking via localStorage. |
translations.json | Lightweight multilingual dictionary used to load dynamic text content (EN, FR, ES, CA…). Uses fallback logic when language missing. |
consents.json | Local storage format containing user consents (UUID + ISO timestamp + language). Never sent, synced, or transmitted externally. |
Works
- functions.php injects the shortcode [cookie_banner] into pages.
- cookiesafe.js triggers the banner and tracks consent locally.
- cookiesafe.css styles the interface in a clean and accessible way.
- translations.json loads the language dynamically based on the browser or user preference.
- All user consent data is stored and read exclusively from localStorage as JSON — no cookies, no fingerprinting, no external call.
Benefits of This Setup
- No server needed: Works even on 100% static sites.
- No database query: Ultra-fast and secure.
- Fully anonymous: Privacy by architecture, not policy.
- Multilingual: One .json file per language, easy to extend.
- Plug & play: Just add 5 files to your theme and you’re live.
Secure by Architecture, Fast by Design
Cookie Safe isn’t just privacy-first — it’s security-hardened and performance-optimized by default. Its 100% client-side, stateless architecture eliminates traditional vulnerabilities while keeping your site fast and lightweight.
- No data breach risk — nothing ever leaves the user’s browser
- No backend DDoS exposure — no server to attack
- CSP-compliant — safe by modern browser standards
- Ultra-lightweight — less than 30 Ko total footprint (JS + CSS + PHP + JSON)
- Non-blocking script — zero delay on page load
Whether you’re building for speed, sovereignty, or cyber resilience, Cookie Safe delivers.
CookieSafe ™ Technical Datasheet (V1.1)
Get an at-a-glance overview of CookieSafe™’s core specifications, ensuring your site meets modern compliance standards without servers, databases, or data transfers.
Feature | Description |
---|---|
Type | Client-side cookie consent manager (fully serverless) |
Architecture | 100% serverless, stateless, and database-free |
Core Technologies | PHP (WordPress shortcode), JavaScript (logic), CSS (UI), JSON (translations) |
Storage | Browser-side only (localStorage ) |
Data Logged | Consent status, UUID, timestamp, language |
Personal Data Stored | None – no identifiable information collected or stored |
Logging Format | JSON (stored locally, encryption-ready if needed) |
Translation Format | External JSON file (per language), dynamically loaded |
Multilingual Support | Yes – built-in support for fr , en , es , ca (easily extensible) |
Accessibility | Fully keyboard accessible, ARIA-labeled, WCAG 2.1 AA compatible |
Responsiveness | Mobile-first, responsive layout |
UI Technology | Custom CSS – modular, override-friendly |
WooCommerce Integration | Built-in smart hiding of WooCommerce banners outside cart/checkout |
CMS Compatibility | Native WordPress support via shortcode [cookie_banner] |
Customizability | High – via CSS classes, translation files, button labels, and tooltip logic |
Browser Compatibility | Chrome, Firefox, Safari, Edge, Brave (modern ES6 support required) |
Dependencies | None required; optional jQuery for WooCommerce hook detection (wc_fragments ) |
Hosting Requirements | None – runs fully within theme assets (no external calls) |
Data Transmission | None – truly client-side; no server communication or API needed |
Security | CSP-compliant, no external JS, no cookie set before consent |
Version | v1.1 (as of 2025-03-22 ) |
Privacy Philosophy | Zero Trust & Zero Knowledge |
Compliance | ✅ GDPR (EU), ✅ ePrivacy (EU), ✅ LQPD (Andorra) |
CookieSafe™ Is Built for Sovereignty
This datasheet reflects our Zero Trust and Zero Knowledge development strategy — designed specifically for privacy-first, lightweight, and sovereign web infrastructures. Every feature is engineered to keep control in the hands of the user and off the server.
Why Choose CookieSafe?
Because true compliance means storing nothing. CookieSafe™ radically simplifies consent management by keeping all data where it belongs—on the user’s device.
Ideal for WordPress sites, WooCommerce shops, public institutions, or lightweight portals, this system guarantees speed, sovereignty, and privacy—without sacrificing usability or trust.
CookieSafe™ vs Alternatives
Feature | CookieSafe | Cookiebot | TarteAuCitron | Axeptio |
---|---|---|---|---|
Serverless | ✅ | ❌ | ⚠️ | ❌ |
Zero Knowledge | ✅ | ❌ | ❌ | ❌ |
Local-Only Consent Storage | ✅ | ❌ | ❌ | ❌ |
GDPR / ePrivacy / LQPD | ✅ | ✅ | ✅ | ✅ |
No DPA Required | ✅ | ❌ | ❌ | ❌ |
Static Site Compatible | ✅ | ❌ | ⚠️ | ❌ |
In summary: CookieSafe built for sovereignty, designed for simplicity
CookieSafe™ isn’t just another cookie banner. It’s a true privacy guardian — designed for full sovereignty, total transparency, and effortless compliance. Whether you’re running a small static site, a WooCommerce shop, or a high-security platform, CookieSafe™ gives you full control without ever compromising on trust, speed, or ethics.
Frequently Asked Questions CookieSafe
No, JavaScript is required for handling localStorage and banner logic.
The consent will be reset. CookieSafe will ask again on the next visit.
Absolutely. CookieSafe is designed for this kind of usage.
No. Since CookieSafe™ doesn’t process personal data, you don’t need one.
We do not recommend using GTM, as it introduces third-party tracking. CookieSafe promotes digital sovereignty.