I don't have or want to learn Microsoft Visio or other complicated diagramming software. Is there a web app to generate simple sequence diagrams?
closed as off topic by Eight Days of Malaise, phwd♦ Oct 16 '12 at 14:14
Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
|
|||||
|
|
Web Sequence Diagrams lets you create sequence diagrams using a very simple scripting language. A simple script might look like this, with its results:
|
|||||||
|
|
yUML is my personal favorite for generating diagrams, even if they're not necessarily UML. |
|||
|
|
|
Google Docs -> Drawing |
|||
|
|
|
draw.io is a free online diagramming application capable of doing this. You can also get source code it. |
|||||||
|
|
This is a pretty interesting tool for generating simple sequence diagrams... you just have to learn the syntax: http://www.websequencediagrams.com/ |
|||||
|
|
If you're looking for a more intuitive program than Visio, LucidChart is a good option. It's a HTML5 application that you can pick up very quickly. LucidChart has very robust UML tools to create sequence diagrams, state diagrams, activity diagrams, etc. |
|||
|
|
|
I have created an online sequence drawer, with which you can draw a beautiful sequence diagram, with simple pseudo code. seqDia |
|||
|
|
|
Lovely Charts is very simple to use and has a web and desktop version. |
|||
|
|
|
Found another lightweight online sequence diagram tool: http://www.ckwnc.com/ It is similar to seqDia mentioned before. Transforms script to a diagram. |
|||||||
|