2026-04-09·9 min read·sota.io team

EU Digital Services Act 2024: What Every Hosting Provider and Developer Needs to Know

The EU Digital Services Act — Regulation (EU) 2022/2065 — became fully applicable on 17 February 2024. Most developers associate the DSA with large social media platforms and content moderation. That association is misleading. The DSA applies to every service that stores and provides access to user-uploaded content — including PaaS platforms, SaaS tools with user workspaces, code hosting services, and application backends that serve user-generated data to the public.

If your service lets users upload anything that is then accessible to other users or the public, you are a "hosting service" under the DSA definition. This guide covers what that means in practice for developers and infrastructure providers.

What Is the DSA?

Regulation (EU) 2022/2065 on a Single Market For Digital Services was signed on 19 October 2022, entered into force on 16 November 2022, and became fully applicable to all providers on 17 February 2024.

The DSA replaces the relevant liability framework from the 2000 eCommerce Directive (Directive 2000/31/EC) and introduces tiered obligations based on the scale and nature of services.

The DSA distinguishes four categories of "intermediary services":

CategoryDefinitionExample
Mere conduitTransmits information without storageISP, VPN provider
CachingTemporary automatic storage for transmission efficiencyCDN, proxy cache
Hosting serviceStores information at the request of a userPaaS, SaaS, cloud storage, forums
Online platformHosting service that also disseminates info to the publicApp stores, marketplaces, social media
Very Large Online Platform (VLOP)Online platform with ≥45M monthly active users in the EUFacebook, TikTok, YouTube, Amazon Marketplace

PaaS and SaaS providers typically fall in the hosting service category. If your platform also surfaces user content to other users (e.g., a marketplace, a public repository host, a community tool), you are an online platform subject to additional obligations.

The Tiered Obligation Structure

The DSA's obligations scale with provider size:

All intermediary services (including hosting services, any size):

Hosting services specifically (Art. 16–17):

Online platforms (in addition to above):

VLOPs and VLOSEs (very large platforms/search engines ≥45M users):

The key practical insight for most developers: If you are building a small-to-medium hosting service or SaaS, Articles 11–17 are your operative obligations. The VLOP obligations that dominate DSA coverage in the press are a different tier.

Micro and Small Providers: A Real Exemption

Articles 19–28 (internal complaint handling, out-of-court dispute settlement, Trusted Flagger obligations for online platforms) explicitly do not apply to micro and small enterprises as defined in the Commission Recommendation 2003/361/EC:

This exemption matters. Most early-stage SaaS companies and developer tools fall into the micro or small category. Your obligations are substantially lighter — but they are not zero.

What micro/small hosting services still need (no exemption):

Article 16: Notice-and-Action — The Core Mechanism

Article 16 defines how your users and third parties can report illegal content to you, and what you must do when they do.

What you must provide:

What you must do upon receiving a notice:

  1. Process the notice "in a timely, diligent, and objective manner"
  2. Take a decision on the notified content
  3. Where relevant, inform the notifier of your decision and the possibility to contest it
  4. Where you remove or restrict content: inform the affected user (Art. 17)

What "illegal content" means: The DSA does not define new categories of illegal content. "Illegal content" means content that is illegal under EU law or the law of a member state — CSAM, terrorist content, copyright-infringing material, fraudulent commercial communications, defamation under national law, etc. The DSA does not require you to proactively monitor content (Art. 8 explicitly prohibits general monitoring obligations), but you must act on notices.

Implementation in practice: A minimal compliant implementation is an email address or web form where notices can be submitted, reviewed by a human, and responded to. A dedicated abuse@yourservice.com with documented SLA and a decision log satisfies the mechanism requirement.

Article 17: Statement of Reasons

When you remove, restrict, suspend, or terminate access to user content or accounts, Article 17 requires you to inform the affected user with a "clear and specific statement of reasons." This must include:

For most small hosting providers: a brief email explaining why you removed content or suspended an account, citing the specific clause of your terms, satisfies Article 17.

Article 13: Transparency Reporting

All providers of intermediary services must publish transparency reports on their content moderation activities. For most non-VLOP providers, this is annual and must cover:

For micro/small providers with minimal content moderation activity, a simple annual public document covering these data points is sufficient.

Country of Establishment and DSA Coordinators

