- Highly visual drag and drop interface: Express your architecture with icons, regions and connectors.
- Customizable: Easily extend Isoflow with your own icons.
- Export options: Export diagrams as code or images.
🛠 v0.6: In progress
- More control over connector segments
- Connector labels
- Layer re-ordering (bring forward / send to back)
- Shortcuts (undo / redo, copy / paste)
- Custom colours
- Export diagrams as images
- Main menu customisation
- Center diagram in middle of canvas
✅ v0.5: Complete
- Basic view controls (pan / zoom)
- Nodes, connectors & groups
- Import / export diagrams to local storage (in JSON format)
- Icon support for AWS, GCP, Azure, K8S & generic network hardware (e.g. server, database)
- onSceneUpdated callback
- Documentation
- Pipeline for publishing to NPM
Install the Isoflow editor npm package and isopacks (icon packages):
npm install isoflow
npm install @isoflow/isopacks
For more information, see our documentation.
Demo the latest version of Isoflow on CodeSandbox. The sandbox will always be synced with the main
branch on the Github repo, and also includes the latest version of the developer documentation.
Isoflow is free to use for personal and commercial projects. If you're using Isoflow commercially, please consider sponsoring the project (please get in touch).
- Isoflow is actively being worked on. Missing something or found a bug? Report it here or join our Discord server.
- Want to contribute? See good first issues.