a truly distributed social platform for the browser with no backend and no external applications required
 
 
Go to file
dependabot[bot] 32869733b3
Bump libp2p and ipfs
Bumps [libp2p](https://github.com/libp2p/js-libp2p) to 0.40.0 and updates ancestor dependency [ipfs](https://github.com/ipfs/js-ipfs). These dependencies need to be updated together.


Updates `libp2p` from 0.23.1 to 0.40.0
- [Release notes](https://github.com/libp2p/js-libp2p/releases)
- [Changelog](https://github.com/libp2p/js-libp2p/blob/master/CHANGELOG.md)
- [Commits](https://github.com/libp2p/js-libp2p/compare/v0.23.1...v0.40.0)

Updates `ipfs` from 0.33.1 to 0.65.0
- [Release notes](https://github.com/ipfs/js-ipfs/releases)
- [Changelog](https://github.com/ipfs/js-ipfs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ipfs/js-ipfs/compare/v0.33.1...ipfs-v0.65.0)

---
updated-dependencies:
- dependency-name: libp2p
  dependency-type: indirect
- dependency-name: ipfs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-07 23:38:19 +00:00
public more UI polish 2018-02-09 00:26:21 +01:00
src bug fixes 2019-03-09 16:29:00 +01:00
.gitignore initial setup 2018-02-03 12:09:58 +01:00
README.md update dependencies 2019-03-09 16:08:57 +01:00
package-lock.json Bump libp2p and ipfs 2022-12-07 23:38:19 +00:00
package.json Bump libp2p and ipfs 2022-12-07 23:38:19 +00:00

README.md

IPFS Boards

Boards is an experiment with the goal of figuring out whether it's possible to have a discussion board, forum or social network that works inside a normal browser tab without relying on servers, desktop applications, browser extensions, the blockchain or anything else.

The goals in detail:

  • all communication should happen in the most distributed way possible using peer to peer systems
  • should work completely offline without anything else other than a web browser after it's downloaded for the first time
  • all data including assets, code and user created content needs to be distributed and/or replicated between the users

The project is in prototype stage and works thanks to the IPFS distributed file system.

The first iteration focuses on creating boards, posting content and commenting. Moderation tools, encryption, friends lists, private messages, real time chat and other features will be attempted in the future

Under the hood

This project is a web UI, orbit-db-discussion-board is the underlying library

Try it out

Super early build hosted on IPFS:

https://ipfs.io/ipfs/QmYT9EzvQY8zwtxQxUhPcphSGR4XtTRkT4MnXmQKPFamQ7

This allows you to create boards and posts. There is no moderation or commenting yet and a lot of things are super wonky

Working on the code

This is a react project using redux, react-router-redux and redux-saga

The UI is being implemented using semantic-ui-react

Clone this repo, then run

  • npm install to install dependencies
  • npm start to start a development server
  • npm run build to create a production build

Old Version

You're looking at the new implementation of Boards. If you want to check out the old one follow this link