Generates Graphviz images that can be used directly on any website without a need to host images on a server
View Demo · Report Bug · Request Feature
Online Graphviz Editor
is a tool that allows users to generate Graphviz images online. Users can then copy the image URL and use it directly on any website without a need to host images on a server. The frontend is powered by ztjhz/graphviz-editor and the backend is powered by ayaka14732/graphviz-server.
Please access Online Graphviz Editor using the URL:
Liked it? Please give a ⭐️ to Online Graphviz Editor.
Many Thanks to all the Stargazers
who has supported this project with stars(⭐)
Online Graphviz Editor
comes with a bundle of features already. You can do the followings with it,
- 🌸 Modern and beautiful website
- 🔗 Directly generate a link to your graphviz image that can be used anywhere
- 📱 Responsive and mobile-friendly
- Clone the repository
git clone https://github.com/ztjhz/graphviz-editor.git
- Change the working directory
cd graphviz-editor
- Open a live server in that directory
python -m http.server 8080
That's All!!! Now open localhost:8080 to see the app.