A textual modeling tool supports the use of textual notations and languages to describe software models and automatically renders the corresponding graphical diagram from that textual description. Many of these textual modeling tools focus on UML but beyond text to UML, we have also text to ER, text to BPMN, text to architecture and even text to chatbot tools. This category of textual modeling tools is also known as diagrams as code (for similar reasons as many model-driven tools are renaming themselves as low-code tools).
Indeed, the textual UML tools market is one of the fastest-growing segment in the UML tools market (based on my own perception of visitors’ interest). Together with online modeling tools, they are the go-to option for all people looking for some kind of lightweight solution to draw some models. In fact, since most textual UML tools have an online editor, they are a jackpot for occasional modelers.
But why are text-to-UML tools so popular? The short answer is that textual modeling tools have a very low barrier to entry. The fact that UML models are stored as text simplifies their integration with a variety of tools (like version control systems) that programmers already use in their everyday work so there’s no need to learn/buy/install additional tools. And programmers typically feel more comfortable with textual languages than with graphical ones. Both aspects represent a huge boost to the adoption of these tools.
Still, as you’ll see in the list below, the features, expressiveness, and robustness of such tools are rather limited in most cases. That’s why I was saying that these tools are more of an option for quick and dirty model sketches (for documentation or blueprints for early design discussions) more than a serious and deep modeling activity. I wonder if this typical usage scenario is what discourages companies to (barely) offer any kind of commercial solution for this market.
Complete list of diagrams as code tools to render UML and other types of models from a few lines of text Click To TweetLet’s see our complete list of textual modeling tools. I tried to include all tools I’m aware of. If you think yours is missing please leave a comment and I’ll add it. Note that I’m listing here end-user modeling tools. If you’re looking for (JavaScript) libraries that help you to create your own modeling editor, go here.
Contents
UML textual modeling tools
In no particular order, these are the tools you should check first when looking for a quick and easy way to draw some UML diagrams. As long as you are interested in drawing class diagrams, sequence diagrams or use case diagrams you’ll find several options. A couple of them support state machines. Instead, coverage of other kinds of UML diagrams is rather poor.
PlantUML
PlantUML is the most well-known UML tool in this category with millions of UML models rendered. We have covered it in-depth in this interview with his creator but, in short, it supports all important UML diagrams (class, use case, activity, sequence, component, deployment and object diagrams but, to me, the strong point of this tool is the variety of scenarios in which can be used. There’s a huge ecosystem of tools around PlantUML to render textual UML diagrams anywhere you want.
PlantText UML Editor embeds PlantUML in a live online editor.
yUML
yUML is an online service for creating class and use case diagrams, with activity diagrams and state machines announced to come soon. It makes it really easy for you to embed UML diagrams in blogs, emails and wikis, post UML diagrams in forums and blog comments, use them directly within your web-based bug tracking tool or copy and paste UML diagrams into MS Word documents and Powerpoint presentations.
The service can be called from your blog or web page (with the textual description as part of the URL) to automatically display the image when accessing it. As paid options, you can use your own namespace for the images or even install it on your own host. Several integrations with third-party tools are also available.
Nomnoml
The nomnoml web application is a simple editor with a live preview. It is purely client-side and changes are saved to the browser’s localStorage, so your diagram should be here the next time (but no guarantees). You can also the nomnoml standalone javascript library to render diagrams on your own web page. Find the source code on GitHub.
TextUML
TextUML Toolkit is an open-source IDE for UML to create models at the same speed you write code, therefore, offering increased modeling productivity. TextUML is compatible with all tools that support Eclipse UML2 models. TextUML offers all features you like in your favorite IDE: instant validation, syntax highlighting, outline view, textual comparison and live graphical visualization of your model as class diagrams. The TextUML Toolkit can be used both as a set of plug-ins for the Eclipse IDE, and as a part of a multi-tenant server-side application – as seen in Cloudfier.
While the last version dates from 2015, it remains a go-to tool for textual modeling within the Eclipse community.
UML Graph
UML Graph automatically renders class and sequence diagrams. For the class diagrams, it uses a Java-based syntax complemented with JavaDoc tags. Running the UmlGraph doclet on the specification will generate a Graphviz diagram specification. For sequence diagrams, UMLGraph uses a different approach (and this is one aspect I don’t like about the tool, you are basically working with two different tools here). Pic macros are used to define objects and method invocations. Then, the pic2plot program processes the macros to generate PNGs and other graphics formats. LightUML integrates UMLGraph in Eclipse. UMLGraph in GitHub.
Umple
Umple can also be used as a textual modeling tool for UML even it is aimed at a slightly different purpose: Umple merges the concepts of programming and modeling by adding modeling abstractions directly into programming languages. Currently, Umple supports Java, PHP and Ruby as base languages. It adds UML attributes, associations and state machines to these languages. Read our post on Umple for more details on the history and background of Umple.
ZenUML
ZenUML is one of the latest tools to enter the market. Read why the author believed that ZenUML was needed when there were already so many other textual tools for UML sequence diagrams. In short, creating sequence diagrams with ZenUML is really fast even for complex diagrams. ZenUML is especially targeting Confluence users.
Chart Mage
Chart Mage enables the creation of flowcharts and sequence diagrams. As we describe here in more detail, the main feature of Chart Mage is its autocomplete functionality that makes a reasonable guess of what you’re going to write next based on the typical UML syntax and the partial model you’ve created so far.
USE
USE: UML-based Specification Environment is a system for the specification and validation of information systems based on a subset of the Unified Modeling Language (UML) and the Object Constraint Language (OCL). As such, its goal is not simply to visualize the models but to help designers check the quality of their specifications. For instance, given a UML model, you can ask USE to create and display a valid instantiation of that model to make sure the model definition is consistent.
DotUML
DotUML covers Use case, Sequence, State, Class and Deployment diagrams. It can be used as a standalone web application to create and export your diagrams or as a plug-in integrated in Office, Google Docs or Confluence. DotUML is a javascript application that runs on the local browser. Diagram generation (SVG) from the pseudo-code is handled entirely locally, without any call for web services. Thus, all your data remains local on your computer, which is one of the main differences between this tool and some of the tools above, like PlantUML.
Textual UML tools for Sequence diagrams
There are quite a few tools that specialize in the textual definition of UML Sequence Diagrams. Let’s mention some of them.
WebSequenceDiagrams is an online editor for sequence diagrams. You can save and export the diagrams and choose between alternative sequence diagram notations. Paid versions allow you to run a private version of the software.
SequenceDiagram.org is quite similar to the one above, both in functionalities and look and feel.
BlockDiag and its family generate diagram images from simple text files following a syntax similar to graphviz’s DOT format. Among these diagrams, it supports UML activity and sequence diagrams. The tool is built in Python.
Swimlanes is a simple online tool for creating sequence diagrams. Diagrams can be exported as an image file or a URL link to be embedded in your own documents.
The Sequins app allows you to quickly draw sequence diagrams while commuting or while you’re on the go. Diagram how pieces of a system interact with each other, then share it in any cloud or social media-based app from your tablet or phone. Or save the image on your Android device for later use.
GraphUp covers Sequence Diagramas and Gantt Charts. You can create sequence diagrams from simple textual descriptions and turn them into SVG images. You can integrate your diagrams in Jira, Confluence, Notion, GitHub, and many other tools using the Copy URL button. There is a free version (with watermark) and paid plans.
And if you just want to create some flow diagrams, check out code2flow.
LaTeX to UML
Hardcore LaTeX fans have also a way to easily embed UML diagrams in their TeX files.
- Latex macros for drawing UML Sequence diagrams, the name says it all
- MetaUML is a “library for typesetting UML diagrams, using a human-friendly textual notation”. It currently supports class, activity and use case diagrams and state machines. Their main goal is to create UML diagrams readily usable in a LaTeX document
- UML Diagrams with TikZ-UML. TikZ-UML is a TikZ extension to manage common UML diagrams: class diagrams, use case diagrams, state-machine diagrams and sequence diagrams. It produces beautiful UML diagrams in LaTeX
- Even our good friend PlantUML has a LaTeX extension.
(and part of this “geek” category, we could also include this emacs mode for sequence diagrams).
Textual database modeling
There’s life beyond UML. If you’re more into ER than UML (and I agree that ER has some good points), QuickDatabaseDiagrams offers a textual notation to draw ER diagrams. Also, Umple (described above) supports the generation of ER visualizations.
ERD is another option. It takes a plain text description of entities, their attributes and relationships and renders a graphical entity-relationship diagram. The visualization is produced with the help of Dot with GraphViz. ERD takes some inspiration from ERWiz that had the same goal but it’s now abandoned.
DBDiagram.io is a free, simple tool to draw ER diagrams by just writing “code”. Designed for developers and data analysts, over 250K diagrams have been created with this tool. It comes with some handy features like creating SQL scripts from the diagrams and, conversely, the creation of diagrams from existing SQL databases.
Textual Workflow modeling
If you need a tool to quickly sketch some good-looking BPMN diagrams, BPMN Sketch Miner is the way to go. You can export the resulting BPMN model as an image or as an actual model to be imported in other workflow modeling tools!.
Textual Architecture modeling
Modeling the system architecture is also an important part of the modeling process. We have also some textual modeling tools (or “infrastructure as code” as some of them are also called) to render architecture diagrams.
Structurizr
Probably the most popular tool in this category, Structurizr DSL enables you to create software architecture models based upon the C4 model, using a textual domain specific language (DSL). The DSL allows you to create multiple diagrams in multiple output formats, from a single DSL source file. See all the modeling primitives you can use in your textual descriptions in this language reference.
Diagrams tool
Simply called Diagrams, this tool helps you describe (and of course, render) cloud deployments with Python code. As such, you can track the architecture diagram changes in any version control system. Diagrams currently supports six major providers: AWS
, Azure
, GCP
, Kubernetes
, Alibaba Cloud
and Oracle Cloud
and provides different notations for each of them. For instance, this is the list of AWS nodes you could use.
Multi-language textual diagramming tools
Some tools aim to provide generic textual support to a variety of modeling languages.
One API to run them all: Kroki
More than an alternative different syntax/rendering to those mentioned so far, Kroki provides a unified API with support for a number of diagrams. Basically, in one tool (or better said in one API) you have all the model types you may want to create from the text. You can install it on your own machine or use Kroki as a free external service.
Asciidoctor Diagram
Asciidoctor Diagram is a set of Asciidoctor extensions that enable you to add diagrams (generated as SVG or PNG) to documents. Diagrams can be described using a textual syntax compatible with many of the tools we’ve seen above, which gives you plenty of flexibility to integrate many types of models in your docs.
Dead modeling tools
Quite a few tools that were part of this list seem to be now dead or at least abandoned, like SeedUML, EasyUML Editor : Simple DSL for sequence diagrams , Diagrammr, Quick Sequence Diagrams Editor (only for sequence diagrams), modsl, and even this code sample for Visual Studio that allowed describing class, use case and activity diagrams using simple textual descriptions (not updated since 2011).
ICREA Research Professor at Internet Interdisciplinary Institute (UOC). Leader of the SOM Research Lab focusing on the broad area of systems and software engineering. Home page.
Excellent post! A few tidbits to about Umple: You mentioned ER generation, however Umple can be used to generate ER diagrams too (as well as UML diagrams and code). An important feature of these tools is whether they can be used to analyze UML models. Umple can do this both natively and via its ability to (generate formal-methods languages).
And one more language you might want to add to your list USE. https://sourceforge.net/projects/useocl/
I ended up using Fast Architect (https://fast.archi). It offers ER diagrams as well as sequence diagrams, component diagrams and others. Plus it creates a component library by analysing the diagrams so you can quickly find any part of your (technical) landscape
Please consider my yUML extension for Visual Studio Code (https://marketplace.visualstudio.com/items?itemName=JaimeOlivares.yuml). This tool is not related with the yUML “as a service” presented in this article, as it works entirely offline. It is capable of drawing the following diagrams:
– Class
– Activity
– Use-case
– State
– Deployment
– Package
– Sequence (development almost done)
Looks nice! I’ll include it as part of the main list in the next revision of the post
you can write textual UML in http://www.umlet.com/ too and it will be rendered.
UMLet is also graphical UML editor.
You can’t combine textual UML and graphical UML althoug those two can coexist on the same page.
Excellent article! You can include https://graphup.co to the list, makes great sequence diagrams, petty slick UI, online editor…
Definitely recommend 😉
Great overview post!
In the Beyond UML diagrams category, please add http://design.inf.usi.ch/bpmn-sketch-miner
Sketch simple Business Process Modeling Notation (BPMN) diagrams quickly as you describe them with natural language
Thank you!
Thanks for pulling all of these together! I’ll suggest adding Mermaid to the textual UML list: https://mermaid-js.github.io/mermaid/#/sequenceDiagram
I’ve found it very easy to learn and use, and there’s a plugin for Confluence.
Thanks Jay. I’m already covering Mermaid in this list of JavaScript drawing libraries
Here is another that converts Java style classes https://dotuml.com/
Much quicker and with less clutter than plantUML I find
Hello Jordi, you might consider including https://gleek.io for software architecture diagrams.
Hi!
Great post, getting the most popular nowadays in a single list.
Have you maybe tried to make a comparison to some other tools – eg. EnterpriseArchitect?
It would be interesting to learn if the listed tools are today good enough to replace “traditional” toolbox that many big companies still use.
Hi Mattias,
As I mention in the post, these tools are not a replacement for powerful modeling tools as EnterpriseArchitect but an alternative for those users that just want to quickly sketch some diagrams
Hi Jordi!
Perhaps you can add to the list our technology (which you know well 🙂 under the class of BPMN modeling (discursive, voice) and extraction of models from unstructured data (text, images, scripts)… http://www.processtalks.com
So plantuml is the mostly used? I don’t mind paying but I want a really professional look and feel.
We have to use diagram as a code approach.
We want to move away from Viso and want to use code to generate complex UML diagrams. – Timing and Sequence diagrams.
I tried wavedrom also in addition to plantuml.
any solution? I
Plenty on this page as you can see. Most of them are free or have at least a free plan so the best way to proceed is to give them a try!
There are a lot of limitations in plantuml and it is not as good as Visio.
That is the issue. So, Free is not the criteria.
Can others share which one is good?
We want to use code to generate the diagram.
So, a simple drag and drop approach is not what I am looking for.
I recommend Fast Architect for sequence diagrams at https://fast.archi/.
Hi,
Great post, I have a different type of tool. It creates sequence diagrams out of a knowledge database. That basically contains small flows which all together create your sequence diagram. No need to think about the whole sequence flow, the tool will give the choices possible. The output is in ASCII format as well as a PlantUML graphic. It is more than a tool to generate sequence diagrams it can store useful information about e.g. protocols and components. One downside is that it need to be filled with data before it can generate stuff. I’m happy to look at nice ideas to put in as a new example.
If interested, then please have a look at: http://www.kep-software.nl
Well, there is Eclipse with different BPMN plugins, e.g.
http://eclipse.github.io/winery/user/overview.html
Hi Jordi, thank you for the review you made, I haven’t heard of few tools you mentioned.
Could you also check out https://www.gleek.io/ and share your feedback on it?
Thanks for sharing the useful list of tools.
Here is a recent one launched for creating simple block diagrams with minimal text and control over layout.
https://blockdiagram.herokuapp.com/
Examples :
https://blockdiagram.herokuapp.com/examples
Feedbacks or suggestions ? Please feel free to share.
Thanks
👋 Jordi, we would love to get your feedback on ERD Lab (https://www.erdlab.io) a free ER Diagramming tool which is a side project for us but packed with features.
Visit https://app.erdlab.io/designer/guest to try it out without needing to register.
Would love to hear your feedback/thoughts! 🙏