New

Introducing Dedicated IPFS Gateways for Free Plans

Read

The InterPlanetary
Development Platform

TheInterPlanetaryDevelopment Platform

From IPFS pinning to dedicated IPFS gateways and IPNS names, Filebase provides all the tools you need to build the best decentralized applications.

🤝 USED BY TEAMS AT
Rarible
Crossmint
Phantom
SuperRare

OVERVIEW

DATA ACCESS

YOUR ACCOUNT

SN

Good afternoon, Satoshi Nakamoto

Filebase Paid User

Overview

55

Buckets

12165

Total Objects

38.8 GB

Total Storage

2.05 GB

Total Bandwidth

Data usage

Storage

Bandwidth

User Referrals

For every referral, earn 5 GB of free storage.

Free Storage Earned

Track your progress towards earning up to 100 GB of free storage.

You have earned 0 GB of free storage out of 100 GB.

Hyperspeed IPFSBare Metal Control

Enterprise-grade infrastructure with blazing fast speeds. Built for developers, designed for scale.

IPFS Pinning

Pin your files to IPFS via our Web Interface, APIs, SDK, & CLI.

NFT01.pngImage
2.4 MB
Network Active
0%
Content distributed across IPFS network

IPFS Gateways

Instantly distribute IPFS content over HTTPS.

gateway.myapp.com
Ready
Qm...
https://mygateway.com/ipfs/Qm...
Active

IPNS Names

Generate static links with updatable CIDs.

v1bafybeig...52h
v2bafybeic...j3m
v3bafybeia...x4r
ipfs://bafybeig...52h
Resolving latest CID

Trusted in production everywhere.

High-performance IPFS infrastructure built to scale.

Bare Metal Infra

Enterprise-grade infrastructure

Live

Blockchains

Major chains supported

1,000+

Daily Requests

Peak daily throughput

50M+

Files Stored

Total content pinned

1.5B+

Developers

Active platform users

45K+

Reliable

Live since 2019

5+ Years

Everything IPFSAll-in-one platform

Explore our complete platform capabilities across pinning, gateways, names and development tools.

Pin Files & Directories

Upload any file or directory to IPFS with enterprise-grade persistence. Supports recursive pinning for complex directory structures and handles large datasets efficiently.

Recursive Pinning
Batch Upload
Directory Support
ipfs-pinning/pinning-files

List Pinned Content

Manage and monitor your IPFS content through an intuitive interface. Advanced filtering, sorting, and search capabilities with detailed metadata tracking for each pinned item.

Content Browser
Search & Filter
Metadata View
ipfs-pinning/listing-files

Delete Pins

Securely remove content from IPFS with granular control. Schedule deletions, batch remove pins, and maintain detailed audit logs of all unpinning operations.

Selective Removal
Scheduled Deletion
Access Control
ipfs-pinning/deleting-files

Re-Pin Content

Ensure long-term content availability with automated re-pinning. Includes integrity verification, health checks, and distributed redundancy across the IPFS network.

Pin Notifications

Monitor your IPFS operations in real-time. Receive instant alerts for pin status changes, completion events, and system notifications through multiple channels.

Real-time Updates
Status Alerts
Event Logs
ipfs-pinning/event-notifications

Gateway Access

Access IPFS content through high-performance gateways with automatic SSL and global CDN distribution.

Custom Domains
Fast Access
HTTPS Support
dedicated-ipfs-gateways/managing-dedicated-gateways

AWS SDK

Use familiar AWS S3 tools and SDKs to interact with your pinned content through our compatible API.

IPFS RPC API

Coming Soon - Direct interaction with IPFS node RPC commands without running your own node. Execute Kubo RPC methods, manage IPFS operations, and handle node-level functions through our API.

Kubo Compatible
Node Operations
Coming Soon

Access Controls

Secure your gateway with API tokens and flexible authorization options. Support for both query string and header-based authentication.

API Tokens
Auth Headers
Private Access
dedicated-ipfs-gateways/access-controls

Lightning-FastContent Delivery

Try a Bare Metal CDN that delivers IPFS content at hyperspeed, without relying on third-party providers like AWS, Google Cloud, or Cloudflare.

Provider Independent

Stay online even when major cloud providers experience outages. Our independent infrastructure ensures reliable content delivery.

True Decentralization

Unlike public gateways operated by individuals, our CDN provides enterprise-grade infrastructure without centralization risks.

Optimized Performance

Purpose-built for IPFS content delivery with multiple Points of Presence across North America, Europe, and Asia.

CDN
EDGE NETWORK
LIVE
Response Time
LON
20ms
Excellent
13ms optimal84ms threshold
Edge Location TestsLatency

Intelligent IPFSThreat Protection

Protect your IPFS infrastructure with AI-powered threat detection. Block malicious content, prevent attacks, and maintain compliance with automated security measures.

Security Active
Real-time protection enabled

Pre-Upload Shield

Content Scanning

Stop threats before they reach IPFS. Our AI-powered Threat Monitor scans and blocks malicious content instantly, protecting your infrastructure from phishing attempts and policy violations.

Features

Threat scanning
Pre-upload blocking
Malware detection
Content verification
Policy enforcement
Reputation shielding
Developer Tools

FlexibleIntegration Options

Multiple ways to integrate with our platform. From our native SDK to industry-standard APIs, choose the integration path that works best for your application.

JS
Examples
Auto-Suggestions
Quick Start
Common Use
Quick Start
Required
npm install @filebase/sdk
Pinning Example
Simple implementation example
import { ObjectManager } from "@filebase/sdk";
const objectManager = new ObjectManager(S3_KEY, S3_SECRET, {
  bucket: bucketName
});

const uploadedObject = await objectManager.upload(
  "my-object",
  Buffer.from("Hello World!")
);

console.log(uploadedObject);