This web application can be used to create and change directed acyclic graphs and their drawings.
Its frontend drag-dag.watchduck.net uses Vue.js.
Its backend backend.drag-dag.watchduck.net/dag
uses NetworkX for the graph properties and Django REST Framework for the API.
Descriptions of front and back are in the respective folders.