High-performance
Fileship leverages Cloudflareβs lightning-fast cache to serve content instantly; on a cache miss, it automatically falls back to the quickest public node response.
Keep your digital culture afloat
Fileship transparently queries all public IPFS gateways and redirects you to the first successful response. β΅
Preservation Contribution: Every request is automatically archived on web.archive.org to help preserve digital art and culture.
Explore Fileship Archive
// Replace {cid} with your IPFS hash:
const cid = "QmXAdLcJVPxE7jqWCweNyPUVSTQoq4WQhymyyxVrT8h7hG"
const url = `https://ipfs.fileship.xyz/${cid}`
//url: https://ipfs.fileship.xyz/QmXAdLcJVPxE7jqWCweNyPUVSTQoq4WQhymyyxVrT8h7hG
This will serve you the latest snapshot of that CID on web.archive.org.
// Replace {cid} with your IPFS hash:
const cid = "QmXAdLcJVPxE7jqWCweNyPUVSTQoq4WQhymyyxVrT8h7hG"
const url = `https://archive.fileship.xyz/${cid}`
//url: https://archive.fileship.xyz/QmXAdLcJVPxE7jqWCweNyPUVSTQoq4WQhymyyxVrT8h7hG
WARNING
Please avoid using the βweb archiveβ in production. It is a very slow and unstable method, and should only be used to recover a deleted file from IPFS. Instead, use Retrieve an archive from IPFS.
This service is provided "as is" without any warranties. While every effort is made to ensure uptime and correct functionality, no guarantee is offered. Use at your own risk and ensure you're aware of the security and privacy implications of accessing IPFS content through a public proxy.