Fast Free Cookie Consent with Silktide for Side Projects


Microsoft Clarity needed consent. Another thing for the endless TODO list when all I want to do is ship.

Found a free, open-source consent manager from Silktide. No account, no credit card, just a simple javascript snippet. Took me like 15 minutes to get working.

A couple quick tips if you use it:

if (typeof window.clarity === "function") {
  window.clarity('consent', true)
  window.clarity('consentv2', {
	ad_storage: "granted",
	analytics_Storage: "granted"
  }); 
}

Saved me a ton of headache so I could get back to building. Hope this helps.



This article was originally published on https://craftengineer.com/. It was written by a human and polished using grammar tools for clarity.
--

Follow me on X (Formally, Twitter). Or read my stories on engineering management, and how to be a better engineering leader on Vibe Manager Blog.