SaaSHub helps you find the best software and product alternatives Learn more →
Diagrams Alternatives
Similar projects and alternatives to diagrams
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
modules.tf-lambda
Infrastructure as code generator - from visual diagrams created with Cloudcraft.co to Terraform
-
-
-
text-to-diagram-site
Compare syntax, layouts, outputs between languages for generating diagrams with text.
-
C4-PlantUML
C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
-
-
-
DrawThe.Net
drawthe.net draws network diagrams dynamically from a text file describing the placement, layout and icons. Given a yaml file describing the hierarchy of the network and it's connections, a resulting diagram will be created.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
diagrams discussion
diagrams reviews and mentions
-
TIL: Diagrams as Python Code
When I discovered Mermaid I was thrilled. I recently discovered "Diagrams" an alternative to Mermaid where you express your diagrams using Python code.
-
System Design for DevOps Engineers
Github repo
-
Code Your Diagrams: Automate Architecture with Python's Diagrams Library
from diagrams import Diagram, Cluster from diagrams.custom import Custom from urllib.request import urlretrieve with Diagram("Custom with remote icons", show=False, filename="custom_remote", direction="LR"): # download the icon image file diagrams_url = "https://github.com/mingrammer/diagrams/raw/master/assets/img/diagrams.png" diagrams_icon = "diagrams.png" urlretrieve(diagrams_url, diagrams_icon) diagrams = Custom("Diagrams", diagrams_icon)
-
021期--社交媒体儿童禁令 & 打造个人ip - FAV0周刊#021
代码中的图表
-
Social Media Ban for Children & Building Your Personal Brand - FAV0 Weekly #021
Diagrams in Code
-
5 Interesting New Github Repos You Need to Explore
From on-premises nodes to SaaS solutions, Diagrams supports them all, making it perfect for prototyping or documenting your existing setup. Interested? Give it a try and don't forget to star the project if you find it useful!
-
Mermaid ASCII Diagrams
I use this for generating AWS deployment diagrams, which is kinda similar - https://github.com/mingrammer/diagrams
-
DAGitty – draw and analyze causal diagrams
I'm working on a python library for Vizdom, to be released later this year, but in the mean time, you can use this python library which uses Graphviz under the hood.
- https://diagrams.mingrammer.com/
-
Vizdom: Diagrams as Code
Also, if you're using python today, take a look at https://diagrams.mingrammer.com/
It's pretty good - uses Graphviz under the hood, but supports many cloud icons/logos. Not completely sure if it allows you to provide any icon, but it wouldn't surprise me.
-
Create Architecture Diagram as Code for a 2-Tier Bookstore Application
Python Diagrams
-
A note from our sponsor - SaaSHub
www.saashub.com | 24 Jun 2025
Stats
mingrammer/diagrams is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of diagrams is Python.