Originless
Anonymous, decentralized file hosting based on IPFS for apps and web
AI Summary
Originless is an open-source backend for anonymous, decentralized file hosting based on IPFS. It offers a simple REST API for uploads without accounts or tracking and can be self-hosted or used as a public gateway. Ideal for developers who want to integrate privacy-friendly file-sharing features into apps, Nostr clients, screenshot tools, or pastebins.
✓ Pros
- + Completely anonymous without accounts or logs
- + Self-hostable via Docker or usable as a public gateway
- + Decentralized on IPFS with automatic content repopulation
✗ Cons
- − Requires IPFS knowledge for optimal use
- − Unpinned content may be lost through garbage collection
Use Cases
- → Anonymous hosting of screenshots and images without tracking
- → Deployment of Vue.js/React frontend builds on IPFS
- → Integration into Nostr clients for decentralized media uploads
- → Encrypted notes and pastes with client-side encryption
Who is it for?
Developers and privacy-conscious teams who want to integrate anonymous, decentralized file hosting features into their apps or tools.
Tags
What is Originless?
Originless is an open-source backend for decentralized file hosting built on IPFS. It provides a REST API that allows files to be uploaded without an account, without registration and without logging. The project can be self-hosted via Docker or used as a public gateway. The source code is on GitHub and is freely available for reuse.
The core promise is anonymity by design: because no user data is collected, there is simply nothing to track.
Core features
- REST API for file uploads without authentication or mandatory accounts
- IPFS foundation with automatic content repopulation for decentralized availability
- Self-hosting via Docker or use of a public gateway
- Client-side encryption for notes and pastes
- Frontend deployments of Vue.js or React builds directly to IPFS
- Nostr integration for decentralized media uploads in compatible clients
Who is Originless for?
Originless is aimed at developers who want to add file-sharing functionality to their own applications without central infrastructure. Typical use cases are Nostr clients, screenshot tools or simple paste services where privacy is a priority.
Users unfamiliar with IPFS will need some time to get up to speed. This applies in particular to the question of how content stays permanently available: unpinned content is subject to garbage collection and will disappear. Anyone who needs permanent hosting must plan for pinning services such as Pinata or a dedicated IPFS node.
Context & alternatives
Originless falls into the category of self-hosted, privacy-oriented file-hosting backends. It competes less with classic S3-compatible storage solutions than with IPFS-adjacent projects such as Web3.Storage or nft.storage, both of which rely on account-based access. Those who need pinning infrastructure and an SLA will be better served there. Those looking for a minimal API with no account overhead and who want to retain control over their own instance will find a more direct approach in Originless.