Textual modeling tools have gained significant popularity in recent years, offering a convenient way to create software models using textual notations and languages. These tools automatically render the corresponding graphical diagrams from the textual descriptions, providing an easy bridge between text and visual representations. While many textual modeling tools focus on UML, the concept extends beyond just UML, with tools supporting various other notations such as ER (Entity-Relationship) diagrams, BPMN (Business Process Model and Notation), architecture diagrams, and even text to chatbot tools.

This category of tools is often referred to as “diagrams as code” (for the same “easy to understand” and marketing-oriented reasons that is pushing model-driven tools to call themselves low-code tools or other tool categories to adopt also the “as code” branding, e.g. “infrastructure as code”). The textual UML tools market, in particular, has witnessed rapid growth, becoming one of the fastest-growing segments in the UML tools market. No, this is not based on any kind of empirical study but based on my anecdotal evidence complemented with stats of visits and questions I get on this topic. But, definitely, along with online modeling tools, textual UML tools have emerged as the go-to choice for individuals seeking lightweight solutions  to draw some models.  In fact, since most textual UML tools have an online editor, they are a jackpot for occasional modelers. Note that some tools could appear in both categories (e.g. Mermaid) as, for instance, what started as a JS library has evolved to a full-blown editor that can now be used (or embedded in other tools) stand-alone. So make sure to check both pages.

But why are text-to-UML tools so popular? Their popularity can be attributed to their low barrier to entry. By storing UML models as text, these tools seamlessly integrate with version control systems and other tools that programmers already use in their daily workflows. This eliminates the need to learn, purchase, or install additional software, making adoption much easier. Moreover, programmers often find textual languages more intuitive and comfortable compared to graphical ones, further contributing to the widespread adoption of these tools. Furthermore, They are great when accessibility is important as, in general, most tools for improving accessibility (e.g. for handicapped people) work best with text input. For instance, textual modeling tools are often the only viable option for blind modelers.

Still, as you’ll see in the list below, the features, expressiveness, and robustness of such tools are rather limited in most cases. As such, they are best for quick and informal model sketches, such as creating documentation or blueprints for early design discussions, rather than for extensive and rigorous modeling activities. The typical usage scenario of these tools might explain why companies rarely offer commercial solutions in this market, with most tools being open-source or free to use.

Complete list of diagrams as code tools to render UML and other types of models from a few lines of text Click To Tweet

Let’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.

Textual UML 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 it can be used. There’s a massive ecosystem of tools around PlantUML to render textual UML diagrams anywhere you want. Even BESSER partially relies on PlantUML syntax to create our models.

PlantText UML Editor embeds PlantUML in a live online editor, making it even easier to get started with the tool.

PlantUML - textual UML tool

Simple PlantUML Sequence diagram

yUML

yUML is an online service for creating class, activity and use case diagrams. 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 namespace for the images or even install it on your host. Several integrations with third-party tools are also available. And to have some fun and get more visually original models, try the scruffy mode.

yUML class diagram – scruffy version

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). It tries to keep its syntax visually as close as possible to the generated UML diagram without resorting to ASCII drawings..You can also the nomnoml standalone javascript library to render diagrams on your web page. Find the source code on GitHub.

nomnoml live editor

nomnoml live editor

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, C++,  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. And to begin playing with Umple, try it on their UmpleOnline environment.

UmpleOnline model editor

UmpleOnline model editor

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. A key element distinguishing ZenUML from the rest is that the generated diagram is not just a static image. Users can interact with the diagram. For example, highlighting messages on the diagram will automatically select corresponding code in the editor in editing mode. This enables quick navigation in long and complex diagrams.

ZenUML editor for sequence diagrams

Gleek

Gleek is a (relatively) recent tool that covers many types of UML diagrams, including object diagrams, a rarity in this category. As they say, with Gleek, “you can create diagrams without touching your mouse. Generate informal, class, sequence, state, gantt, user journey, or entity-relationship diagrams using only the keyboard”. There are plenty of tutorials and examples to learn how to use the tool. Compared with some other of the tools above, Gleek looks very professional and with a rather complete feature set (collaboration, image exports, Git integration,..). But it comes with a price (literally) and, IMHO, too many ads, which are the main reasons why I’m not pushing more for this tool.

Example of a class diagram modeled with Gleek

Example of a class diagram modeled with Gleek

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.

TextUML example syntax for class diagrams. Render it with any Eclipse UML tool

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.

UMLGraph example

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. Indeed, a model can be animated. System states (snapshots of a running system) can be created and manipulated during an animation. For each snapshot, the OCL constraints are automatically checked.

Validating OCL constraints with the USE enviornment

