Adnan8101/omegle-mc — reverse-engineered prompt
Reverse engineered prompt
Build me a small Omegle style service for Minecraft players. I want people to join, get paired randomly with another available person, chat anonymously, and leave or skip to a new match. Keep it simple and make it work end to end in this existing TypeScript project.
Use the current database setup to save basic things like users or chat sessions only if needed, and make sure the server can run normally in production. Add clear start commands and environment setup so I can clone it, install it, run the database setup, and start the app without guessing.
Please don’t overcomplicate it. If something is missing, choose a sensible default and leave a short note in the code or README. Look up current docs online if you need to.
Want more depth? Deep Reverse