e2cb50757aa89c8aa43eea98a1502c109d1df77d
Architype
Architype lets you quickly visualize directed graphs. It is designed for realtime use during system and process design discussions.
Try it live at architype.io
Interface
Architype is designed to be used on devices with keyboards (hence the "type") and optionally mice/touchscreens. It can be used completely without the latter.
The screen is divided into two panels:
- The editor, on the left, where you interactively define the components of your graph.
- The visualization, on the right, where the results are displayed.
Object types
- A node is the fundamental unit in Architype, usually representing a server, service, or process step.
- A link is connects nodes together. All links in Architype are directional, i.e. they have an arrow at exactly one end.
- A group is a collection of nodes that are physically together.
- A label is an optional description of another object, e.g. a link or a group.
Keys
Generally lowercase and uppercase versions of a key have related but opposite
functions, for some meaning of "opposite". For example, lowercase n creates a
new node line below the current line, while uppercase N (shift + n)
creates a new node line above the current line.
Limited vi key mappings are supported. Keys behavior is expected to match user expectation across contexts in the UI.
Navigation
↓jMove down the current list↑kMove up the current list→l⏎Enter (edit) the current list or item←h␛Exit the current list or item
New objects
nCreate new node below the current lineshift+nCreate new node above the current linegCreate new group below the current lineshift+gCreate new group above the current lineiCreate new link below the current lineshift+iCreate new link above the current lineaCreate new label below the current lineshift+aCreate new label above the current line
Deletion & modification
dDelete the current lineshift+dDelete the current line and all lines after it␣(space) Toggle highlighting of the current linef[link only] Flip the directional of the current link
Misc
ubrowser backUndo the last actionUbrowser forwardRedo the last undone action (if nothing else has been done since then)mSelect the next theme (light/dark)MSelect the previous theme (light/dark)
Description
Languages
JavaScript
90.6%
CSS
8.6%
HTML
0.8%