Draw architecture or flow diagrams as ASCII art and paste them directly into code comments or README files.
Create text-based box-and-arrow diagrams for documentation that must remain readable in a plain text editor.
Embed diagrams in source code files where image files would be impractical to version control or maintain.
Use it live at asciiflow.com with no install needed, local dev setup requires installing Bazel which takes additional time.
ASCIIFlow is a web-based drawing tool for creating diagrams made entirely out of text characters. Instead of producing image files, it outputs diagrams using standard keyboard characters like dashes, pipes, and plus signs, which can then be pasted into code comments, plain text documents, emails, or anywhere else that accepts plain text. The live version of the tool is available at asciiflow.com. The application runs entirely in the browser with no server side processing involved. This means your diagrams are handled locally and nothing is sent to a server. The README is brief and focuses mainly on how to set up a local development environment for contributors. Developers who want to run the project locally need to install a build tool called Bazel, which the project uses to compile and serve the application. The README provides the commands to install Bazel and run a local development server. An optional companion tool called ibazel enables live reloading so the browser refreshes automatically as you edit code. The project is written in TypeScript. The README does not mention a software license.
← lewish on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.