system2k/NodeWorldOfText — reverse-engineered prompt

Reverse engineered prompt

Build me a self hosted version of Our World of Text, a website where people can open a page in their browser and type on a shared text world together in real time.

I want it to run locally first at something like localhost on port 8080, with a simple first run setup that asks for the basic server settings, creates the data folder outside the repo, and then prompts me to make a superuser account so I can manage the instance from the web interface. Please make sure the normal startup flow works cleanly with npm install and then node main.js.

If there are any missing pieces or outdated setup details, look up the current docs online if you need to. Keep the project usable for someone lightly technical, so it should be easy to start, easy to configure, and not require manual digging through code just to get the server live.

Want more depth? Deep Reverse