Zhylon CDN
A global content delivery network for open-source libraries and your own assets. Use it like cdnjs to serve jQuery, Bootstrap or Vue β or upload your own files for WordPress, SaaS products and static sites.
Open-Source Libraries
Zhylon CDN mirrors the full npm registry and all major open-source libraries. Every package is automatically versioned, minified and served with optimal caching headers β exactly like cdnjs, just faster in Europe.
Use Cases
Zhylon CDN covers two distinct use cases β open-source delivery for any project, and managed asset hosting for your own content.
Use Zhylon CDN as a drop-in replacement for cdnjs, jsDelivr or unpkg. Point your script and link tags at cdn.zhyloncontent.net and benefit from global delivery with zero configuration.
Upload your own CSS, JavaScript, images, fonts and static files. Connect a custom domain and serve everything through the Zhylon CDN network. Works with WordPress, Laravel, custom SaaS products and static site generators.
Platform Features
Zhylon CDN is more than a file server. It's a delivery platform designed for reliability, developer experience and long-term compatibility.
Every asset is served over HTTP/3 with Brotli compression. Typically 30β40% smaller than gzip β measurably faster page loads.
Every public library URL comes with a precomputed Subresource Integrity hash. One click to copy the full <script> tag with integrity attribute.
European visitors are always served from the nearest EU point-of-presence first. No unnecessary transatlantic round trips for your primary audience.
New npm releases are automatically mirrored within minutes. No manual package requests β if it's on npm, it's on Zhylon CDN.
See which assets are requested most, bandwidth consumed and latency per region β integrated with Zhylon Analytics if you use it.
Upload and invalidate assets programmatically via REST API. Plug into your GitHub Actions, GitLab CI or Laravel deployment scripts.
Integration
Replace your existing CDN references with a single URL change. For asset hosting, the REST API and WordPress plugin make integration seamless.
Works out of the box with Laravel Mix, Vite, webpack, plain HTML and any CMS.
<!-- Bootstrap CSS --> <link rel="stylesheet" href="https://cdn.zhyloncontent.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-[SRI-HASH]" crossorigin="anonymous" > <!-- Alpine.js --> <script defer src="https://cdn.zhyloncontent.net/npm/[email protected]/dist/cdn.min.js" ></script>
// vite.config.js import zhylonCdn from '@zhylon/vite-cdn-plugin' export default { plugins: [ zhylonCdn({ project: 'my-saas', token: process.env.ZHYLON_CDN_TOKEN, base: 'https://assets.zhylon.net/my-saas/' }) ] }
# Upload a file to your CDN project curl -X POST https://api.zhylon.net/cdn/upload \ -H "Authorization: Bearer $TOKEN" \ -F "project=my-saas" \ -F "file=@dist/app.js" \ -F "path=js/app.js"
Zhylon Ecosystem
Zhylon CDN is part of the Zhylon ecosystem. Combine it with Zhylon Analytics to track asset performance and with Zhylon Cloud to deploy full stacks.
Explore zhylon.net