finds.dev← search

// the find

DimensionDev/Maskbook

★ 1,574 · TypeScript · AGPL-3.0 · updated Jun 2026

The portal to the new, open Internet. ([I:b])

Mask Network is a browser extension that layers Web3 features — encrypted messaging, token swapping, NFT displays — on top of existing social platforms like Twitter/X without requiring users to leave those sites. It's for developers or crypto-native users who want privacy and DeFi access without switching platforms. Think of it as a Web3 HUD injected into Web2.

The encryption package is genuinely well-engineered: versioned payload formats (v37 through v40) with snapshot tests and a clean separation between payload encoding, ECDH key exchange, and image steganography. Hiding encrypted payloads inside images posted to Twitter is clever and hard to censor. The monorepo structure isolates the cryptography primitives cleanly — you could pull `packages/encryption` out and use it independently. AGPL license is the right call for a privacy tool; it closes the SaaS loophole.

GunDB as the relay/storage layer is a real liability — it's a peer-to-peer database with a long history of reliability quirks, sparse maintenance, and confusing consistency guarantees. The core Twitter/X injection use case is fragile by nature: X has been actively hostile to third-party DOM access and changes layout often, meaning the extension breaks silently until someone notices. 1574 stars for a project this old and this ambitious suggests adoption never really took off, which matters because encrypted social posts are useless without a critical mass of people who can decrypt them. The README is nearly empty — no architecture overview, no explanation of the trust model, just links to an external docs site that may or may not be current.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →