GDPRChat Assistant

Online now
✓ GDPR
Powered by GDPRGard.eu — Compliant AI Chat for European Business
How it works

Compliance is the workflow, not an afterthought

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.

1

Consent before chat

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.

2

AI answers instantly

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.

3

Data deletes itself

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.

Add it to your website

Live on your site in three steps

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.

1 Paste the snippet before </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>

2 Make it yours

Everything visible is configurable through window.GDPRChatConfig — the widget adopts your brand so customers never leave your look and feel:

OptionDefaultWhat 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'
apiEndpointYour dedicated chat backend URL — provisioned for you at setup (step 3)
formspreeIdOptional: emails you a timestamped copy of each consent record

3 We connect it to your business

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.

Where to paste it on your platform

WordPress Use any "insert headers & footers" plugin (e.g. WPCode) → Footer, or add it to footer.php before </body>
Shopify Online Store → Themes → Edit code → theme.liquid, paste before </body>
Wix Settings → Custom Code → add code to Body – End, apply to all pages
Squarespace Settings → Advanced → Code Injection → Footer
Webflow Project Settings → Custom Code → Footer Code
Plain HTML Paste directly before the closing </body> tag of each page

Get GDPRChat on your website

We 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.