Article Image

MOCNovel: Decentralized and Sovereign Publishing for Authors

June 1, 2026

Re-Imagining Digital Literature

The modern self-publishing landscape is dominated by monopolistic web platforms that claim massive cuts from writers and enforce rigid censorship rules. MOCNovel represents our response—a decentralized reader and editor application.

Digital literature should be open. Authors deserve full royalty ownership, and readers deserve a private, zero-ad environment to read.
MOCNovel Developer Collective

Local-First Library & EPUB Rendering

MOCNovel stores all libraries and reading settings locally on your machine or mobile device. Reading progress is synchronized via cryptographic, end-to-end encrypted databases, ensuring that no central entity knows what books you own or what pages you are reading.

Open Synchronization Protocol

Synchronization uses a secure, decentralized sync protocol that authors and readers can run on their own hardware:

// Example decentralized library sync hook configuration
const syncSession = new SyncSession({
endpoint: 'https://sync.rebelroot.org/v1',
localDB: 'mocnovel_library_local',
encryptionKey: process.env.SYNC_KEY,
});
await syncSession.initialize();
Join the RebelRoot Community. Let's Build Better Software Together.

© Copyright 2026 RebelRoot. All rights reserved.