Hunchbite
ServicesGuidesCase StudiesAboutContact
Start a project
Hunchbite

Software development studio focused on craft, speed, and outcomes that matter. Production-grade software shipped in under two weeks.

+91 90358 61690hello@hunchbite.com
Services
All ServicesSolutionsIndustriesTechnologyOur ProcessFree Audit
Company
AboutCase StudiesWhat We're BuildingGuidesToolsPartnersGlossaryFAQ
Popular Guides
Cost to Build a Web AppShopify vs CustomCost of Bad Software
Start a Project
Get StartedBook a CallContactVelocity Program
Social
GitHubLinkedInTwitter

Hunchbite Technologies Private Limited

CIN: U62012KA2024PTC192589

Registered Office: HD-258, Site No. 26, Prestige Cube, WeWork, Laskar Hosur Road, Adugodi, Bangalore South, Karnataka, 560030, India

Incorporated: August 30, 2024

© 2026 Hunchbite Technologies Pvt. Ltd. All rights reserved.· Site updated February 2026

Privacy PolicyTerms of Service
Home/Guides/GDPR for SaaS Founders: What You Actually Have to Do
Choosing a Partner

GDPR for SaaS Founders: What You Actually Have to Do

You've been told you need to be GDPR compliant. Here's what that actually means for a SaaS founder — the business obligations, the legal requirements, and the five things that cover 80% of what you need to do.

By HunchbiteMarch 30, 202613 min read
GDPRcomplianceSaaS

At some point, someone told you your SaaS needed to be "GDPR compliant." Maybe it was a European customer during due diligence. Maybe it was a lawyer. Maybe it was an investor who'd seen a portfolio company get fined.

The phrase is accurate — GDPR does apply to most SaaS products with European users — but it's not very useful by itself. "GDPR compliant" is a destination, not an instruction. This guide gives you the instructions: what GDPR actually requires of you as a founder, what the most common gaps are, and what you can do in a week that covers most of it.

If you're looking for the technical implementation — what your engineers need to build — there's a separate guide at /guides/gdpr-compliant-saas-technical-guide. This one is for you.

Does GDPR actually apply to you?

Almost certainly yes, if you have any European users.

GDPR's territorial scope (Article 3) applies to any organisation that:

  • Has an establishment in the EU/EEA, OR
  • Offers goods or services to people in the EU/EEA (even for free), OR
  • Monitors the behaviour of people in the EU/EEA

The "monitoring" clause is broader than most founders realize. If your product uses analytics to track user behaviour, and any of those users are in Europe, GDPR applies. If your public website has tracking pixels and European visitors land on it, that's covered.

The short version: if you have European users, GDPR applies to you. Country of incorporation is irrelevant.

The 6 lawful bases for processing — and which one you're probably using

Under GDPR, you cannot process personal data unless you have a "lawful basis" for doing so. There are six:

