Blog / Guides

Tutorials, developer guides, and comparisons to help you pin files to IPFS, build decentralized apps, and choose the right storage for your project.

Encrypting Files Before IPFS: A Privacy Guide for Decentralized Storage
Guides

Encrypting Files Before IPFS: A Privacy Guide for Decentralized Storage

IPFS is public by default. Learn how to encrypt files client-side before pinning them to IPFS for private, decentralized storage.

Nacho CollNacho Coll 9 min read
Automating IPFS Workflows: Webhooks, Cron Jobs, and CI/CD Integration
Guides

Automating IPFS Workflows: Webhooks, Cron Jobs, and CI/CD Integration

Automate IPFS uploads in your CI/CD pipeline. GitHub Actions, GitLab CI, and cron job examples for continuous content pinning.

Nacho CollNacho Coll 8 min read
Uploading Large Files to IPFS: Chunking, Streaming, and Best Practices
Guides

Uploading Large Files to IPFS: Chunking, Streaming, and Best Practices

Handle large file uploads to IPFS effectively. Learn about DAG chunking, streaming uploads, and size optimization strategies.

Nacho CollNacho Coll 9 min read
IPFS storage for AI agents: content-addressed memory that survives model swaps
Guides

IPFS storage for AI agents: content-addressed memory that survives model swaps

Vector DBs bind agent memory to a specific model and index. IPFS gives agents deterministic pointers (CIDs) that survive model, prompt, and tool churn — and our MCP server puts them one config line away from Claude Code, Cursor, and Claude Desktop.

Nacho CollNacho Coll 8 min read
IPFS Garbage Collection: Stop Files Disappearing
Guides

IPFS Garbage Collection: Stop Files Disappearing

Understand why IPFS nodes delete unpinned content, how garbage collection works, and how to ensure your files stay available permanently.

Nacho CollNacho Coll 8 min read
Speed Up IPFS File Retrieval with Dedicated Gateways
Guides

Speed Up IPFS File Retrieval with Dedicated Gateways

Practical techniques to improve IPFS file retrieval speed: dedicated gateways, caching strategies, preloading, and CDN integration.

Nacho CollNacho Coll 6 min read
Migrating from Web3.Storage to IPFS.NINJA — Step-by-Step
Guides

Migrating from Web3.Storage to IPFS.NINJA — Step-by-Step

Migrate your pinned files from Web3.Storage (Storacha) to IPFS.NINJA. Automated migration script included.

Nacho CollNacho Coll 12 min read
IPFS with Next.js: Server-Side Uploads and Static Pinning
Guides

IPFS with Next.js: Server-Side Uploads and Static Pinning

Integrate IPFS uploads into your Next.js app using Server Actions, API routes, and signed tokens. ISR for gateway content and TypeScript examples.

Nacho CollNacho Coll 15 min read
IPFS for Gaming: Store Game Assets on the Decentralized Web
Guides

IPFS for Gaming: Store Game Assets on the Decentralized Web

How game developers use IPFS to permanently store textures, 3D models, and NFT metadata. Includes Unity and Unreal Engine integration patterns.

Nacho CollNacho Coll 12 min read