FlowConsent
ServicesBlogExtensionSolutionsPricingTry FlowConsent
FlowConsent

FlowConsent is a GDPR-compliant cookie consent management platform.

Product

  • Services
  • Extension
  • Extension support
  • Solutions
  • Pricing
  • FlowConsent App

Legal

  • Privacy Policy
  • Terms of Service
  • Legal notice

© 2026 FlowConsent by BeBranded. All rights reserved.

FrancaisDeutschEspanol

Does your website use third-party services? Get GDPR compliant in minutes.

Try FlowConsent
  1. Home
  2. Services
  3. Framework
  4. Goober

Goober

Other

Related services

_

_hyperscript

_hyperscript is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. _hyperscript supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, _hyperscript ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other
A

ABP Framework

ABP Framework is a development framework and toolkit providing developers with a structured foundation for building modern web applications. It offers reusable components, standardized architecture patterns, and comprehensive documentation. ABP Framework accelerates development through code generation, testing utilities, and build optimization. With an active community and extensive ecosystem, ABP Framework enables teams to build scalable, maintainable applications following industry best practices.

Other
A

Ace

Ace is a web technology service that provides essential functionality for websites and digital platforms. It delivers core capabilities that support site operations, content delivery, and user experience optimization. Ace integrates seamlessly with modern web architectures, ensuring reliable performance and compatibility across browsers and devices. Trusted by businesses worldwide, Ace helps organizations maintain robust websites that meet user expectations and technical requirements.

Other

Adobe ColdFusion

Adobe ColdFusion is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. Adobe ColdFusion supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, Adobe ColdFusion ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other

Adobe Flash

Adobe Flash is a foundational web service that powers critical website functions and digital experiences. It provides reliable infrastructure, seamless integration capabilities, and consistent performance across all devices and browsers. Adobe Flash supports modern development practices and scales with growing business needs. With a focus on stability and compatibility, Adobe Flash ensures your website delivers a smooth, uninterrupted experience to every visitor and search engine crawler.

Other
A

Adobe GoLive

Adobe GoLive is a web technology service that provides essential functionality for websites and digital platforms. It delivers core capabilities that support site operations, content delivery, and user experience optimization. Adobe GoLive integrates seamlessly with modern web architectures, ensuring reliable performance and compatibility across browsers and devices. Trusted by businesses worldwide, Adobe GoLive helps organizations maintain robust websites that meet user expectations and technical requirements.

Other
Get compliant — Try FlowConsent free

Free plan · 10-min setup

What does Goober do?

Goober is a lightweight CSS in JS library (around 1 KB) used by developers to style React, Preact and other front end components at runtime, without dependencies or tracking.

What is Goober

Goober is a tiny CSS in JS library, around 1 KB in size, used to style components in modern JavaScript front ends such as React, Preact, Svelte and vanilla applications. It injects styles into the DOM at runtime, supports server side rendering and provides a familiar styled and css API. The library has no analytics, no telemetry and no external dependencies.

Data and cookies set by Goober

Goober itself does not set cookies, does not read local storage and does not perform any network call. It only generates style tags inside the document. Any data exchange depends entirely on how the integrator loads the package: bundled in the application, served from a self hosted location, or fetched from a public CDN such as jsDelivr or unpkg.

GDPR and ePrivacy implications

Because no information is read from or written to the visitor's terminal, Goober falls outside the scope of Article 5(3) of the ePrivacy Directive. The library does not trigger consent obligations on its own. However, loading Goober from a CDN exposes the visitor IP address to the CDN operator, which is a personal data processing activity governed by the GDPR.

Get GDPR compliant in 10 minutes

Free plan available · No credit card required

Try FlowConsent free

Consent requirements

No consent is required to use Goober when the library is bundled with the application or self hosted on the same domain. When the library is fetched from a third party CDN, the legal basis is the legitimate interest of the website operator to deliver static assets. Consent only becomes relevant if the CDN provider sets cookies on its endpoint for other purposes.

Data transfers

