Hi HN, developer here. Here's a quick rundown of the idea behind the site :<p>- Like reddit, there are topics (subreddits)<p>- each subreddit has a chat room and a forum<p>- code is open source (warning : it's a little rough) [0]<p>- there is currently no support for community moderation, but when I build the moderation features, I plan to make the moderation logs public<p>- I plan to explore ways to prevent abuse of mod status : have some of sort of community re-approval of mod status every n months, so any mod that the community feels is not operating in good faith/too harsh etc can be removed.<p>- there's currently a single chat room for each topic, but I plan to add support for mod created chat rooms<p>- the forum uses a dumbed down HN like sorting algorithm [1]<p>- I also plan to build an api for bots and maybe host them myself on aws lambda since expecting users to host their own bots might be too much to ask. Since no other major site seems to host users' bots, it might encourage users to build creative bots and not worry about hosting fees. All bots will be opt in, so users have to explicitly subscribe to bots to view the messages in the chat and forum.<p>This was actually one of my abandoned side projects that I decided to try and bring back to life. You can read a little about the 1st version and the fun experience with 4chan trolls here [2].<p>A little about the plans to grow the site :<p>- I'm thinking about focusing on cryptocurrency communities to start with, since they might appreciate the open mod logs + accessible chat and forum accessed through a web browser.<p>- SEO traffic seems to be picking up slowly, 30-50 hits per day and 3-4 signups, but I'll need to learn more about SEO to try and increase SEO traffic. Any tips?<p>Would love to hear your thoughts on my sideproject.<p>[0] <a href="https://github.com/ploggingdev/hackerschat" rel="nofollow">https://github.com/ploggingdev/hackerschat</a><p>[1] <a href="https://github.com/ploggingdev/hackerschat/blob/master/mainapp/models.py#L84" rel="nofollow">https://github.com/ploggingdev/hackerschat/blob/master/maina...</a><p>[2] <a href="https://www.ploggingdev.com/2018/01/the-strange-launch-of-hackers-chat/" rel="nofollow">https://www.ploggingdev.com/2018/01/the-strange-launch-of-ha...</a>