u/alex_eu_nl
I’m building an anonymous chat app because my Reddit posts about the old internet got 250k+ views. Am I onto something?
I recently posted questions about the old internet and things that quietly disappeared from everyday life, and the response was huge. A lot of people mentioned old chat rooms, forums, anonymity, privacy, and real conversations with strangers.
That’s exactly why I’m building AnonChat+ — a small anonymous chat app with daily public topics and temporary private chats. No followers, no profiles, no popularity game.
Do you think this is a real need, or just nostalgia?
What is something that quietly disappeared from everyday life, and most people didn’t even notice?
reddit.comWas continuing Money Heist a good idea, or should they have left it as one complete story?
reddit.comDo you think people are becoming more lonely, or just worse at being alone?
reddit.comDid the internet become worse when people stopped being anonymous?
reddit.comWhen did the internet stop feeling like a place to explore and start feeling like a place to be watched?
reddit.comWhat is something from the old internet that felt normal back then, but would feel almost magical today?
reddit.comWhat movie feels 10 times better when it’s raining outside and you’re warm at home?
reddit.comHow should I structure a real-time anonymous chat app in React Native + Firebase?
I’m building a small anonymous chat app as a learning project in React Native/Expo with Firebase Firestore. The app has a public chat, temporary private chats, anonymous numeric user codes, and basic moderation/reporting.
I’m trying to understand the best way to structure the Firestore collections, handle real-time messages, and avoid performance issues as the chat grows.
For people who have built chat apps before, what architecture mistakes should I avoid early?