>>106868847
It's just a web app. But instead being built for productivity / usefulness, it's built with entertainment in mind.

Dialogue is just dialogue trees. Currently stored as JSON, but will probably port it over to the db later so i can manage it from my UI. Story is based on progression, user.step 1 loads dialogue 1, user.step loads dialogue 2 etc.

>>106868848
Thanks! First time trying my hand at some UI design myself, instead of resorting to an existing design language made by others.

Still very much a work in progress.

Tech stack is Laravel, React, Inertia and Tailwind, for anyone curious. Ingame chat is not yet functional but will use WSS using Reverb once I get to it.