Cable Harness Gen – a tiny web UI for WireViz 🎉
https://nodeloop.org/tools/cable-harness-gen
A small side-project I built to make WireViz diagrams a bit easier:
- paste / write your YAML
- (optionally) drag-drop images referenced as
resources/<file>
- click Generate → instant SVG (PNG, BOM, etc.)
Works entirely in the browser; the server just runs WireViz and deletes the temp files afterwards.
Big thanks to
- WireViz (CLI) → https://github.com/wireviz/WireViz/
- WireViz-Web (API wrapper) → https://github.com/wireviz/wireviz-web
Give it a try and let me know what you think :)
Top comments (1)
This is super useful 🙏
Thanks for sharing 🫶