Welcome! 🚀 Select a Room

A chat application built with Socket.io, Next.js, and TailwindCSS. You can create a new room or join an existing one to start chatting.


There are two rooms available: Public and Anonymous. Both rooms are open to everyone, as long as they have the room code.

Public room is a general chat room which requires you to SignUp, and the messages are stored in the database.

While Anonymous room is a room where you can chat anonymously without signing up, and the messages and rooms are deleted after undisclosed hours.

Authenticated users can create/ join both rooms, while unauthenticated/ anonymous users can only join/ create the Anonymous room.

Anonymous/ Guest/ Unauthenticated accounts are randomnly generated and cant be re-used once logged out.