Lawful basis When it applies
Consent The user has explicitly agreed to a specific use of their data
Contract Processing is necessary to perform a contract with the user
Legal obligation You're required to process data by law
Vital interests Necessary to protect someone's life (narrow, rarely applicable)
Public task For public authorities (doesn't apply to most SaaS)
Legitimate interests Your interest in processing outweighs the user's privacy interests

For most SaaS companies, the primary lawful basis is contract necessity — you need a user's email address to give them access to the product. You need their payment details to process their subscription. These are clearly necessary to fulfill the contract.

Legitimate interests is the second most-used basis for SaaS. You can rely on it for things like fraud prevention, security monitoring, or internal analytics — activities where your interest is real and doesn't override the user's rights. In October 2024, the European Data Protection Board published updated guidelines on legitimate interest that clarified how this basis should be applied. The key requirement: the interest must be clearly articulated, necessary, and balanced against the user's rights in a documented assessment.

Consent is often overused. Founders reach for consent because it feels safe, but GDPR consent has strict requirements — it must be freely given, specific, informed, unambiguous, and withdrawable at any time. If someone can't use your product without consenting, the consent isn't "freely given." Most core product functionality should be justified by contract necessity, not consent. Consent is appropriate for marketing emails, optional analytics, and tracking technologies.

The practical consequence: identify the lawful basis for each type of data you collect before you collect it. Document it. This is what regulators ask for when they investigate.

What a Data Processing Agreement is — and which vendors need one

A Data Processing Agreement (DPA) is a contract between you (the data controller) and a vendor who processes personal data on your behalf (a data processor). GDPR Article 28 makes them mandatory.

If a vendor receives, stores, or processes your users' personal data — they need a DPA with you.

Here's what that looks like in practice:

Vendor type Examples DPA required?
Cloud hosting AWS, GCP, Azure Yes
Payment processing Stripe, Paddle Yes
Customer support Intercom, Zendesk Yes
Email / marketing Mailchimp, Sendgrid, Hubspot Yes
Analytics Mixpanel, Amplitude, Google Analytics Yes
Error tracking Sentry, Datadog Yes
CRM Salesforce, Pipedrive Yes

The good news: most major SaaS vendors have standard DPAs you can sign, often through their self-serve portals. AWS has a DPA available through AWS Artifact. Stripe's DPA is part of their standard terms. Intercom, Hubspot, Sendgrid — all have them.

The bad news: most early-stage startups haven't signed them. Signing your vendors' DPAs is one of the highest-leverage compliance actions you can take in an afternoon.

One nuance: a DPA doesn't make all data transfers to a third country (like the US) automatically lawful. For transfers outside the EU/EEA, you also need a separate legal mechanism — typically Standard Contractual Clauses (SCCs), which most major US vendors now include in their DPAs automatically.

What your privacy policy must actually contain

Most privacy policies are boilerplate. They satisfy the visual check — "yes, we have one" — without satisfying the legal requirements.

GDPR Articles 13 and 14 specify what a privacy policy must include when you collect personal data directly from users:

  • Who you are: your company name, address, and contact details
  • What data you collect and why (specifically, not vaguely)
  • The lawful basis for each category of processing
  • Who you share data with: named third parties, not just "trusted partners"
  • International transfers: if data leaves the EU/EEA, the safeguards in place
  • Retention periods: how long you keep different types of data
  • User rights: the right to access, correct, delete, restrict, and port their data
  • Right to withdraw consent: where you've relied on consent as your basis
  • Right to lodge a complaint with a supervisory authority
  • How to contact you about privacy matters (a real email address, not a form)

Common things that boilerplate misses: named third-party processors (rather than generic categories), specific retention periods per data type, and the right to lodge a complaint with a regulator.

The test: can a non-technical European user read your privacy policy and understand exactly what you do with their data, why, and how long you keep it? If not, it needs work.

Cookie consent done right

Cookie consent is where most SaaS companies are actively non-compliant — not because they haven't tried, but because the implementation is wrong.

In January 2023, the EDPB published guidelines on cookie banners that clarified what's required. European regulators — particularly France's CNIL — have been actively enforcing these, fining companies including TikTok (€5 million) and Yahoo (€10 million) for consent failures.

What non-compliant looks like:

  • A banner with an "Accept All" button but no equally prominent "Reject All"
  • Pre-ticked boxes for non-essential cookies
  • Consent buried in settings that require multiple clicks to reject
  • Loading tracking cookies before consent is given
  • Treating "scroll to continue" as consent

What compliant looks like:

  • Equal prominence for accept and reject options at the first layer
  • No tracking cookies loading until after consent
  • Granular controls by category (analytics, marketing, etc.)
  • Ability to withdraw consent as easily as it was given
  • A clear record of when and what the user consented to

The technical implementation matters. Many cookie consent tools claim GDPR compliance while implementing patterns regulators have specifically flagged as violations. Check what your tool actually does, not just what it claims.

One note on analytics: if you're using Google Analytics with default settings, you're almost certainly loading tracking before consent on EU visits. This has been specifically called out by multiple EU data protection authorities.

What a DSAR is and what you have to do about it

A Data Subject Access Request (DSAR) is a right every EU user has: they can ask you, at any time, to tell them all the personal data you hold about them, how you use it, who you share it with, and how long you keep it.

You have 30 days to respond. The response must be provided in a commonly used electronic format. You cannot charge a fee for a standard request.

The challenge for startups is the operational side. Do you know, right now, how to pull together all the data you hold on a single user? That means your primary database, your analytics platform, your support tool, your email list, your CRM, your logs. All of it. Within 30 days.

Most startups don't have this process. It's usually a scramble. And regulators have been specifically active in enforcing DSAR compliance — the UK ICO alone has issued enforcement notices to companies for failing to respond properly.

Build the process before you get a request. It doesn't need to be automated initially — a documented manual procedure is fine for small volumes. But you need to know where all your user data lives.

What "right to erasure" means for your database

The GDPR right to erasure (Article 17) — also called the "right to be forgotten" — allows users to request that you delete their personal data in certain circumstances.

This is not a simple database delete. The engineering problem is that user data typically lives in many places: your primary database, your backups, your email provider's list, your analytics platform, your support ticketing system, your CRM, your error tracking logs. A complete erasure requires coordinating deletion across all of these, including your third-party processors.

The right is not absolute — you can retain data you're legally required to keep (financial records for tax purposes, for example) and data necessary to establish or defend legal claims. But the default is deletion.

The practical recommendation: implement a soft-delete pattern in your primary database that marks users as deleted and strips personal data while retaining anonymised records for analytics. Maintain a documented process for cascading the deletion request to your third-party processors. This is an engineering task, and doing it right takes some thought. The technical GDPR guide covers the implementation in more detail.

When you need a Data Protection Officer

Most startups don't need a dedicated DPO. GDPR requires a DPO if you:

  • Are a public authority, OR
  • Process personal data on a large scale as a core business activity, OR
  • Process special category data (health, biometrics, criminal records) or data relating to criminal convictions on a large scale

"Large scale" is intentionally undefined, but the EDPB guidance suggests it means something like a hospital processing patient records, not a 20-person SaaS company processing customer emails. A DPO is not required for typical B2B or B2C SaaS products unless health or biometric data is a core part of what you do.

What you do need is a clear internal point of contact for privacy matters — someone whose job it is to respond to DSARs, manage DPA signing, and handle privacy questions from customers. This doesn't have to be a dedicated hire; it's often the CEO, COO, or a product manager. What matters is that someone owns it.

The proportionality reality for startups

GDPR fines scale with company size. In 2023, Meta received a €1.2 billion fine for unlawful EU-US data transfers. Amazon received €746 million in 2021. These numbers make GDPR sound like an existential risk.

The reality for startups: supervisory authorities regularly issue five and six-figure fines to small and medium-sized businesses, but they also prioritize cases with the most users affected and the most egregious violations. A startup with 5,000 European users that has a good-faith privacy policy but hasn't quite gotten the cookie consent right is not the same risk profile as Meta deliberately ignoring transfer restrictions.

That said, DSAR non-compliance, failure to notify after a breach, and having no privacy policy at all are areas where small companies do get enforcement action. The risk is not zero; it's proportionate.

Five things you can do this week that cover 80% of GDPR compliance

  1. Sign your vendor DPAs. Go through every vendor that processes your users' data and sign their DPA. AWS Artifact, Stripe's terms, Intercom's settings. This takes a few hours and closes a major gap.

  2. Update your privacy policy to include named third-party processors, specific retention periods, and your users' rights clearly stated. If you're using boilerplate, it almost certainly doesn't meet these requirements.

  3. Fix your cookie consent implementation. Make sure tracking doesn't fire before consent, and that rejecting is as easy as accepting. Test it yourself in an incognito window.

  4. Document your lawful bases. Create a simple internal document — a spreadsheet is fine — mapping each type of data you collect to its lawful basis. This is your answer if a regulator ever asks.

  5. Create a DSAR process. Write down where all your user data lives and how you'd pull it together if someone requested it. Test it by running a mock DSAR for a test account.

None of these are engineering projects. They're administrative tasks. They don't make you perfectly compliant, but they address the most common enforcement areas and demonstrate good-faith effort — which matters in how regulators approach any investigation.


Get a compliance review that tells you exactly what you're missing

Hunchbite audits SaaS products for GDPR gaps, data handling issues, and compliance blind spots — giving you a clear, prioritised list of what needs to change.

→ Technical Audit

Call +91 90358 61690 · Book a free call · Contact form

FAQ
Does GDPR apply to my SaaS if I'm not based in Europe?
Yes, if you have European users. GDPR applies based on where your users are, not where your company is incorporated. If a user in Germany or France signs up for your product, GDPR applies to that data — regardless of whether your company is in the US, India, or anywhere else. The 'establishment' of your company is irrelevant; what matters is whether you're offering services to people in the EU/EEA or monitoring their behaviour.
What is a Data Processing Agreement and do I need one?
A Data Processing Agreement (DPA) is a contract between you and any vendor that processes personal data on your behalf. Under GDPR Article 28, you are required to have a DPA with every vendor that touches your users' personal data. This includes AWS or GCP (your hosting provider), Stripe (if they process payment data), Intercom or Hubspot (if they receive customer contact data), analytics tools that collect user behaviour, and your email service provider. Most major vendors have a standard DPA you can sign — the issue is that most startups haven't done it.
What happens if I get a GDPR Data Subject Access Request?
A DSAR is a formal request from a user to see all the personal data you hold about them, how you're using it, who you've shared it with, and how long you're keeping it. You have 30 days to respond. You cannot charge a fee for a standard DSAR. You must provide the data in a commonly used electronic format. If you can't respond within 30 days, you can extend by another 60 days but must notify the requester within the first 30 days that you're doing so. Non-compliance with DSAR obligations has been an active enforcement area — regulators take it seriously.
Next step

Ready to move forward?

If this guide resonated with your situation, let's talk. We offer a free 30-minute discovery call — no pitch, just honest advice on your specific project.

Book a Free CallSend a Message
Continue Reading
Choosing a Partner

How to Structure Equity for a Technical Co-Founder

A practical guide for non-technical founders on how to split equity with a technical co-founder — what factors should drive the number, what vesting protects you both, and how to have the conversation before it becomes a crisis.

11 min read
Choosing a Partner

Fixed Price vs Hourly Development: Which Model Actually Works?

An honest comparison of fixed-price and hourly billing for software development — when each model makes sense, the hidden risks of both, and how to structure an engagement that protects you.

10 min read
All Guides