KeyRox CDN accelerates your assets, APIs, and object storage with sub-10ms latency across our globally distributed edge network. Built for developers.
From static assets to full API acceleration — one platform, zero configuration headaches.
Smart TTL-based caching with stale-while-revalidate support. Cache anything — HTML, JSON, binary blobs — with fine-grained purge controls.
S3-compatible object storage with automatic geo-replication. Store and serve files up to 5 TB with built-in CDN delivery included.
Distribute traffic across multiple origins with health checks, weighted routing, and automatic failover — no extra config needed.
Automatic certificate provisioning via ACME. TLS 1.3 by default, with HSTS preloading and OCSP stapling out of the box.
Full HTTP/3 support across all edge nodes. Zero-RTT resumption means repeat visitors get instant connections.
Per-request logs, bandwidth graphs, and cache hit-rate dashboards streamed live. Integrates with Prometheus and Grafana.
// Install: npm install @keyrox/cdn-sdk import { KeyroxStorage } from '@keyrox/cdn-sdk' const storage = new KeyroxStorage({ region: 'eu-central', bucket: 'my-assets', apiKey: process.env.KEYROX_API_KEY, }) // Upload a file — returns CDN URL instantly const { url, etag } = await storage.put('images/hero.webp', fileBuffer, { contentType: 'image/webp', ttl: 86400, // cache for 24h at edge public: true, }) console.log(url) // → https://cdn.keyrox.xyz/my-assets/images/hero.webp
No hidden fees. Pay only for what you transfer and store.