Cookie & Storage · Updated May 2026
What we store,
and what we don't.
01What we actually store
The marketing site (this one) sets no traditional HTTP cookies. What it does use is browser localStorage and sessionStorage — same legal treatment under EU rules. Here's the inventory:
- cookie-consent — remembers whether you accepted or declined the cookie banner so we don't ask again every page. Required for the banner to behave.
- chai-session-id — links your messages to Atlas (the on-site assistant) into a single conversation thread. Only set if you start chatting.
- atlas-voice — your voice-on/voice-off preference for Atlas. Off by default.
- ch_preloader_shown — sessionStorage flag so the loading animation only plays once per browser session.
That's the whole list. Open browser DevTools → Application → Storage and you can see it for yourself.
02What we don't use
No advertising trackers. No Facebook Pixel, no Google Ads tag, no LinkedIn Insight Tag, no TikTok Pixel.
No third-party analytics that profile you across sites. The aggregate page-view counts you see referenced in the privacy policy come from our own first-party logs.
No browser fingerprinting. No cross-site identifiers.
03Third-party embeds
A few page elements load resources from external services. Those services may set their own cookies on the connection you make to them — we have no control over those:
- Spline (3D scenes) — embedded on the home hero, CTA, /contact, and the 404 page. Loaded from prod.spline.design.
- Timeweb S3 (images) — case-study covers, gallery, and other media are served from our object-storage bucket.
- Google Fonts — typography is loaded via Next.js's self-hosted font pipeline, so the fonts are served from this domain. No Google connection at view time.
Open the Network tab in DevTools to see every third-party domain the site contacts.
04Admin app (admin.connectivehub.com)
The admin app — used by the team to manage case studies and articles — uses an authentication cookie set by NextAuth. It's strictly necessary for signed-in users; without it, the admin app can't function.
This cookie isn't set on the marketing site, only on the admin subdomain. Visiting connectivehub.com never receives it.
05How to opt out
Click Decline on the cookie banner — non-essential storage stays off.
Already accepted and want to change your mind? Clear site data for connectivehub.com in your browser settings; the banner returns and you can choose again.
Browser-level: most browsers let you block all storage from a domain in their site-settings panel. Firefox and Brave block third-party trackers by default — both work fine with this site.
06Changes to this policy
If we add a new storage item or a third-party embed, we update this page and bump the "Updated" date at the top. The inventory above is meant to stay accurate — if you ever spot something we set that isn't listed, email us and we'll fix either the code or the list.
07Contact
Cookie or storage questions: privacy@connectivehub.com
Privacy basics: Privacy Policy.
Questions
Write to privacy@connectivehub.com. Plain-English replies, usually within one business day.
Back to home