🛟 Diggy.io CDN

Welcome to the Diggy.io Content Delivery Network. This CDN serves the Diggy.io widget files for production use.

Available Endpoints:

Shim Loader

GET /shim.js - Lightweight loader for the Diggy widget

✅ Available

Main Bundle

GET /bundle.js - Complete Diggy widget bundle

✅ Available

Latest Version

GET /latest/shim.js - Latest shim version

GET /latest/bundle.js - Latest bundle version

✅ Available

Version 1

GET /v1/shim.js - Version 1 shim

GET /v1/bundle.js - Version 1 bundle

✅ Available

Usage Example:

<script>
  window.diggyConfig = {
    project: 'your-project-key',
    source: 'snippet'
  };
  !function(e,r,a){if(!e.__Diggy){e.__Diggy={};var t=[],n={__cs:t};["show","hide","isVisible","capture","cancelCapture","unload","reload","on","off","setCustomData","clearCustomData"].forEach(function(e){n[e]=function(){var r=Array.prototype.slice.call(arguments);r.unshift(e),t.push(r)}}),e.Diggy=n;var s=r.createElement("script");s.async=1,s.src="https://diggy-cdn.matt-10b.workers.dev/shim.js";var i=r.getElementsByTagName("script")[0];i.parentNode.insertBefore(s,i)}}(window,document);
  </script>

Status: 🟢 CDN Online