Am I allowed to make a chat room with no moderation?

I want to make a chat website on replit but i’m too lazy to add moderation is it allowed?

You can make anything on Replit that doesn’t violate the ToS. Chat rooms are allowed.

2 Likes

I mean… sure? It’s your website.

2 Likes

Be careful, someone malicious could add content that is against the TOS, and generally unpleasant things so you should at least add basic filters

7 Likes

Just make sure you have some way to ban people (and several moderators). If you’re not going to have much filtering, at least add a way for moderators to add regex patterns for message blocking in real time, and definitely have some way to ban IP addresses of abusive users

5 Likes

You can also check this website for a list of obscene/banned words.

3 Likes

You’ll probably need to ban certain phrases no matter what, otherwise malicious users could probably get your repl incorrectly flagged as a proxy or something

3 Likes

I put the bad-words.js npm package in the chat, it clears all swear words

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.