{"id":"fileverse","title":"Fileverse","content":"**Fileverse** is an open-source protocol and suite of [decentralized applications (dApps) ](https://iq.wiki/wiki/decentralized-application)developed as a privacy-focused, user-owned alternative to centralized cloud collaboration suites like Google Workspace and Notion. The platform leverages peer-to-peer (P2P) networks for storage and [blockchains](https://iq.wiki/wiki/blockchain) for identity and access control, enabling users to create, share, and collaborate on documents, spreadsheets, and other files with an emphasis on data sovereignty and censorship resistance. [\\[1\\]](#cite-id-PEHQW8v3onSEMelb) [\\[2\\]](#cite-id-xKNRn56KB559wKM6)​\n\n[YOUTUBE@VID](https://youtube.com/watch?v=QBCtXM4QGJY)\n\n## Overview\n\nFileverse was created to address concerns about data privacy and user rights on centralized web platforms. The project's philosophy is inspired by John Perry Barlow's \"A Declaration of the Independence of Cyberspace,\" which advocates for an internet free from sovereign control. The Fileverse manifesto argues that billions of users have unintentionally compromised their digital rights for the convenience of \"free\" collaboration tools, which it describes as \"walled gardens\" engaging in surveillance and data exploitation. [\\[1\\]](#cite-id-PEHQW8v3onSEMelb) The project's stated goals are to highlight the \"performative neutrality\" of these centralized applications and to provide a viable open-source alternative that guarantees user sovereignty by design. [\\[1\\]](#cite-id-PEHQW8v3onSEMelb)​\n\nThe platform operates on the principle of \"privacy by design, not by promise,\" using client-side encryption to ensure that no central entity, including the Fileverse team, can access user content. [\\[3\\]](#cite-id-Okrub46yXORp5etG) Users interact with the applications through their existing [web3](https://iq.wiki/wiki/web3) wallets, which serve as their accounts for authentication and access management, eliminating the need for traditional email and password sign-ups. [\\[1\\]](#cite-id-PEHQW8v3onSEMelb)​\n\n## History and Development\n\nOn October 17, 2023, Fileverse launched its portal, described as a \"non-financial dApplication for everyday collaboration and productivity.\" [\\[4\\]](#cite-id-i9lJkicznlK1Wcxa) The following month, during the [EF](https://iq.wiki/wiki/ethereum-foundation-ef) Devconnect event in Istanbul, the team demonstrated the platform's on-chain permanence feature by \"minting\" collective knowledge gathered off-chain onto the [Gnosis](https://iq.wiki/wiki/gnosis) Chain. [\\[4\\]](#cite-id-i9lJkicznlK1Wcxa)​\n\nThroughout 2024, Fileverse expanded its product suite. On June 17, 2024, it introduced `dsheets.new`, a decentralized spreadsheet application. [\\[4\\]](#cite-id-i9lJkicznlK1Wcxa) This was followed by the launch of `ddocs.new` on July 9, 2024, positioned as a privacy-enhancing, peer-to-peer alternative to Google Docs. The team presented its platform and its approach to private online collaboration at DappCon Berlin in June 2024. [\\[4\\]](#cite-id-i9lJkicznlK1Wcxa)​\n\nBased on user feedback, a significant update to dDocs was released on January 24, 2025, which introduced new features and performance improvements, including the ability to export to PDF and find documents via the browser's address bar. [\\[4\\]](#cite-id-i9lJkicznlK1Wcxa)​\n\n[YOUTUBE@VID](https://youtube.com/watch?v=FBv1qzWbG8M)\n\n## Technical Architecture\n\nFileverse employs a hybrid architecture that combines P2P networks for data storage with public blockchains for permissions and data integrity, operating without central servers for user data. [\\[3\\]](#cite-id-Okrub46yXORp5etG) [\\[1\\]](#cite-id-PEHQW8v3onSEMelb)​\n\n### Core Components\n\n* **P2P Storage:** Files uploaded to Fileverse are encrypted and stored on P2P networks, primarily the InterPlanetary File System (IPFS) and [Arweave](https://iq.wiki/wiki/arweave). This decentralized storage model removes single points of failure and enhances censorship resistance. A network of `file-seeder` peers helps to pin and serve content across the IPFS network. [\\[2\\]](#cite-id-xKNRn56KB559wKM6) [\\[1\\]](#cite-id-PEHQW8v3onSEMelb)\n* **Blockchain Layer:** The platform uses [Ethereum](https://iq.wiki/wiki/ethereum) and EVM-compatible chains, particularly Gnosis Chain, as its trust and permissions layer. Smart contracts on these chains manage access control, enforce rules for collaboration, and verify data integrity through content addressing, where a file's link is derived from its content. Gnosis Chain is specifically utilized for its lower transaction costs. [\\[1\\]](#cite-id-PEHQW8v3onSEMelb) [\\[4\\]](#cite-id-i9lJkicznlK1Wcxa)\n* **Wallet-Based Identity:** Authentication is handled exclusively through web3 wallets like [MetaMask](https://iq.wiki/wiki/metamask). A user's wallet address serves as their universal account, which allows for integration with other web3 identity systems like the [Ethereum Name Service (ENS)](https://iq.wiki/wiki/ens), [Lens Protocol](https://iq.wiki/wiki/lens-protocol), and [Farcaster](https://iq.wiki/wiki/farcaster). The system also supports account abstraction (ERC-4337) to simplify the onboarding process for new users via social logins. [\\[1\\]](#cite-id-PEHQW8v3onSEMelb)\n\n### Encryption and Privacy\n\nFileverse is built with client-side, end-to-end encryption to ensure user privacy. The process works as follows:\n\n1. A user creates or modifies a file within a Fileverse dApp.\n2. The content is encrypted directly in the user's browser using a symmetric key.\n3. This symmetric key is then encrypted for each authorized collaborator using their public wallet address.\n4. The encrypted file and the encrypted keys are stored on the IPFS network.\n5. When a collaborator accesses the file, they use their wallet's private key to decrypt the symmetric key, which in turn decrypts the file content for viewing and editing in their browser.\n\nThis architectural design ensures that data remains unreadable to anyone without explicit on-chain permission, including the Fileverse developers. [\\[3\\]](#cite-id-Okrub46yXORp5etG)​\n\n### Open-Source and Decentralized Development\n\nThe entire Fileverse stack is open-source, with its code publicly available for auditing and contribution. The main repositories are hosted on GitHub, with TypeScript, JavaScript, and [Solidity](https://iq.wiki/wiki/solidity) being the predominant languages. In line with its decentralization ethos, Fileverse also hosts its codebase on Radicle, a decentralized code collaboration network, ensuring that its development infrastructure is not reliant on a single centralized platform. [\\[2\\]](#cite-id-xKNRn56KB559wKM6) [\\[5\\]](#cite-id-KvMAh7q5Vk0eGDfo)​\n\n## Product Suite\n\nFileverse offers a growing collection of dApps and developer tools, many of which are in public beta and are accessible through `.new` domains. [\\[1\\]](#cite-id-PEHQW8v3onSEMelb)​\n\n### Core Applications\n\n* **dDocs:** A decentralized and encrypted word processing application, positioned as a direct alternative to Google Docs. It supports real-time and asynchronous collaboration and works on both mobile and desktop browsers without requiring an account. Features include the ability to export documents as formatted PDFs and create page breaks. [\\[2\\]](#cite-id-xKNRn56KB559wKM6) [\\[4\\]](#cite-id-i9lJkicznlK1Wcxa)\n* **dSheets:** A decentralized spreadsheet application designed as a no-code interface for real-time, on-chain data manipulation. It functions as an alternative to Excel or Google Sheets and is built on the same privacy-preserving middleware as dDocs. [\\[2\\]](#cite-id-xKNRn56KB559wKM6) [\\[4\\]](#cite-id-i9lJkicznlK1Wcxa)\n* **dSlides:** A decentralized and encrypted application for creating presentations, serving as an alternative to Google Slides. [\\[1\\]](#cite-id-PEHQW8v3onSEMelb)\n* **Fileverse Portal:** The central on-chain workspace for P2P file management and collaboration. It allows users to create decentralized websites, knowledge bases, and portfolios. The portal also features tools for creating on-chain communities with token-gated access and trustless co-management using [Safe](https://iq.wiki/wiki/safe) (formerly Gnosis Safe) multisig wallets. [\\[2\\]](#cite-id-xKNRn56KB559wKM6) [\\[3\\]](#cite-id-Okrub46yXORp5etG)\n\n### Developer Tools and SDKs\n\n* **HeartBit SDK:** A React SDK (`@fileverse/heartbit-react`) that enables developers to create provable, time-based on-chain \"Likes.\" These are generated through user engagement with a dApp or on-chain media and are designed to integrate with [Farcaster](https://iq.wiki/wiki/farcaster) Frames and Lens Protocol OpenActions. [\\[2\\]](#cite-id-xKNRn56KB559wKM6)\n* **Agents SDK:** An SDK that allows any AI agent to read and write data on-chain. It provides agents with a dedicated [Safe](https://iq.wiki/wiki/safe) smart account, a smart contract on Gnosis, and storage space on IPFS, using a human-readable Markdown format for input. [\\[2\\]](#cite-id-xKNRn56KB559wKM6)\n\n## Reception and Notable Endorsements\n\nFileverse has garnered significant attention and multiple mentions from [Ethereum](https://iq.wiki/wiki/ethereum) co-founder [Vitalik Buterin](https://iq.wiki/wiki/vitalik-buterin), which has helped raise its visibility within the web3 community.\n\n* On December 2, 2022, Buterin described Fileverse as a \"cool decentralized alternative to Google Docs\" and noted its \"on-chain access control, IPFS storage, client side encryption. Lots of cool web3-native goodies.\" [\\[3\\]](#cite-id-Okrub46yXORp5etG)\n* On June 7, 2024, he posted on X, stating, \"For those looking for a decentralized alternative to google docs, fileverse (ddocs) is quite good.\" [\\[1\\]](#cite-id-PEHQW8v3onSEMelb)\n* On May 16, 2025, Buterin highlighted another use case, praising its simplicity for creating \"encrypted group chats\" accessible via an allow-list of ENS names. [\\[5\\]](#cite-id-KvMAh7q5Vk0eGDfo)\n* On December 10, 2025, he provided a further endorsement regarding the platform's maturity and stability: \"I've been impressed by  (decentralized open-source encrypted docs https://docs.fileverse.io ). Every month more bugs get fixed, and recently it's finally at the point where I can comfortably send docs off for comment or collaboration, and things reliably don't break.\" [\\[6\\]](#cite-id-YRSWceR6o3RTsOP8)\n\nThe platform has also demonstrated practical utility through adoption by prominent web3 events. Specialized \"Community Portals\" have been deployed for Dappcon, ETHSanFrancisco, and Devcon to facilitate secure, token-gated collaboration among attendees and organizers. [\\[3\\]](#cite-id-Okrub46yXORp5etG)​","summary":"Fileverse is a decentralized, open-source protocol offering a suite of privacy-focused collaboration dApps. Positioned as a web3 alternative to Google Workspace, it uses IPFS for storage and blockchains for on-chain permissions and access control.","images":[{"id":"QmWzJaid498E7U8jPbPYcjhJdofPKwquk5h928xJN8mdKF","type":"image/jpeg, image/png"}],"categories":[{"id":"dapps","title":"dapps"}],"tags":[{"id":"Protocols"},{"id":"Ethereum"},{"id":"Polygon"}],"media":[{"id":"https://www.youtube.com/watch?v=QBCtXM4QGJY","name":"QBCtXM4QGJY","caption":"","thumbnail":"https://www.youtube.com/watch?v=QBCtXM4QGJY","source":"YOUTUBE"},{"id":"https://www.youtube.com/watch?v=FBv1qzWbG8M","name":"FBv1qzWbG8M","caption":"","thumbnail":"https://www.youtube.com/watch?v=FBv1qzWbG8M","source":"YOUTUBE"}],"metadata":[{"id":"references","value":"[\n  {\n    \"id\": \"PEHQW8v3onSEMelb\",\n    \"url\": \"https://fileverse.io/faq\",\n    \"description\": \"Fileverse Frequently Asked Questions\",\n    \"timestamp\": 1765411188264\n  },\n  {\n    \"id\": \"xKNRn56KB559wKM6\",\n    \"url\": \"https://github.com/fileverse\",\n    \"description\": \"Fileverse GitHub Organization Profile\",\n    \"timestamp\": 1765411188264\n  },\n  {\n    \"id\": \"Okrub46yXORp5etG\",\n    \"url\": \"https://fileverse.io/\",\n    \"description\": \"Fileverse official website\",\n    \"timestamp\": 1765411188264\n  },\n  {\n    \"id\": \"i9lJkicznlK1Wcxa\",\n    \"url\": \"https://x.com/fileverse\",\n    \"description\": \"Fileverse official X account\",\n    \"timestamp\": 1765411188264\n  },\n  {\n    \"id\": \"KvMAh7q5Vk0eGDfo\",\n    \"url\": \"https://app.radicle.xyz/nodes/seed.radicle.garden/rad%3AzFem1Hm7f5Mqz9J81PpZ722Eqswa\",\n    \"description\": \"Fileverse Radicle repository\",\n    \"timestamp\": 1765411188264\n  },\n  {\n    \"id\": \"YRSWceR6o3RTsOP8\",\n    \"url\": \"https://x.com/VitalikButerin/status/1998820202054832639\",\n    \"description\": \"Vitalik Buterin's post on X\",\n    \"timestamp\": 1765411188264\n  }\n]"},{"id":"website","value":"https://fileverse.io/"},{"id":"twitter_profile","value":"https://x.com/fileverse"},{"id":"github_profile","value":"https://github.com/fileverse"},{"id":"commit-message","value":"\"Added Fileverse wiki page\""}],"events":[{"id":"73fd8226-5176-4f52-b1c9-9b4a43ae9c6f","date":"2022-01","title":"Fileverse Project Inception","type":"CREATED","description":"The official X account for Fileverse was created, marking the project's public-facing inception.","link":"https://x.com/fileverse","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"9ce35921-1514-4b11-9731-4397f563bb34","date":"2022-12","title":"Vitalik Buterin Endorsement","type":"DEFAULT","description":"Ethereum co-founder Vitalik Buterin endorsed Fileverse on X, calling it a 'cool decentralized alternative to Google Docs,' which brought significant attention to the project.","link":"https://x.com/VitalikButerin/status/1598820202054832639","multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"46f86499-44ae-45e7-ba1a-2e102f6a749a","date":"2023-10","title":"Fileverse Portal Launch","type":"DEFAULT","description":"Fileverse launched its portal, a non-financial dApplication for everyday collaboration and productivity.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"8e50805f-77bf-4f55-a468-d4157cfe9c69","date":"2024-06","title":"dSheets Launch","type":"DEFAULT","description":"Fileverse launched dsheets.new, a decentralized spreadsheet application designed for the open internet and global economy.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null},{"id":"e5687853-a3f9-4971-ae5e-c62be048d99c","date":"2024-07","title":"dDocs Launch","type":"DEFAULT","description":"Fileverse launched ddocs.new, a privacy-enhancing, peer-to-peer, and on-chain document editor as a direct alternative to Google Docs.","link":null,"multiDateStart":null,"multiDateEnd":null,"continent":null,"country":null}],"user":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"author":{"id":"0x8af7a19a26d8fbc48defb35aefb15ec8c407f889"},"operator":{"id":"0x1E23b34d3106F0C1c74D17f2Cd0F65cdb039b138"},"language":"en","version":1,"linkedWikis":{"blockchains":["ethereum","gnosis","polygon","arweave"],"founders":[],"speakers":[]}}