No SequenceDiagram.org videos yet. You could help us improve this page by suggesting one.
SequenceDiagram.org might be a bit more popular than C4 model. We know about 32 links to it since March 2021 and only 30 links to C4 model. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
Thanks @maho! We're hoping to keep the improvements flowing. I'm non-technical but from my perspective I thought Mermaid sequence diagram functionality really shines! Would love to fill the gap in my knowledge. What is better about https://sequencediagram.org/ than Mermaid sequence diagrams? - Source: Hacker News / 4 months ago
Nice! I love how mermaid keeps getting better! For sequence-diagrams, nothing beats https://sequencediagram.org/ (I am not connected with them in any way, just a happy user). - Source: Hacker News / 4 months ago
I use draw.io as well but also find creating message sequence charts using - https://sequencediagram.org/ very useful for the teams to understand the workflows. Rather MSC is something I have made mandatory for certain complex workflows which involve multiple apps and services. - Source: Hacker News / 9 months ago
I really like https://sequencediagram.org/. - Source: Hacker News / over 1 year ago
SequenceDiagrams.org is a web-based tool for easily designing sequence diagrams. The tool is free, not open source and maintained by donations from their community. - Source: dev.to / over 1 year ago
For the architectural documentation like this one, the C4 Model [0] is a much better fit than UML - primarily because it's less rigid in notation and modeling components. And in terms of tooling, I find IcePanel [1] to have the right combination of flexibility and simplicity. [0] https://c4model.com/ [1] https://icepanel.io/. - Source: Hacker News / 17 days ago
Instead, inspired by the C4 model of visualizing software, I've explored a component based approach, where an application consists of multiple components that interact with each other. These components aren't classified into any particular layer (except, maybe the presentation layer and application layer). - Source: dev.to / about 1 month ago
I’m surprised no one has mentioned the C4 approach to diagramming yet, which is a prescriptive approach that helps to avoid most of these mistakes: https://c4model.com/. - Source: Hacker News / 3 months ago
Start by formalizing the architecture. You don’t need heavy enterprise methodologies like TOGAF; use formats that fit the team and product. Frameworks like arc42 are suitable for complex systems, while simpler projects may only need C4 diagrams supplemented with a few additional visualizations. - Source: dev.to / 5 months ago
Software Architecture is all about developing systems that scale and are maintainable. Clear visualizations will help teams to communicate the design effectively. The C4 model comes in handy for this task! But what is C4, and why should you care? - Source: dev.to / 6 months ago
Swimlanes.io - Swimlanes.io is a simple free online tool for making sequence diagrams.
PlantUML - PlantUML is an open-source tool that uses simple textual descriptions to draw UML diagrams.
WebSequenceDiagrams - WebSequenceDiagrams is a web-based application that allows the user to use a proprietary language to define sequence diagram.
IcePanel - Collaborative modelling and diagramming tool based on the C4 model. Software architecture design made fun! 🧊
draw.io - Online diagramming application
Mermaid - Create diagrams and visualizations using text and code.