It is a simple chatting app for the web for personal threads between people. The only way to start chatting with somebody is to share a unique link with them which would connect you with them instantly!
Cool, right?
Thanks @BenForture for providing the docker container for a live version! <3
How to start a development state:
# clone the repo
cd Centaur
cd Source/Server/
node ExpressHandler.js
# on another cmd / terminal process
npm install
npm run dev
Here are some screenshots to get you started.