New

Introducing Dedicated IPFS Gateways for Free Plans

Read

IPFS CDN.

Own your delivery layer with a CDNbuilt specifically for Web3.

CDN Report

Latest CDN performance metrics

Enterprise-Grade CDN Features

Built for businesses that need reliable, scalable, and decentralized content delivery.

Performance & Scale

Sub-200ms global TTFB with geolocation-based load balancing. Optimized for both HTTPS and Bitswap protocols with instant cache invalidation.

Reliability & Architecture

Fully owned infrastructure with multi-continent redundancy. No centralized points of failure and direct control of the delivery layer.

Developer Experience

Real-time configuration with comprehensive APIs. Built-in CI/CD integration, instant rollbacks, and real-time logs.

Security & Protection

End-to-end ownership with no third-party dependencies. Custom security implementation with granular access controls.

IPFS Integration

Purpose-built for IPFS content with dedicated gateways. Automatic caching and optimization for decentralized storage.

Cost Optimization

No marked-up page rules or serverless function costs. Predictable pricing with direct infrastructure savings.

Independent CDN Architecture

Built and operated independently, with no reliance on traditional CDN infrastructure.

Global Request Routing

Intelligent geolocation-based load balancing directs requests to the nearest data center across North America, Europe, and Asia.

Edge Caching

Content is cached at strategic edge locations worldwide, with optimized delivery for both HTTPS and Bitswap protocols.

IPFS Integration

Dedicated IPFS gateways with native protocol support ensure reliable content retrieval from the decentralized network.

Direct Infrastructure

Fully owned and operated infrastructure without reliance on third-party CDNs like Cloudflare or Cloudfront, ensuring complete control.

Global Performance Metrics

Industry-leading response times and reliability across our global network.

200ms

Average global TTFB

99.99%

Network availability

12regions

Global edge locations

100ms

Cache invalidation

Regional Response Times

Europe
60ms
N. America
135ms
Asia
220ms
S. America
180ms
Oceania
250ms
Latest Performance Update: Filebase CDN achieves industry-leading TTFB latency with 61ms in Europe, 135ms in America, and 222ms in Asia for cached content delivery.

Technical Specifications

Comprehensive feature set built for modern content delivery.

Protocol Support

HTTP Versions

Full support for modern HTTP protocols

HTTP/2, HTTP/1.1

IPFS Protocols

Native support for IPFS content retrieval

Bitswap, HTTP Gateway

WebSocket Support

Real-time bidirectional communication

WSS, WS

Cache Controls

Cache Invalidation

Instant purge with global propagation

<100ms

Cache Rules

Flexible caching strategies with custom rules

Customizable

Stale Content

Configurable stale-while-revalidate behavior

Supported

Security Features

SSL/TLS

Automatic SSL/TLS certificate management

Auto HTTPS

Access Controls

Token-based authentication and authorization

Bearer Tokens, API Keys

DDoS Protection

Advanced DDoS mitigation at edge

Included

Get Started with CDN

Two simple steps to serve your content through our global CDN network.

1. Install the SDK

Install the Filebase SDK using your preferred package manager.

Shell
// Install using npm
npm install @filebase/sdk

// Or using yarn
yarn add @filebase/sdk
!

Getting Your Access Keys

Before creating a gateway, you'll need to get your access keys:

  1. 1.Navigate to Access Keys in your Filebase Dashboard
  2. 2.Copy both your Access Key and Secret Access Key
  3. 3.Store these securely - never commit them to version control or expose them in client-side code

2. Create Your Gateway

Initialize the Gateway Manager with your access keys and create a gateway.

JavaScript
// Initialize the Gateway Manager
import { GatewayManager } from "@filebase/sdk";

// SECURITY WARNING: Never commit these keys or expose them in client-side code
// Use environment variables or a secure key management system
const gatewayManager = new GatewayManager(
  process.env.FILEBASE_KEY,        // Get from Access Keys in Dashboard
  process.env.FILEBASE_SECRET      // Keep this secret secure!
);

// Create a new gateway
await gatewayManager.create('my-cdn-gateway', {
  domain: 'cdn.mydomain.com'  // Optional custom domain
});

3. Reference Your Content

Use your gateway URL to serve content through our CDN.

URL
// Reference your content through the CDN-enabled gateway
https://my-cdn-gateway.myfilebase.com/ipfs/QmExample...

// Using your custom domain (if configured)
https://cdn.mydomain.com/ipfs/QmExample...
i

Using Custom Domains

To use a custom domain with your gateway, you'll need to:

  1. 1.Add a CNAME record pointing your subdomain to your gateway URL
  2. 2.Configure the custom domain in the Filebase Dashboard

Scale without limits

Start with our free tier and scale up as your needs grow. No hidden fees or surprises.

Free

Perfect for testing and small projects

$0/month

Billed monthly, cancel anytime

Storage & Bandwidth

5 GB Storage
5 GB Bandwidth

CDN Features

1 Dedicated Gateway + CDN
Global Edge Network
Basic Support

Starter

$20/month

Billed monthly, cancel anytime

Storage & Bandwidth

800 GB Storage
800 GB Bandwidth

CDN Features

1 Dedicated Gateway + CDN
Global Edge Network
Add+ Storage $0.08/GB
Add+ Bandwidth $0.015/GB

Pro

Ideal for growing applications

$100/month

Billed monthly, cancel anytime

Storage & Bandwidth

4 TB Storage
4 TB Bandwidth

CDN Features

5 Dedicated Gateways + CDN
Global Edge Network
Add+ Storage $0.04/GB
Add+ Bandwidth $0.015/GB

Need a custom solution?

Contact our sales team to build a plan that works for you

Contact Sales

Start delivering content at the edge

Join thousands of developers using our CDN to serve content globally with unmatched reliability.