summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <happydooby@gmail.com>2019-02-14 09:36:53 -0800
committerDessalines <happydooby@gmail.com>2019-02-14 09:36:53 -0800
commit4130074c118e13212b5fd8cb628cccfe6f771c41 (patch)
tree60bce8f9eb6569cb7466c660c7448eb391748354 /README.md
parent846d92e5e560c2bf92e8ddba6b86495209e12d05 (diff)
Adding README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 00000000..524d5c70
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# Rust Reddit Fediverse (to be renamed later)
+
+We have a twitter alternative (mastodon), a facebook alternative (friendica), so let's build a reddit alternative in the fediverse.
+
+## Goals / TODOs
+
+- Come up with a name / codename.
+- Must have communities.
+- Must have threaded comments.
+- Should the comments / votes be static, or feel like a chat, like [flowchat?](https://flow-chat.com).
+- How does voting work? Should we go back to the old way of showing up and downvote counts? Or just a score?
+- Should it allow bots?
+- Decide on tech to be used: I prefer Actix, Diesel for the back end, inferno, typescript and bootstrap for the front end.
+- How do we do the activitypub stuff?
+-