Skip to content

saraswat2385/isoflow

 
 

Repository files navigation

readme-header

An open-source React component for drawing network diagrams.

License: MIT CircleCI

Key Features

  • 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.

Roadmap

🛠 v1.0: In progress

  • More control over connector segments
  • Connector labels
  • Group layer re-ordering (bring forward / send to back)
  • Custom colours
  • Export diagrams as images
  • Main menu customisation
  • Center diagram in middle of canvas
  • Shortcuts (undo / redo, copy / paste)

✅ v0.6: 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)
  • onModelUpdated callback
  • Documentation
  • Pipeline for publishing to NPM

Quick start

Install the Isoflow editor npm package and isopacks (icon packages):

  • npm install isoflow
  • npm install @isoflow/isopacks

For more information, see our documentation.

CodeSandbox demo

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.

Using Isoflow commercially?

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).

Contributing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.8%
  • Other 1.2%