mirror of
https://github.com/plebbit/seedit.git
synced 2026-02-05 11:30:59 -05:00
2.8 KiB
2.8 KiB
Telegram group for this repo https://t.me/seeditreact
Seedit
Seedit is a serverless, adminless, decentralized reddit alternative. Seedit is a client (interface) for the Bitsocial protocol, which is a decentralized social network where anyone can create and fully own unstoppable communities. Learn more: https://bitsocial.net
- Seedit web version: https://seedit.app — or, using Brave/IPFS Companion: https://seedit.eth
Downloads
- Seedit desktop version (full p2p bitsocial node, seeds automatically): available for Mac/Windows/Linux, download link in the release page
- Seedit mobile version: available for Android, download link in the release page
How to create a community
To run a Seedit community, you can choose between two options:
- If you prefer to use a GUI, download the desktop version of the Seedit client, available for Windows, MacOS and Linux: latest release. Create a community using using the familiar old.reddit-like UI, and modify its settings to your liking. The app runs an IPFS node, meaning you have to keep it running to have your board online.
- If you prefer to use a command line interface, install bitsocial-cli, available for Windows, MacOS and Linux: latest release. Follow the instructions in the readme of the repo. When running the daemon for the first time, it will output WebUI links you can use to manage your community with the ease of the GUI.
Peers can connect to your community using any Bitsocial client, such as 5chan or Seedit. They only need the community address, which is not stored in any central database, as Bitsocial is a pure peer-to-peer protocol.
To run locally
- Install Node v22 (Download from https://nodejs.org)
- Install Yarn:
npm install -g yarn yarn install --frozen-lockfileto install Seedit dependenciesyarn startto run the web client
Scripts:
- Web client:
yarn start - Electron client (must start web client first):
yarn electron - Electron client and don't delete data:
yarn electron:no-delete-data - Web client and electron client:
yarn electron:start - Web client and electron client and don't delete data:
yarn electron:start:no-delete-data
Build:
The linux/windows/mac/android build scripts are in https://github.com/bitsocialhq/seedit/blob/master/.github/workflows/release.yml