Answer customer questions 24/7 with an AI assistant trained on your business — with Art. 7 consent, GDPR-safeguarded processing and automatic deletion built in from the first message. One script tag, any website.
Most chat widgets bolt a privacy-policy link onto a US-hosted chatbot and hope for the best. GDPRChat is built the other way around: every conversation starts with valid consent and ends with automatic erasure — so the widget itself never becomes your compliance problem.
Visitors see a plain-language consent gate before a single message is sent: what is collected, where it's processed, and how long it's kept. Acceptance is timestamped and logged — a demonstrable consent record under Art. 7 GDPR.
The assistant is trained on your business — products, prices, opening hours, policies, FAQs — and answers customers 24/7 over a TLS-encrypted connection. The AI key lives on the server, never in your page code.
Only chat messages are collected — no tracking, no profiling, no marketing cookies. Conversations are processed under GDPR safeguards (Standard Contractual Clauses) and auto-deleted after 30 days, and visitors can withdraw consent at any time.
GDPRChat ships as a single script — no iframe, no cookies, no build tools, nothing to install on your server. It works on any website that lets you add a line of HTML: WordPress, Shopify, Wix, Squarespace, Webflow or hand-written pages.
</body>Copy this once into your site template. The floating chat bubble appears in the corner of every page — consent gate included.
<!-- GDPRChat by GDPRGard.eu --> <script> window.GDPRChatConfig = { brandName: 'Your Company Assistant', accentColor: '#8b2635', // your brand colour position: 'right', // 'right' or 'left' apiEndpoint: 'YOUR_ENDPOINT' // provided at setup — see step 3 }; </script> <script src="https://gdprgard.eu/gdprchat-widget.js"></script>
Everything visible is configurable through window.GDPRChatConfig — the widget adopts your brand so customers never leave your look and feel:
| Option | Default | What it does |
|---|---|---|
brandName | 'GDPRGard Assistant' | Name shown in the chat header — use your company or product name |
accentColor | '#8b2635' | Main colour of the bubble, header and buttons — match your brand |
accentLight | '#a83246' | Hover shade of the accent colour |
goldColor | '#c9a84c' | Avatar and highlight colour |
position | 'right' | Corner where the chat bubble sits: 'right' or 'left' |
apiEndpoint | — | Your dedicated chat backend URL — provisioned for you at setup (step 3) |
formspreeId | — | Optional: emails you a timestamped copy of each consent record |
The widget needs a secure backend that holds the AI key and knows your business. We set that up for you: you send us your FAQs, product info and policies, and we provision a dedicated secure endpoint with your assistant trained on them (EU-region hosting available on request) — then send you your apiEndpoint value to drop into the snippet. Typical turnaround: 48 hours.
footer.php before </body>theme.liquid, paste before </body></body> tag of each pageWe train the assistant on your business and hand you the ready-to-paste snippet — usually within 48 hours. AI processing under GDPR safeguards (SCCs); EU-region hosting available on request. Agency rebranding available.
Email hello@gdprgard.eu →No accounts, no lock-in — remove the snippet and it's gone.