Edge CDN · Helsinki, FI

Content at the speed of light

NordEdge delivers your assets from 47 PoPs across Europe and beyond. Sub-10ms latency, 99.999% uptime SLA, and a developer-first API that ships in minutes.

Start for free View documentation →
✓ No credit card required ✓ 1 TB free bandwidth/month ✓ Cancel anytime
47
PoPs worldwide
8.2ms
Avg. latency EU
4.1 Tbps
Network capacity
99.999%
Uptime SLA
3.2B+
Requests/day
Active PoP node

European edge network

Our backbone is built around Northern Europe with primary hubs in Finland, Sweden, and Germany — offering the lowest latency for EU traffic.

Helsinki, FI — Primary HQ 4.1ms avg
Frankfurt, DE 7.3ms avg
Amsterdam, NL 8.1ms avg
Stockholm, SE 5.7ms avg
London, GB 9.4ms avg

Everything you need to deliver fast

Built for developers who care about performance, reliability, and clean APIs.

Performance

Smart caching

Intelligent cache rules with stale-while-revalidate, surrogate keys, and instant purge across all PoPs in <150ms.

Security

DDoS protection

Always-on Layer 3/4/7 protection with automatic mitigation. Handles attacks up to 2 Tbps without configuration.

Edge compute

Workers at the edge

Run JavaScript at every PoP. Transform responses, A/B test, authenticate — all before content reaches the origin.

Images

Real-time image processing

Resize, crop, convert to WebP/AVIF, and optimize on the fly. One URL, infinite transformations.

Analytics

Real-time observability

Sub-second latency metrics, cache hit rates, error tracking, and bandwidth usage — streamed live to your dashboard.

Compliance

GDPR & data residency

Pin data to EU regions. Automatic GDPR-compliant log handling. Certified under ISO 27001 and SOC 2 Type II.

Simple, usage-based pricing

Monthly billing ANNUAL −20%
Starter
Free /month
Perfect for side projects and testing. Includes 1 TB of bandwidth.
  • 1 TB bandwidth/month
  • 10 PoP locations
  • Basic DDoS protection
  • SSL/TLS included
  • Community support
  • ✗ Edge workers
Enterprise
Custom
Dedicated infrastructure, custom contracts, and 24/7 white-glove support.
  • Unlimited bandwidth
  • Dedicated PoPs available
  • Custom SLA up to 99.999%
  • Private edge workers
  • SOC 2 & ISO 27001 reports
  • 24/7 dedicated support

Deploy in minutes,
not days

A clean REST API and SDK for Node, Python, Go, and PHP. Integrate NordEdge into your pipeline with a few lines of code.

Instant cache purge via API or webhook
Terraform and Pulumi providers available
GitHub Actions integration out of the box
OpenAPI 3.0 spec for every endpoint
Read the docs API reference
TypeScript
// Initialize NordEdge client
import { NordEdge } from '@nordedge/sdk';

const cdn = new NordEdge({
  apiKey: process.env.NORDEDGE_KEY,
  zone: 'eu-north-1',
});

// Configure cache rules
await cdn.cache.setRules({
  path: '/assets/*',
  ttl: 86400,
  staleWhileRevalidate: 3600,
});

// Purge on deploy
await cdn.purge.byTag(['v2.4.1']);
console.log('Purged across 47 PoPs ✓');
Trusted by engineering teams at