I have two apps that run in my local server http://localhost:8888 using PaperScape (/OpenForum/AddOn/PaperScape) , /HomeLab/DBModelView and /HomeLab/ObjectModelView . PaperScape uses Giraffe and you can read prompts for working with these in the directory /home/nik/os-git/ai/prompts/ai-prompts/specific-applications Today I would like to create a similar app for use in PaperScape but to model dependencies with the app being built on /HomeLab/DependencyModelView Dependency elements should be oval shaped with a title and a short desciption. Dependencies should be lines with arrows. The elements should have a drop shadow The elements should have an icon that shows when the mouse is over it and opens an edit dialog when clicked like in DBModelView and ObjectModelView The elements should have an icon that shows when the mouse is over it and creates a new dependency arrow when clicked like ObjectModelView The app script will have the extension giraffe.js The model needs to be able to be displayed in any page like in DBModelView and ObjectModelView do The code will be written in separate files, like the other apps, and built using the service builder javascript builder. Notes on it can be found here /OpenForum/AddOn/ServiceBuilder/QuickReference