Performance Metrics
Global CDN statistics
Network Status
Regional performance
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.
Average global TTFB
Network availability
Global edge locations
Cache invalidation
Regional Response Times
Technical Specifications
Comprehensive feature set built for modern content delivery.
Protocol Support
HTTP Versions
Full support for modern HTTP protocols
IPFS Protocols
Native support for IPFS content retrieval
WebSocket Support
Real-time bidirectional communication
Cache Controls
Cache Invalidation
Instant purge with global propagation
Cache Rules
Flexible caching strategies with custom rules
Stale Content
Configurable stale-while-revalidate behavior
Security Features
SSL/TLS
Automatic SSL/TLS certificate management
Access Controls
Token-based authentication and authorization
DDoS Protection
Advanced DDoS mitigation at edge
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.
// 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.Navigate to Access Keys in your Filebase Dashboard
- 2.Copy both your Access Key and Secret Access Key
- 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.
// 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.
// 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...
Using Custom Domains
To use a custom domain with your gateway, you'll need to:
- 1.Add a CNAME record pointing your subdomain to your gateway URL
- 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
Billed monthly, cancel anytime
Storage & Bandwidth
CDN Features
Starter
Billed monthly, cancel anytime
Storage & Bandwidth
CDN Features
Pro
Ideal for growing applications
Billed monthly, cancel anytime
Storage & Bandwidth
CDN Features
Start delivering content at the edge
Join thousands of developers using our CDN to serve content globally with unmatched reliability.