Software Alternatives & Reviews

PlantUML VS Boxy SVG

Compare PlantUML VS Boxy SVG and see what are their differences

PlantUML logo PlantUML

PlantUML is an open-source tool that uses simple textual descriptions to draw UML diagrams.

Boxy SVG logo Boxy SVG

Boxy SVG is a vector graphic editor built for the modern web.
  • PlantUML Landing page
    Landing page //
    2023-10-22
  • Boxy SVG Landing page
    Landing page //
    2023-10-21

PlantUML videos

PlantUML - beautiful quick diagrams to explain your models

More videos:

  • Review - Folge16 - PlantUML und IntelliJ
  • Tutorial - PlantUML Gizmo Tutorial: Google Docs Add-on
  • Review - Mermaid vs PlantUML vs HackerDraw: Which One Is Best For You?
  • Review - Using PlantUML For Diagrams In A GitLab Wiki

Boxy SVG videos

Boxy SVG 2 Getting Started with Boxy SVG

More videos:

  • Review - Boxy SVG | Text and Fonts
  • Review - Boxy SVG 7 tracing images

Category Popularity

0-100% (relative to PlantUML and Boxy SVG)
Diagrams
100 100%
0% 0
Graphic Design Software
0 0%
100% 100
Flowcharts
100 100%
0% 0
Vector Graphic Editor
0 0%
100% 100

User comments

Share your experience with using PlantUML and Boxy SVG. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare PlantUML and Boxy SVG

PlantUML Reviews

Top 7 diagrams as code tools for software architecture
PlantUML is a tool that allows you to write diagrams such as sequence, object, component, usecase, class diagrams and more.
5 great diagramming tools for enterprise and software architects
PlantUML is an open source tool and syntax that allows you to make sequence, use case, class, object, and other diagrams from code. It also supports non-UML diagrams like JSON and YAML. In addition, it enjoys support from ArchiMate, ERD, Business Process Modeling Notation (BPMN), and other common notation styles. Its simple, plain-text definitions make creating, sharing, and...
Source: www.redhat.com
Software Diagrams - Plant UML vs Mermaid
For C4 Models, Mermaid support is still experimental. This shows as you have little control over the way the diagram is rendered, and some parts are unreadable (i.e., arrows over nodes). PlantUML works as you would expect and has support for more advanced setup like sprites. Not even close on this one. Winner: PlantUML
9 Best UML Software For Mac & PC
PlantUML is another free open source sequence diagram software that uses text input to build UML charts. PlantUML requires using a specific PlantUML Language to construct sequence charts but once learned it’s very flexible.
Source: machow2.com
40 Open Source, Free and Top Unified Modeling Language (UML) Tools
PlantUML is a component that allows users to quickly write sequence diagrams, usecase diagrams, class diagrams, activity diagrams, component diagrams, state diagrams, deployment diagrams, object diagrams and wireframe graphical interfaces. Diagrams are defined using a simple and intuitive language. Images can be generated in PNG, SVG or LaTeX format and it is also possible...

Boxy SVG Reviews

6 Best Free Adobe Illustrator Alternatives For Designers
Boxy SVG is one of the best browser-based alternatives to Adobe Illustrator. It creates scalable vector graphic files and includes basic tools such as basic shapes, text, bezier curves, pens and the capability to add paths, transforms, and types. The USP of the app is that it has an insanely simple user interface. Thus, it’s a quick tool to learn. You can export files in PNG...
Source: wethegeek.com
The best free Adobe Illustrator vector alternatives in 2022
The main selling point for Boxy SVG is the utter simplicity of its UI. It makes a virtue of paring down the experience of creating vector graphics to a fairly minimal set of options. These essentially restrict you to the kind of things that the SVG format is good at. As a result, it’s fast, easier to pick up than Illustrator, and the files it creates are clean and efficient.

Social recommendations and mentions

Based on our record, Boxy SVG should be more popular than PlantUML. It has been mentiond 16 times since March 2021. 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.

