Ask HN: Architecture Diagrams for GitHub Readme.md?
Does anyone have a recommendation for a tool that can make architecture diagrams (flowcharts) like the one found here?
https://github.com/donnemartin/system-design-primer
Ideally, I would like the diagrams to be hosted somewhere, instead of attaching them to an Issue as described here:
https://stackoverflow.com/questions/14494747/add-images-to-readme-md-on-github
Also, this might be asking a lot, but it would be nice to have these images (preferably SVG) remain editable (similar to a Visio diagram) that I can put Auth in front of (since I would like to use it for my company too).
Does something like this exist?
by aratno on 5/9/2019, 2:22:03 PM
Monodraw is one option: https://monodraw.helftone.com/
Whimsical is another: https://whimsical.co/
by ParameterOne on 5/9/2019, 11:37:21 PM
https://draw.io
Does anyone have a recommendation for a tool that can make architecture diagrams (flowcharts) like the one found here?
https://github.com/donnemartin/system-design-primer
Ideally, I would like the diagrams to be hosted somewhere, instead of attaching them to an Issue as described here:
https://stackoverflow.com/questions/14494747/add-images-to-readme-md-on-github
Also, this might be asking a lot, but it would be nice to have these images (preferably SVG) remain editable (similar to a Visio diagram) that I can put Auth in front of (since I would like to use it for my company too).
Does something like this exist?