Daan.dev's connection to the AI agent ecosystem is tangential but structurally important for data privacy. While the company does not build agents, its work in localizing external assets and optimizing site performance provides the infrastructure necessary for privacy-compliant data environments.
For developers building agents that scrape or interact with WordPress sites, Daan.dev’s tools influence how those sites expose data and dependencies. By moving fonts and tracking scripts locally, these plugins change the network signature of a site, which can affect how agents identify third-party trackers or external resources. Furthermore, the company’s focus on GDPR-compliant asset handling is a prerequisite for any agent-based automation operating within the European regulatory framework.
WordPress is often a collection of external dependencies masquerading as a website. When a page loads, it isn't just pulling content from its own server; it's reaching out to Google for fonts and to various trackers for analytics. For the average user, this is invisible. For a European business owner under the jurisdiction of GDPR, it is a liability. Daan.dev, a software project led by Daan van den Bergh, exists to pull those dependencies back onto the local server.
The company’s primary products, OMGF and CAOS, address the two most common leaks: Google Fonts and Google Analytics. While many WordPress users accept the default Google-hosted font files, Daan.dev provides a mechanism to scan a site’s CSS, download the required fonts, and serve them locally. This isn't just about privacy; it’s about performance. Serving a font from the same origin as the HTML removes the need for an additional DNS lookup and SSL negotiation with Google’s servers.
OMGF Pro, the flagship product, uses a HTML5 validator to process the frontend of a site, detecting every instance where a font is requested. It then utilizes its own Fonts Download and Stylesheet Generation APIs to redirect those requests to the local file system. This approach is more complex than a simple search-and-replace; it requires constant adjustment as WordPress themes and page builders change how they enqueue styles. The tool manages subsets, fallback font stacks, and file type exclusions to ensure the local version matches the visual intent of the original remote request.
CAOS (Complete Analytics Optimization Suite) follows a similar logic for tracking. It hosts the analytics.js or gtag.js files locally and keeps them updated using a scheduled task. By doing so, the site owner regains control over the script’s headers and can use features like Stealth Mode to protect Google Analytics data while maintaining visitor privacy. This is a specific response to the cat-and-mouse game between trackers and ad-blockers.
Daan.dev is a solo operation based in the Netherlands. Van den Bergh positions himself as the lead on everything from engineering to support, a setup that defines the company's voice. The documentation is direct and often opinionated, reflecting a preference for lean web design over excessive JavaScript libraries. In a market dominated by large SaaS platforms and bloated optimization suites, Daan.dev focuses on single-purpose tools that do one thing with high precision.
This individual-led model has its trade-offs. Support is high-quality but dependent on a single person’s bandwidth. However, for the 300,000+ active installs across the plugin portfolio, the appeal lies in this lack of corporate abstraction. The company doesn't sell a subscription to a cloud service; it sells software that runs on the user's own infrastructure. This aligns with a broader trend toward data sovereignty and local control, which is increasingly relevant as browser privacy protections become more aggressive.
Host Google Fonts locally for privacy and speed.
Daan.dev is hiring