Simfella is a Systems Thinking modeling tool built with usability and collaboration in mind. It aims to address limitations with contemporary modeling tools like Vensim, which have steep learning curves and poor collaboration workflows.
Try it out at https://vensim.onrender.com/!
Use the Makefile to run the app:
- Build + Run
make
- Logs
make logs
- Cleanup
make clean
The client can also be run separately from the server for hot reloading (e.g. client on localhost:5173 and server on localhost:8080). You can find the instructions here and here.