Skip to content

Commit 5145702

Browse files
authored
Update README.md
1 parent 73700c5 commit 5145702

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed

README.md

Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
1-
# random-rants-chat.github.io
2-
About random rants
1+
# Random Rants (GitHub Pages)
2+
3+
**Random Rants** was a browser-based chatting and social app, originally created to run on school Chromebooks.
4+
5+
**Note:** *The original Random Rants site is no longer active.*
6+
You can find the updated version here:
7+
[**Random Rants Plus**](https://randomrants-plus.onrender.com)
8+
9+
---
10+
11+
## How It Started
12+
13+
Random Rants began during my time in middle school, while I was in one of my electives. I met someone who was using Scratch, and we started talking. I showed him a simple chatting site I had made called *Macre’s Chat*.
14+
15+
That person turned out to be [Im_CatmanYT](https://scratch.mit.edu/users/Im_CatmanYT/), and he liked the idea. Soon after, I saw him and his friends using the site. The next time we met, he suggested I make an improved version — and I agreed.
16+
17+
He recommended a color scheme inspired by Google Docs, but I chose a neutral gray instead. He also provided some PNG-style emojis sourced from memes. That’s how **Random Rants v0.1** was born.
18+
19+
From there, we shared ideas through Google Docs, and during school I found myself regularly working on the project — often as a distraction. Over time, those small updates and ideas shaped what became the original Random Rants.
20+
21+
---
22+
23+
## Why It Shut Down
24+
25+
The original Random Rants was hosted on Glitch, which I used for most of my projects. When Glitch began shutting down project hosting, the site went offline.
26+
27+
Beyond that, I no longer had much motivation to maintain it. The codebase was outdated and had serious security flaws. I didn’t want to risk it being used in unsafe ways — especially since the app had a global room system that allowed anyone to follow users without privacy controls.
28+
29+
Some of the main issues included:
30+
31+
- No private or unlisted rooms
32+
- Anyone could join your room or track which room you were in
33+
- The auto room selector prioritized rooms with people, increasing the chance of being followed
34+
35+
Because of these risks, it didn’t feel right to keep the original site online.
36+
37+
---
38+
39+
## What’s Next
40+
41+
The good news is that **Random Rants Plus** is still available, built on cleaner and more secure code.
42+
You can check it out here:
43+
[https://randomrants-plus.onrender.com](https://randomrants-plus.onrender.com)
44+
45+
Thanks for being part of the journey.

0 commit comments

Comments
 (0)