From pseudocode to a working flowchart
- Open the editor and write or paste pseudocode.
- Choose Build to validate and apply automatic layout.
- Drag, resize, style, or lock symbols without breaking executable control flow.
- Enter comma-separated inputs and choose Run or Step.
- Export SVG or PNG, or copy the diagram into slides.
Classroom-friendly syntax
Keywords are case-insensitive. Indentation improves readability; Build determines the executable structure from block keywords.
Variables
DECLARE scores[5]\nSET total = 0\nADD 1 TO totalInput and output
INPUT name\nOUTPUT "Hello", nameDecision
IF score >= 50 THEN\n OUTPUT "Pass"\nELSE\n OUTPUT "Try again"\nEND IFLoops
FOR index = 1 TO 5 STEP 1\n OUTPUT index\nNEXT indexEssential shortcuts
- ⌘/Ctrl K
- Open the command palette
- ⌘/Ctrl S
- Save a local .augo project
- ⌘/Ctrl O
- Open an existing project
- ⌘/Ctrl Z
- Undo the last editor transaction
- Shift + click
- Add or remove a shape from selection
- Delete
- Delete selected shapes
Projects stay on your device
Augorithm schema v2 stores pseudocode, stable symbol IDs, pages, manual positions, styles, diagram data, and editor preferences. Legacy desktop projects migrate automatically.
Export full diagrams as selectable-text SVG or high-resolution PNG. Copy creates a clipboard image that can be pasted into PowerPoint, Canva, and documents.
Install as an iPad app
Open Augorithm in Safari, tap Share, then choose Add to Home Screen. After the first successful load, the editor shell and recovery project remain available offline.