Story Structure-based Plot Generator

These generators are simple but fun. It’s good for practicing PHP and I’ve built out the start of a general purpose framework. But mostly it’s just fun to make and play with.

This is super goofy because it has minimal filters. I only just recently started splitting out events into categories for like rise and fall, climax and crisis. But it’s just a starting point until it switches over to using machine learning.

to do:

switch out the data source

build the new custom event bus

edit the NGINX config to prevent outside sites from using the API until I get the user registration and authentication fully up

fix bugs, organize attributes, Make it look nice, etc