FLOWY
×

Expanded Editor

×

Flowy Guide

Basic Syntax

NodeName -> NextNode

Example: Start -> Login

Colors

  • [r] Red color (e.g., Start[r] -> Login)
  • [b] Blue color (e.g., Profile[b])
  • [g] Green color (e.g., Success[g])

Hierarchy

Use # to create hierarchy levels:

Dashboard -> Features
# Features -> Profile
## Profile -> Settings

Conditions

Login -> Auth?
Auth ->|Success| Dashboard
Auth ->|Failed| Retry

Comments

// This is a comment
Start -> Login
// Authentication flow
×

Settings

Made with ❤️ by Cullin
×

Change Log

January 3, 2025

  • Cleaned up website styling / design
  • Added email authentication for login

January 2, 2025

  • Rebuilt the text editor syntax to make it easier to use
  • Updated sample with new syntax, making it infinitely easier to write text flowcharts with multiple levels
  • Updated help guide with context on new syntax
  • Added colored nodes
  • Added quick access buttons (arrow, red, blue, etc)
  • Added mobile responsiveness
  • Added change log