The DSA uses the country of establishment principle. Your obligations are enforced by the Digital Services Coordinator (DSC) of the EU member state where you are established:

CountryDigital Services Coordinator
GermanyBundesnetzagentur (Federal Network Agency)
FranceARCOM (Autorité de Régulation de la Communication Audiovisuelle et Numérique)
IrelandCoimisiún na Meán
NetherlandsAutoriteit Consument en Markt (ACM)
SwedenPost- och telestyrelsen (PTS)
EU-wide (VLOPs)European Commission (DG CNECT)

The country-of-establishment principle is why many large tech companies incorporated in Ireland face Coimisiún na Meán as their DSC — Ireland was a common incorporation choice under the predecessor eCommerce Directive.

For US-based providers serving EU users: You are subject to DSA obligations if EU users can access your service. If you have no EU establishment, you must appoint an EU legal representative (Art. 13(2)) who can be held liable for non-compliance. This parallels the GDPR representative requirement.

The CLOUD Act Intersection

The DSA does not override foreign law — and this is where US-incorporated providers face a structural tension.

When a US-incorporated service receives a DSA-compliant notice for illegal content under EU law, the provider must also handle any conflicting US obligations. The US CLOUD Act (18 U.S.C. § 2713) requires US providers to produce stored data to US law enforcement regardless of where the data is located.

The practical conflict:

EU-incorporated providers operate under a single legal framework: EU law, enforced by EU DSCs, with no CLOUD Act exposure. For developers building services that will handle DSA notices — abuse reporting systems, content moderation workflows, user data — the jurisdiction of your infrastructure provider matters.

DSA Obligations Checklist for Small Hosting Providers

For a micro or small PaaS, SaaS, or hosting service:

ObligationArticleWhat to implement
Single point of contactArt. 11Dedicated email or contact page for authority requests
Terms of serviceArt. 14Clear T&C listing prohibited content types and your enforcement process
Notice-and-action mechanismArt. 16Abuse reporting form or email with documented review process
Statement of reasonsArt. 17Template email for content removal/account suspension decisions
Transparency reportArt. 13Annual public document covering content moderation statistics

What you do NOT need as a micro/small provider:

What "Hosting Service" Means for PaaS

A PaaS provider that hosts application code, databases, and user workspaces is a hosting service under DSA. However, the practical content moderation obligations arise primarily when user-uploaded content is accessible to the public or other users.

Consider the scope:

Content clearly in scope:

Content in a grey zone:

The Art. 16 notice-and-action mechanism is triggered by "specific pieces of content" — meaning a specific URL or identifier. If your PaaS only hosts private workloads with no public-facing user content, your practical exposure to Art. 16 notices is low.

DSA Enforcement and Penalties

Enforcement is by national DSCs for most obligations, and by the European Commission for VLOPs/VLOSEs.

Penalties:

For small providers, the 6% figure sounds large, but enforcement typically starts with orders to comply. DSCs are expected to prioritise proportionate enforcement, with VLOPs as the primary focus.

For Developers Building on PaaS

If you are a developer deploying an application that handles user-generated content, your application may independently constitute a "hosting service" under the DSA — regardless of whether your underlying PaaS is DSA-compliant.

The DSA applies to the layer that stores and provides access to the content. If your application stores user posts and makes them accessible, your application is the hosting service, not just the infrastructure it runs on.

Practical implications for SaaS builders:

  1. Design your abuse reporting flow from the start — Art. 16 requires a mechanism, not retroactive triage
  2. Document your content moderation decisions — Art. 17 requires you to tell users why content was removed
  3. Build for transparency reports — log content moderation events in a structured way from day one
  4. Know your DSC — it is the authority in your country of establishment

Hosting your application on an EU-native PaaS (where EU law governs without CLOUD Act overlay) simplifies DSA compliance in one specific way: when you respond to a DSA notice by removing content, you are not simultaneously exposed to a US legal order requiring you to preserve or produce the same data under conflicting US authority.

Summary

The DSA creates a workable compliance framework for hosting providers of all sizes. The key points for developers:

For most early-stage SaaS or PaaS developers, DSA compliance is achievable with a well-documented abuse email, a clear content policy, and an annual summary document. The complexity scales with your user base and the nature of content your platform handles.

See Also