HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mistyshadow

no profile record

Submissions

Show HN: ChatOffRecord – Anonymous chatrooms that self-destruct in 10 minutes

chatoffrecord.com
2 points·by mistyshadow·4 ay önce·2 comments

comments

mistyshadow
·4 ay önce·discuss
Thanks!! this is really helpful perspective.

the create > share > join flow is probably the first thing I should validate. If people can’t get someone into the room smoothly, nothing else matters.

really appreciate the feedback!!
mistyshadow
·4 ay önce·discuss
Technical details (for anyone curious):

- Built using Node + WebSockets - All chat messages exist only in server memory per room - When a room expires (10 minutes after first join), the server destroys its in-memory data structure and disconnects clients - No logs of message bodies (explicitly disabled) - No database writes for messages; only permanent-room metadata is stored - Simple per-connection rate limiting to prevent abuse - Free rooms = 10 minutes, paid rooms = permanent URL with ephemeral messages - Paid flow uses Stripe; confirmation → claim-room pattern

I’m particularly interested in feedback on: - Whether 10 minutes is too short/long - Any privacy or anonymity pitfalls I may be missing - How to improve reliability / reduce edge case failures - Whether the paid model makes sense / feels ethical