Edge network · 40+ PoP

Deliver static files at the edge.
Cache once, serve everywhere.

CdnFile is a lightweight content delivery network for downloads, assets and static sites. Point a domain, drop your files, and let the edge do the rest.

  • 18 msmedian edge latency
  • 99.98%monthly uptime
  • 42points of presence

Built for speed and simplicity

Global edge cache

Files are cached close to your users across dozens of regions for sub-20 ms delivery.

Any origin

Pull from your own server, an object bucket or a group of origins with automatic failover.

Custom domains + TLS

Bring your own domain and certificate. HTTP/2, modern ciphers and free redirects included.

Smart invalidation

Purge by path or pattern instantly. Pre-warm the cache before a release.

Compression

Brotli and gzip on the edge shrink transfers without touching your origin.

Usage-based

Pay only for what you deliver, billed by the second. No minimums, no surprises.

Three steps to the edge

  1. 1

    Add your origin

    Register the server or bucket that holds your files.

  2. 2

    Point a domain

    Add a CNAME to your CdnFile hostname and attach a certificate.

  3. 3

    Ship

    Replace your origin URLs with your CdnFile domain. That's it.

Simple, usage-based pricing

Starter

₽0.66/GB

  • Global edge cache
  • 1 custom domain
  • Community support
Start

Scale

Custom

  • Volume discounts
  • Origin shielding
  • SLA & onboarding
Contact

Sample downloads

Grab a few sample assets served straight from the CdnFile edge.

Quick start

Serve a file through the edge in under a minute.

# 1. create an origin group
cdnfile origins add --name web --host origin.example.com --tls

# 2. create a resource on your domain
cdnfile resource create \
  --domain cdn.example.com \
  --origin-group web \
  --cache 1h

# 3. replace your URLs
- https://origin.example.com/app.js
+ https://cdn.example.com/app.js