PlantUML mentions (5)

  • PlantUMLApp 3.0 - Let's play with AI Multi-Modality
    New version 3.0 of my PlantUML App for iPad is out with exciting update! 🤩 The new multi-modality feature now lets you transform hand-drawn diagrams into PlantUML scripts with just a pencil ✍🏻 or your fingers 👆. Take a look 👀 to this short on YouTube and download it from App Store to support me 👍🏻. - Source: dev.to / about 1 month ago
  • What is your favorite tool for designing complex architecture, and why is it MS Paint?
    Someone at work showed me https://plantuml.com/ recently. If you want your diagrams as code . Version controlled etc.. I highly recommend it. Source: 5 months ago
  • Discovering the Power of PlantUML: Visualizing YAML, JSON, and More!
    Open-source tool that uses simple textual descriptions to draw beautiful UML diagrams. - Source: dev.to / 10 months ago
  • Pikchr: A PIC-like markup language for diagrams in technical documentation
    Seems like a considerable upgrade from PlanUML (https://plantuml.com/ - which is amazing, but sometimes you just can't seem to be able to align the stuff the way you want too). - Source: Hacker News / 10 months ago
  • Entity Relationship Diagrams
    Plantuml is amongst the best there is. kroki.io has a sandbox for it Mermaid.js can do it in notion, it works as well as any other mermaid. Dbvisualizer is fantastic if you have an existing schema in a db instance. you may need the trial license to render the diagrams. Source: 11 months ago

Boxy SVG mentions (16)

  • SVG Viewer – View, edit, and optimize SVGs
    You might also find Boxy SVG useful as it has built-in support for symbol-based icon sprites: https://boxy-svg.com/#demo-symbols. - Source: Hacker News / 13 days ago
  • SVG Viewer – View, edit, and optimize SVGs
    I shelled out $10 for BoxySVG a couple of years ago on Mac and it's been a solid little tool. https://boxy-svg.com/. - Source: Hacker News / 13 days ago
  • Learn SVG with 25 examples – How to code images in HTML
    There is also Boxy SVG (https://boxy-svg.com) which combines both designer and developer oriented functionality and uses SVG as its native file format. Unlike Illustrator/Sketch/Inkscape it can also create and manipulate SVG animation elements (https://boxy-svg.com/blog/21) - a very powerful feature which is now supported by all major browsers. - Source: Hacker News / 5 months ago
  • How to change your instance logo
    What I did for my instance (aipub.social) was I took the original logo file from github (https://github.com/mastodon/mastodon/tree/main/app/javascript/images) which is "logo-symbol-wordmark.svg" and pasted the SVG url into this online SVG editor, https://boxy-svg.com/ that allowed me to edit the existing one to my liking, in my case I just wanted to change "Mastodon" to "AIpub". This keeps it the same file... Source: 10 months ago
  • My first logo: Launchify - a web dev & IT company geared towards launching new companies with their websites and IT/software suites. [SVGs & context included in comments 😘]
    Thanks!! Agree 100% re the edges. I've actually tried that and failed to make it look nice. I'm very new to this and I only have Inkscape & BoxySVG, since I use a Chromebook which doesn't work with Illustrator. I'll keep trying, though, as I fully agree with the concept. Source: over 1 year ago
View more

What are some alternatives?

When comparing PlantUML and Boxy SVG, you can also consider the following products

draw.io - Online diagramming application

Inkscape - Inkscape is a free, open source professional vector graphics editor for Windows, Mac OS X and Linux.

yEd - yEd is a free desktop application to quickly create, import, edit, and automatically arrange diagrams. It runs on Windows, Mac OS X, and Unix/Linux.

Vectr - Free vector graphics editor. A simple yet powerful web and desktop cross-platform tool for everyone.

LucidChart - LucidChart is the missing link in online productivity suites. LucidChart allows users to create, collaborate on, and publish attractive flowcharts and other diagrams from a web browser.

Affinity Designer - Professional creative software, exclusively for Mac.