Build a social media app where users control their own profiles and cannot be censored by a platform.
Create a decentralized social feature or tool that integrates with Lens Protocol's blockchain-based social graph.
Run a self-hosted social network where followers and posts are owned by users, not the operator.
Requires PostgreSQL setup, Lens Protocol testnet configuration, and understanding of blockchain wallet integration.
Hey is a decentralized social media application built on top of Lens Protocol, a blockchain-based social graph. "Decentralized" means no single company owns the data or controls who can participate, instead, social connections and content live on a public blockchain. "Permissionless" means anyone can build on or interact with the network without needing approval. The app lets users post, follow, and interact in ways similar to mainstream social platforms, but because it runs on Lens Protocol, users own their social identity and data rather than a corporation. It is built as a monorepo, a single code repository containing multiple related packages, using TypeScript as the primary language. Under the hood, it uses a PostgreSQL database for development data storage, and Node.js as its JavaScript runtime. The project is structured with workspaces so that multiple internal packages can share dependencies cleanly. Someone would reach for Hey if they want a social media experience where their profile and follower graph cannot be deleted or censored by a platform, or if they are a developer wanting to build on or contribute to a Lens-based social application. It is aimed at users interested in crypto-native, user-owned social networking. The codebase is released under the GNU AGPL-3.0 license.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.