Goober has no servers and no managed cloud component. The transfer profile depends on the delivery channel. Bundled or self hosted in the EU: no transfer. Fetched from jsDelivr, unpkg or another global CDN: the visitor IP and HTTP metadata may be processed in third countries, which requires a Standard Contractual Clauses framework and a transfer impact assessment.

Practical compliance steps

Bundle Goober into your application build whenever possible, or host it from an EU based static asset server. If you rely on a public CDN, document the provider, the country of processing and the safeguards. Mention the library in your privacy policy under the section about technical components, and ensure the integrity hash is pinned to avoid silent updates from the CDN.

GDPR consent category

Other

Websites using Goober must obtain user consent under GDPR regulations.

Legal basisLegitimate interest of the website operator to render styled content. No personal data is processed by the library itself.
Risk levellow
Applicable regulationsGDPR, ePrivacy Directive when loaded from a third party CDN

DPIA considerations

A DPIA is not required for Goober itself, as the library does not collect personal data. A risk assessment may still be useful if Goober is loaded from a third party CDN that exposes visitor IP addresses outside the EEA.

Sample consent text

This website uses small CSS utilities for styling. They do not set cookies and do not collect personal data. Some assets may be served from a CDN that processes your IP address only to deliver the file.

Technical details

Tracking methodRuntime CSS injection in the DOM, no cookies set by default
Server locationClient side library, no server
Cookieless tracking availableYes

Third-party domains contacted

cdn.jsdelivr.netunpkg.comregistry.npmjs.org

Cookies placed

NameTypeDurationPurpose
none_by_defaultfirst_partyN/AGoober itself does not set any cookies. This entry is a placeholder confirming the library is cookieless by design.
cdn_sessionthird_partySessionOptional session cookie that may be set by the chosen CDN (jsDelivr, unpkg) on its own domain for caching or load balancing, never on your application domain.
app_csrffirst_partySessionAnti CSRF token set by your application framework (for example Next.js, Remix or Express), unrelated to Goober but commonly visible alongside it.

This service may collect user data. Ensure GDPR compliance with FlowConsent.

Get started freeScan your site

Frequently asked questions

Does Goober set any cookie on the visitor's browser?

No. Goober is a CSS in JS runtime that only generates style tags inside the document. It does not write cookies, does not use local storage and does not perform any background network request. Any cookies you see in the browser come from other components of your application.

Is consent required to use Goober on a website?

Consent is not required for the library itself because no information is stored or accessed on the visitor's device. When Goober is fetched from a third party CDN, the legal basis for the IP transmission is the legitimate interest of the website operator in delivering static assets.

What is the legal basis for processing related to Goober?

No personal data is processed by the library. If Goober is loaded from a CDN, the IP address shared with the CDN provider is processed under Article 6(1)(f) of the GDPR (legitimate interest), provided the documentation describes the recipient and the safeguards put in place.

Does Goober transfer data outside the European Economic Area?

The library itself does not transfer data. Transfers can occur indirectly when Goober is served from a global CDN such as jsDelivr or unpkg, which may process the request from edge nodes located in the United States or other countries. Standard Contractual Clauses cover those transfers.

Do I need to run a DPIA before integrating Goober?

A formal DPIA is not required for Goober. The library does not process personal data, does not profile users and does not perform automated decision making. A lightweight third party risk assessment for the chosen CDN is usually enough.

How can I integrate Goober in a privacy friendly way?

Bundle the library directly into your application or self host it on the same domain as the website. Pin a Subresource Integrity hash, document the dependency in your component inventory, and add a single line to your privacy policy describing that Goober is a styling utility with no tracking.

What are common alternatives to Goober?

Alternatives include Emotion, Styled Components, Stitches, vanilla extract and Tailwind CSS. Goober is chosen mostly for its very small footprint. Each alternative has its own privacy profile, but most CSS in JS libraries also avoid setting cookies.

How should I describe Goober in the cookie or privacy policy?

List Goober in the technical components section of the privacy policy, state that it does not set cookies, mention the delivery channel (bundled, self hosted or CDN), and if a CDN is used, name the provider and the country of processing along with the legal safeguards.