summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 4f181572dc4087f6096c2cd941c5999f33e2d1b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# distrox

A distributed social network build on IPFS/IPLD.

## Roadmap

This is the roadmap from the current state to a MVP/POC.
These "features" are not necessarily ordered, but may depend on another.

* Gossipping via gossipsub instead of pubsub
* Profile discovery via gossipsub
* Profile caching
* Profile following
* Multi-device support via raft concensus over gossipsub
* (CLI) cache node functionality ("multi device" node that only caches posts of
  a profile)
* (GUI) Timeline polishing
* (GUI) Markdown support in Text posts
* (GUI) Non-Text posts: Directories (MVP for image/video/audio posts)


## License

GPL-2.0 only.