Souspli

Souspli / Docs / Why

How is this different from…?

Short answers for people who already know the landscape. None of these systems is bad; most solve a different problem. Souspli borrows from several of them and says so.

The one-line version: other systems move messages between servers or peers and leave rendering to an app. Souspli moves a complete, signed, self-rendering document and makes the app incapable of leaking. The unit is the document, not the feed.

Email with PGP, or a signed PDF

The closest relatives, and the honest comparison.

Souspli's signature covers the rendering program, the arguments and every attachment as one unit, and the container the letter runs in has no network at four independent layers. Tracking is not discouraged; it is not possible.

Nostr

Souspli uses Nostr relays as one of its transports, and every Souspli identity already has a Nostr key. The differences:

See the relay event.

Mastodon / ActivityPub, Bluesky / AT Protocol

These decentralise who runs the server. There is still a server: your account lives on an instance or a PDS, its operator holds the system of record, sets the visibility rules, and can see your activity. Moving is possible; custody is still someone else's.

Souspli has no accounts and no home server. Your identity is a key on your machine, your data is the letters in your library, and a forum is a set of letters that reference each other — not a place anyone hosts.

IPFS, BitTorrent, Hypercore

Content-addressed transport and storage. Souspli agrees with all of it — letters are content-addressed, and BitTorrent is one of the ways they travel. What those systems do not define is what the content is, who signed it, or how to open untrusted interactive content without it reporting on you. A web page on IPFS is still a web page: it can load anything from anywhere once it runs.

Secure Scuttlebutt

The nearest in spirit: offline-first, identity is a key, social trust instead of global reputation. SSB replicates append-only feeds — to follow someone is to replicate their log, and applications interpret messages from it. Souspli's unit is the single document, which can be handed over by any channel — a file, a paste, a QR code, a relay, a torrent — without subscribing to anybody's history. Souspli's vouches and depth-2 "tribe" owe a clear debt to SSB's hops.

Signal, Matrix

Private messaging. Excellent at confidential conversation between known parties, and not trying to be anything else. A Signal message is not a durable, portable, independently verifiable artefact you can hand to a third party as evidence of what was said; that is a feature for messaging and the opposite of what a contract, an invoice or a published article needs.

"Isn't this just a browser with the network turned off?"

Partly — deliberately. The rendering engine is Chromium, because HTML/CSS/JS is the most widely understood document technology there is. What is added:

What Souspli is not good at