Tool - excalidraw - Draw sequence diagrams flow charts

For a long time, I’ve been using WebSequenceDiagrams.com and SequenceDiagram.org to draw sequence diagrams. Both are great tools — but if you don’t use them regularly, it takes a bit of time to get back into the flow. Recently, I came across Excalidraw , It’s a simple, intuitive whiteboard where you can sketch sequence diagrams, flowcharts, architecture diagrams, or pretty much anything visual. The best part? It’s open source — you can check it out https://excalidraw.com/ (or even self-host it) here: github.com/excalidraw/excalidraw . If you haven’t tried it , Give It a try !

Comments

Popular posts from this blog

Reading SOAP / WCF client Request XML Response XML And HTTP Headers with system.servicemodel behavior and message inspector

Welcome