Software Alternatives, Accelerators & Startups

asciiflow

Infinite ASCII diagrams, save to Google Drive, resize, freeform draw, and export straight to text/html.

asciiflow

asciiflow Reviews and Details

This page is designed to help you find out whether asciiflow is good and if it is the right choice for you.

Screenshots and images

  • asciiflow Landing page
    Landing page //
    2019-04-28

Features & Specs

  1. Ease of Use

    AsciiFlow provides a user-friendly interface that allows users to quickly create ASCII diagrams without needing extensive technical knowledge.

  2. Browser-Based

    Being an online tool, AsciiFlow requires no installation and can be accessed from any device with an internet connection.

  3. Free

    AsciiFlow is available for free, making it accessible to users who need a quick and easy ASCII diagramming tool without incurring additional costs.

  4. Collaboration

    Users can easily share diagrams with others, which facilitates collaboration and feedback.

  5. Simple Export Options

    Diagrams created in AsciiFlow can be easily exported to plain text, which can be included in code comments, documentation, or emails.

Badges

Promote asciiflow. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

We don't have any videos for asciiflow yet.

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about asciiflow and what they use it for.
  • The Git history command deserves more attention
    You can thank ASCIIFlow for that ;) https://asciiflow.com/. - Source: Hacker News / about 2 months ago
  • ASCII-Driven Development
    I like to make these kinds of mock ups using https://asciiflow.com. Some of the components from the article paste nicely there. - Source: Hacker News / 8 months ago
  • Monodraw
    This is awesome. I've been using https://asciiflow.com/#/ https://meatfighter.com/ascii-silhouettify/ to create input text for TerminalTextEffects to create terminal animations like the following: https://chrisbuilds.github.io/terminaltexteffects/img/changeblog_media/0.12.0/beams_dynamic_astro_demo.gif https://github.com/ChrisBuilds/terminaltexteffects. - Source: Hacker News / about 1 year ago
  • Monodraw
    Some relevant browser based ascii-drawing tools. https://app.monosketch.io/ https://web.archive.org/web/20210503172024/https://fatiherikli.github.io/archetype/ https://textik.com/# https://asciiflow.com/#/ https://fsymbols.com/draw/. - Source: Hacker News / about 1 year ago
  • Monodraw
    Not sure how comparable they are since I never used Monodraw due to not running MACs, but there is https://asciiflow.com/ and https://monosketch.io/ which I usually use. The latter is using some advanced UTF8 characters and when trying to get it incorporated for my personal blog, I had to use their specific monospaced font from their repo, as otherwise lines wouldn't line up correctly. - Source: Hacker News / about 1 year ago
  • D2 (text to diagram tool) now supports ASCII renders
    Oh, this is excellent! The syntax of D2 is very compelling but the tooling of Mermaid has unfortunately made it win out for me more times than not in the last few years. This, however, is a genuinely novel thing that I don't think I've seen Mermaid do. Bridges the gap to https://asciiflow.com/ quite nicely. - Source: Hacker News / about 1 year ago
  • Building and deploying a custom site using GitHub Actions and GitHub Pages
    I've used GitHub Pages for a long time to serve sites for free, notably https://asciiflow.com, however I have recently moved it and other sites to CloudFlare Pages - it's also got a very generous free tier and many other useful features that GH pages lacks. Setup is simple - https://github.com/lewish/asciiflow/blob/main/.github%2Fworkflows%2Fdeploy.yaml GitHub Actions is just great, and I think people overlook... - Source: Hacker News / over 1 year ago
  • ASCII Silhouettify
    I'll still use https://asciiflow.com/# over figma. - Source: Hacker News / about 2 years ago
  • Monodraw
    Https://asciiflow.com/#/ works pretty well. - Source: Hacker News / over 2 years ago
  • Monodraw
    I maintain a list [1] of main web based text to diagram tools including ascii drawing tools like these. Web alternatives for this are probably https://fsymbols.com/draw/ or https://textik.com/ or https://asciiflow.com/#/ or https://web.archive.org/web/20210503172024/https://fatiherikli.github.io/archetype/ or https://app.monosketch.io [1]: https://xosh.org/text-to-diagram/. - Source: Hacker News / over 2 years ago
  • Monodraw
    Yeah, I'm known as the ASCII diagram guy at work because I use ASCIIFlow a lot. Still not sure if people think I'm a joke. https://asciiflow.com/#/. - Source: Hacker News / over 2 years ago
  • Monodraw
    Looks nice. https://asciiflow.com/ is a web-based alternative that's been my go-to for a decade. - Source: Hacker News / over 2 years ago
  • Nomnoml
    > 7. You can put them in the source where they are relevant. > Got a hairy state machine? Stick a comment at the top with something like nomnoml's syntax and anyone can follow what's going on without having to trace through the code. For that use-case a markup graph language is a poor solution. Use https://asciiflow.com instead to produce something that people can digest without needing a third-party tool that may... - Source: Hacker News / almost 3 years ago
  • Architecture diagrams enable better conversations
    And then you can perform further edits using something like https://asciiflow.com/ (web, free) or https://ivanceras.github.io/bob-editor/ (web, free) or https://monodraw.helftone.com/ (Mac only, proprietary) as mentioned in other comments from https://news.ycombinator.com/item?id=37040883. - Source: Hacker News / about 3 years ago
  • Architecture diagrams enable better conversations
    The only 2 techs I use for stuff like that are Asciiflow https://asciiflow.com/#/. - Source: Hacker News / about 3 years ago
  • Typograms: A definition and renderer for ASCII diagrams
    Many diagrams I am able to draw manually as I'm editing source code on emacs, but for more complicated ones I tend to use this: https://asciiflow.com . To each their own, so pick your favorite ASCII editor. - Source: Hacker News / about 3 years ago
  • Good graphic FlowChart drawing tool ?
    This isn't at all what you are asking for but I use it in code all the time for flow-charting logic. Https://asciiflow.com/ And on the plus side, the output is very portable. Source: over 3 years ago
  • Oracle Industries: Helion Gasworks - My survival H2 facility!
    So I used this website: https://asciiflow.com to draw out the diagrams and then pasted them into the LCDs using the monospace font! An LCD is 39x58 "ASCII tiles" FYI if you wanted to do this too! Source: over 3 years ago
  • What are considerations to make a website secure?
    AsciiFlow, wonderful tool. Modified slightly in vim to fit the format better. Source: over 3 years ago
  • Total sum of union of intervals problem. Would appreciate help on pseudocode.
    There is ASCIIFlow Infinity that comes in handy, but in this particular case I haven't used it. Source: over 3 years ago
  • Architecture diagrams should be code
    This is perhaps a tangent, but I've used https://asciiflow.com/#/ a few times now to insert diagrams into my source code as comments. I understand people might have negative opinions on the efficacy of comments that this would only exacerbate, but nevertheless I've appreciated what AsciiFlow gave me. - Source: Hacker News / over 3 years ago

Do you know an article comparing asciiflow to other products?
Suggest a link to a post with product alternatives.

Suggest an article

asciiflow discussion

Log in or Post with

Is asciiflow good? This is an informative page that will help you find out. Moreover, you can review and discuss asciiflow here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.