- Infrastructure Architecture brainstorming tool
- Based on atft, three.js, Angular, Google Drive API v3, dagre
See Demo published on GitHub page.
Easy and intuitive yaml:
nodes:
- name: spa
- name: api
- name: db1
label: PostgreSQL
- name: db2
label: MongoDB
type: barrel
edges:
- from: spa
to: api
- from: api
to: db1
- from: api
to: db2
Focus on content. Dagre will do an automatic layout of your diagrams. Nodes, Edges and Compositions are supported:
- Material Design Icons
- Microsoft Azure Icons
- AWS Icons
- Google Cloid Icons
- Project assets
Diagrams stored in "Vect" folder on your personal Google Drive. Authentication and permissions are required. No worries, application can access only Google Drive files, created via this application (other your files are inaccessible).
Group multiple nodes into a composition:
compositions:
- name: data
label: Data Layer
nodes:
- name: db1
composition: data
- name: db2
composition: data
Multiple sample templates are automatically created when you first time log-in (when "Vect" folder is not present yet on your Google Drive).