]> Untitled Git - lemmy.git/blob - docs/src/about.md
Try to fix post creation bug.
[lemmy.git] / docs / src / about.md
1 ## About The Project
2
3 Front Page|Post
4 ---|---
5 ![main screen](https://i.imgur.com/kZSRcRu.png)|![chat screen](https://i.imgur.com/4XghNh6.png)
6
7 [Lemmy](https://github.com/dessalines/lemmy) is similar to sites like [Reddit](https://reddit.com), [Lobste.rs](https://lobste.rs), [Raddle](https://raddle.me), or [Hacker News](https://news.ycombinator.com/): you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the [Fediverse](https://en.wikipedia.org/wiki/Fediverse).
8
9 For a link aggregator, this means a user registered on one server can subscribe to forums on any other server, and can have discussions with users registered elsewhere.
10
11 The overall goal is to create an easily self-hostable, decentralized alternative to reddit and other link aggregators, outside of their corporate control and meddling.
12
13 Each lemmy server can set its own moderation policy; appointing site-wide admins, and community moderators to keep out the trolls, and foster a healthy, non-toxic environment where all can feel comfortable contributing.
14
15 *Note: Federation is still in active development*
16
17 ### Why's it called Lemmy?
18
19 - Lead singer from [Motörhead](https://invidio.us/watch?v=pWB5JZRGl0U).
20 - The old school [video game](<https://en.wikipedia.org/wiki/Lemmings_(video_game)>).
21 - The [Koopa from Super Mario](https://www.mariowiki.com/Lemmy_Koopa).
22 - The [furry rodents](http://sunchild.fpwc.org/lemming-the-little-giant-of-the-north/).
23
24 ### Built With
25
26 - [Rust](https://www.rust-lang.org)
27 - [Actix](https://actix.rs/)
28 - [Diesel](http://diesel.rs/)
29 - [Inferno](https://infernojs.org)
30 - [Typescript](https://www.typescriptlang.org/)