Now serving assets globally

Asset delivery at lightning speed

Upload images, video, fonts, and static files. Get instant CDN URLs. Serve them globally with edge caching and zero config.

# Upload an asset
curl -X POST https://api.neocdn.cloud/v1/assets/upload \
  -H "X-API-Key: ncdn_your_key" \
  -F "file=@hero.jpg"

# Serve it instantly
https://cdn.neocdn.cloud/i/your-org/hero.jpg
<50ms
Avg Response
500MB
Max Upload
99.9%
Uptime SLA
Bandwidth
Features

Everything you need for asset delivery

Built for developers and teams who need fast, reliable content delivery without the complexity.

Instant caching

Assets are cached at the edge on first request. Subsequent requests are served from disk in under 10ms with no origin roundtrip.

Dashboard & API

Upload via drag-and-drop dashboard or programmatically with API keys. Manage assets, collections, and team members from one place.

All asset types

Images (JPEG, PNG, WebP, AVIF), video (MP4, WebM, HLS), fonts (WOFF2, TTF), and static files (JS, CSS, JSON) — all optimized.

Team management

Invite team members with role-based access. Owners, admins, and viewers — each with the right permissions for their job.

Real-time analytics

See bandwidth usage, request counts, cache hit rates, and response times — updated every 30 seconds with real traffic data.

Secure by default

HTTPS everywhere, HSTS preloading, content security headers, and hashed API keys. Your assets are protected at every layer.

How it works

Three steps to global delivery

1

Create your organization

Sign up, name your org, and get your unique slug. Your CDN namespace is ready in seconds.

2

Upload your assets

Drag and drop files in the dashboard, or use the REST API with your API key. Images are auto-optimized.

3

Serve via CDN

Every asset gets a permanent URL like cdn.neocdn.cloud/i/you/file.jpg — cached, compressed, fast.

Developer friendly

Built for developers

Simple REST API with API key authentication. Upload assets, manage collections, purge cache — all programmatically. Works with any language or framework.

cURL JavaScript Python PHP
upload.js
const form = new FormData();
form.append('file', fileInput);

const res = await fetch('https://api.neocdn.cloud/v1/assets/upload', {
  method: 'POST',
  headers: {
    'X-API-Key': 'ncdn_your_key'
  },
  body: form
});

const { asset } = await res.json();
console.log(asset.cdn_url);
// → https://cdn.neocdn.cloud/i/your-org/abc123.jpg
Pricing

Simple, predictable pricing

Start free. Scale when you need to. No surprise bills.

Free
$0/mo
Perfect for side projects
  • 5 GB storage
  • 100 GB bandwidth
  • 1 API key
  • 2 team members
  • Dashboard + API access
Get started free
Enterprise
Custom
For large-scale deployments
  • Unlimited storage
  • Unlimited bandwidth
  • Unlimited everything
  • SLA guarantee
  • Dedicated support
  • Custom domain CNAME
  • SFTP access
Contact sales

Ready to deliver assets faster?

Join hundreds of developers using NEOCDN. Free to start, scales with you.

Create free account