/dappforce-subsocial-ui

Web UI of Substrate/Polkadot modules for decentralized communities: blogs, posts, comments, likes, reputation. Built on Next.js

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Subsocial Web UI by DappForce

Subsocial is a set of Substrate pallets with web UI that allows anyone to launch their own decentralized censorship-resistant social network aka community. Every community can be a separate Substrate chain and connect with other communities via a Polkadot-based relay chain.

You can think of this as decentralized versions of Reddit, Stack Exchange or Medium, where subreddits or communities of Stack Exchange or blogs on Medium run on their own chain. At the same time, users of these decentralized communities should be able to share their reputation or transfer coins and other values from one community to another via Polkadot relay chain.

To learn more about Subsocial, please visit Subsocial Network.

Supported by Web3 Foundation

Web3 Foundation grants badge

Subsocial is a recipient of the technical grant from Web3 Foundation. We have successfully delivered all three milestones described in Subsocial's grant application. Official announcement.

Video demo

Subsocial demo #4, 2019-11-28

Build with Docker

Easy start

To start Subsocial web UI separately (you should have docker-compose):

cd docker/
docker-compose up -d

Build your own image

If you want to build docker image from your local repository (it takes a while...), in your shell:

docker build -f docker/Dockerfile -t [your_nickname]/subsocial-ui .

Start all parts of Subsocial at once with Subsocial Starter.

License

Subsocial is GPL 3.0 licensed.