Lately for flowcharts I've been using Figma's Figjam.<p><a href="https://www.figma.com/figjam/" rel="nofollow noreferrer">https://www.figma.com/figjam/</a><p>It's really an amazing tool. It's like a whiteboard that allows you to describe processes in different ways with contextual information (images, links, bits of code, etc). I've been working on a complicated feature for my current project and it has been invaluable.<p>The only thing I'm missing is really a way to describe database models with relationships.
I love your landing page by the way. It explains the app while giving a playground/demo at the same time. This is a very cool way to showcase your site. Well done!
Flowchart.fun looks very very cool. Solves many problems I've faced with existing tools.<p>Has anyone used flowchart.fun for "architecture" diagrams? Which are similar to flowchart/mindmaps, but a bit different.<p>I'm trying to make something like this webapp diagram, but struggling: <a href="https://bezkoder.com/wp-content/uploads/2020/03/react-node-express-mysql-crud-example-architecture.png" rel="nofollow noreferrer">https://bezkoder.com/wp-content/uploads/2020/03/react-node-e...</a>
Very nice! I was looking for something like this-- A diagramming tool with plain ol' css.<p>Given the features I think it's a nice step up (flowchart.fun is $3/month) from an Open Source diagram tool like MermaidJS [1].<p>One suggestion: a link to the diagram-coding docs from the editor.<p>[1] Here's an example of how MermaidJS styles a flow chart:<p><a href="https://mermaid.js.org/syntax/flowchart.html#styling-a-node" rel="nofollow noreferrer">https://mermaid.js.org/syntax/flowchart.html#styling-a-node</a>
This is very neat.<p>I’m trying to figure out if you can embed the flow chart builder itself into a post/site.<p>I can imagine for some more complex topics, people would like to be able to move things around/play with the design.
love flowchart.fun! it's still the quickest and easiest tool i've found to quickly put diagrams together. it continues to show that clearly a lot of thought has gone into the ergonomics : )
Do you use flowcharts more to design programs, or to document them?<p>When I learned programming the idea was first draw a flowchart, then code it. I wonder if anybody does that any more.