Global Network · 38 PoPs

Content delivery
at the edge

KeyRox CDN accelerates your assets, APIs, and object storage with sub-10ms latency across our globally distributed edge network. Built for developers.

Start for free View docs →
38+
Edge Locations
4.2Tbps
Network Capacity
99.99%
Uptime SLA
<8ms
Avg. Latency
Platform

Everything you need at the edge

From static assets to full API acceleration — one platform, zero configuration headaches.

Edge Cache

Smart TTL-based caching with stale-while-revalidate support. Cache anything — HTML, JSON, binary blobs — with fine-grained purge controls.

📦

Object Storage

S3-compatible object storage with automatic geo-replication. Store and serve files up to 5 TB with built-in CDN delivery included.

🔀

Load Balancing

Distribute traffic across multiple origins with health checks, weighted routing, and automatic failover — no extra config needed.

🔒

TLS Everywhere

Automatic certificate provisioning via ACME. TLS 1.3 by default, with HSTS preloading and OCSP stapling out of the box.

🌐

HTTP/3 & QUIC

Full HTTP/3 support across all edge nodes. Zero-RTT resumption means repeat visitors get instant connections.

📊

Real-time Analytics

Per-request logs, bandwidth graphs, and cache hit-rate dashboards streamed live. Integrates with Prometheus and Grafana.

upload.js — Object Storage SDK
// 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
Pricing

Simple, usage-based pricing

No hidden fees. Pay only for what you transfer and store.

Hobby
$0/mo
Perfect for side projects and open-source.
  • 100 GB bandwidth / mo
  • 10 GB object storage
  • 5 edge locations
  • Community support
Enterprise
Custom
Dedicated capacity, custom contracts.
  • Unlimited bandwidth
  • Dedicated edge nodes
  • Custom SLA & DPA
  • 24/7 dedicated support
  • Private PoP deployment