0000 · 0000

Dappasol / Guides

Updated June 2026

GDPR for AI-Built Apps That Collect Data

GDPR applies based on what your app does with personal data, not how it was built. If an AI-built app collects data from EU users, it needs a lawful basis, consent where required, working data-subject rights, and proper handling of any AI or third-party subprocessors. Vibe-coding tools handle none of this for you.

Lovable, Bolt, Cursor, Replit and v0 will ship you working software in an afternoon. They will wire up a signup form, a user table and an email field without ever saying the words “data protection.” That is the trap. The app is collecting personal data from day one, and nothing about how it was generated makes it compliant. GDPR judges the app by what it does with that data, so the obligations land on you the second a real EU user signs up. Here is when GDPR applies, what every app needs, and the spots where AI-built apps quietly fall over.

Does GDPR apply to my AI-built app?

If your app reaches EU users and collects data about them, you are almost certainly in scope. GDPR covers the processing of personal data of people in the EU and EEA, full stop, no matter where your company or your servers sit. The code coming out of an AI tool changes nothing. The size of the project changes nothing.

If you are not sure your build is ready for any of this, start with our guide on whether your AI app is production ready.

The GDPR basics every app needs

GDPR is broad, but a short list of requirements hits almost any app that touches personal data. These are the foundations. Miss one and you have exactly the kind of gap AI-built apps ship with by default.

Where AI-built apps fall short

AI tools optimise for an app that runs, not an app that is compliant. The gaps show up in the same predictable places every time, and those are exactly the places regulators and users care about.

A GDPR readiness checklist for AI-built apps

Run through these before you put an AI-built app in front of EU users. They map straight onto the basics above.

  1. Map your data. List every piece of personal data you collect, where it lives, and where it flows, including any LLM or third-party API.
  2. Assign a lawful basis. For each kind of processing, write down which lawful basis you are relying on.
  3. Build a real consent mechanism. Where consent is required, capture it explicitly, record it, and make withdrawal easy.
  4. Implement data-subject rights. Make sure you can find, export, correct and fully delete a user’s data on request.
  5. Document subprocessors. List every third party that touches personal data, confirm proper data-processing terms are in place, and disclose them.
  6. Publish a clear privacy notice. Say what you collect, why, the basis, who you share it with, and how long you keep it. In plain language.
  7. Set retention limits. Decide how long each data type sticks around and delete it when that period is up.
  8. Lock down security. Pull client-side secrets, enforce access controls, and close the data-exposure gaps.
  9. Have a breach plan. Know how you would detect, contain, and report a personal-data breach inside GDPR timeframes.

For broader compliance once you are processing customer data at scale, see our guide on SOC 2 for AI-built apps.

Want us to run this audit for you?

We do a free 15-minute build audit: you show us your AI-built app, we tell you the specific security and production gaps and what it takes to fix them. No obligation.

Book your free build audit

FAQ

Does GDPR apply if my app was built with an AI tool?

Yes. GDPR applies based on what your app does with personal data, not how it was built. If your AI-built app collects data from people in the EU, the obligations apply no matter which tool generated the code or where your company is based.

Do AI coding tools make my app GDPR compliant automatically?

No. Lovable, Bolt, Cursor and Replit generate working code, not compliance. They typically ship with no real consent flow, no data-subject rights, and no record of the LLM and third-party subprocessors handling user data. That work is on you.

What does my AI-built app actually need for GDPR?

At minimum: a lawful basis for each kind of processing, valid consent where it is required, a clear privacy notice, a working way to honour access, correction and deletion requests, documented subprocessors, sensible retention limits, and a plan for handling a data breach.

Is sending user data to an LLM a GDPR concern?

It can be. Send personal data to an LLM or other external API and that provider becomes a subprocessor. Disclose it in your privacy notice, make sure proper data-processing terms are in place, and send the least personal data you can get away with.

Book a free 15-min build audit →