Validating OCL constraints with the USE environment

DotUML

DotUML covers Use case, Sequence, State, Class and Deployment diagrams. It also covers other types of diagrams such as Archimate. It can be used as a standalone web application to create and export your diagrams or as a plug-in integrated into 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 to web services. Thus, all your data remains local on your computer, which is one of the main differences between this tool and some tools above, like PlantUML.

Textual UML tools for Sequence diagrams

There are quite a few tools that specialize in the textual specification of UML Sequence Diagrams. Let’s mention some of them.

Chart Mage enables the creation of flowcharts (true, no UML) 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. And that was long before Copilot and all these other LLM-based autocomplete tools became popular!

Chart Mage in action: from text to flowcharts and UML sequence diagrams

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.

WebSequenceDiagrams editor

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 documents.

swimlanes online editor for UML sequence diagrams

And if you just want to create some flow diagrams, check out code2flow (free for single users) or flowchart.fun. What I like most about the latter is that it comes with several templates and configuration options to create your own look-and-feel.

LaTeX to UML

Hardcore LaTeX fans have also a way to easily embed UML diagrams in their TeX files. All rather old but they should still work.

  • 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.

Textual notation for ER

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.

Create database models with code

Gleek, mentioned above, comes also with support to draw ER diagrams and some good examples to use as inspiration.

er-college-management.png

ER diagram in Gleek

Worth mentioning also BigER, a free and open-source ER modeling tool supporting hybrid, textual– and graphical editing, multiple notations, and SQL code generation. The tool is available as an extension for Visual Studio Code.

BigER example of ER Textual modeling

Textual modeling of ER diagrams with BigER

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!.

BPMN rendering from textual descriptions of business processes

 

Textual Architecture modeling

Modeling the system architecture is also an important part of the modeling process. We also have 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.

Simple Structurizr example

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: AWSAzureGCPKubernetesAlibaba Cloud and Oracle Cloudand provides different notations for each of them. For instance, this is the list of AWS nodes you could use.

Rendering an architecture diagram from a Python description

Simple Diagrams example

Model

The Model tool (yep, not the best name I’ve seen) provides a way to describe software architecture models using diagrams as code in Go. Indeed, The Model DSL is implemented in Go and follows the C4 Model to describe the software architecture. Using Go to implement the DSL makes it possible to leverage Go packages to share and version models. It also allows for extending or customizing the DSL by writing simple Go functions.

A model.go designed architecture

An architectural definition created with Model

 

 

Ilograph

Ilograph helps you to create interactive system architecture diagrams to document, share, and explain your systems. You can use your own custom icons or use built-in AWS, Azure, GCP, and Networking icons. lograph is available online, offline, and in Confluence and has a strong focus on the collaborative aspects of the process.

Architecture diagrams with ilograph

Architecture diagrams with ilograph

Multi-language textual diagramming tools

Some tools aim to provide generic textual support to various modeling languages. We have already covered some tools that mixed sequence diagrams with flowcharts or some UML models with ER diagrams but here we are focusing on tools that aim to cover a much larger variety of options.

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 machine or use Kroki as a free external service.

Textual modeling API

Choose the textual notation you prefer

HyLimo

HyLiMo provides several diagram type-independent features to model a large variety of diagrams (though for the UML fans it provides predefined support for UML class diagrams). It offers a textual and a graphical editor (side to side). It renders diagrams from the textual one. You can then refine the layout of the graphical one (and this information is then saved back to the textual definition to make sure it is rendered exactly with the same layout the next time). Indeed, the textual view acts as a single source of truth, meaning all layout and styling are stored in the DSL. The editor runs directly in the browser or as a VS Code extension and requires no server.

Class diagram in HyLiMo

Class diagram in HyLiMo

D2Lang

D2 defines itself as “Declarative diagramming” and as a modern diagram scriptiong language to turn text into all types of diagrams thank to the broad configuration options. You can check it out on GitHub. Among other features, it’s easy to integrate in your own LaTeX files or be used as a library to produce diagrams from Go programs. D2 is designed to be extensible and composable. The plugin system allows you to change out layout engines and customize the rendering pipeline.

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.

 

asciidoctor modeling example

Dead modeling tools

Quite a few tools that were part of this list seem now dead or at least abandoned, like  SeedUMLEasyUML Editor Simple DSL for sequence diagrams , Diagrammr, Quick Sequence Diagrams Editor , modsl, the Sequins app, GraphUp 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).

Want to build better software faster?

Want to build better software faster?

Read about the latest trends on software modeling and low-code development

You have Successfully Subscribed!

Pin It on Pinterest

Share This