kieler/elkjs
ELK's layout algorithms for JavaScript observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 97
- Release rhythm 69
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 104
- age_days: 3341
- days_rel: 47
- days_push: 20
- n_releases_24m: 6
Adoption not part of the score
2726 stars · 121 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
elkjs is a JavaScript port of the Eclipse Layout Kernel (ELK), providing automatic graph layout algorithms, most notably a layer-based (Sugiyama) algorithm suited for directed node-link diagrams with ports. It computes element positions only - it is not a diagramming or rendering framework.
Use cases
- automatically lay out graph diagrams in the browser
- compute node and edge positions for flowcharts or dataflow diagrams
- add layered graph layout to a JavaScript diagram editor
- route edges in node-link diagrams with ports
- integrate automatic layout with sprotty or other diagram frameworks
When to choose
- you need automatic, deterministic graph layout in JavaScript or a web app
- your diagrams are directed with ports and benefit from layered (Sugiyama) layout
- you already have a rendering/diagramming layer and only need layout computation
When to avoid
- you need a full diagramming framework with rendering, styling, or interaction
- you need standalone edge routing only (a known limitation)
- you need a non-JavaScript environment - use the native Eclipse ELK instead
Facets
library · maturity active
graphics developer-tools graphics web-development developer-tools browser cross-platform graph-layout diagram-layout layered-layout sugiyama-algorithm elk edge-routing dataflow-diagrams nodejs javascript
2 sources
- readme: https://github.com/kieler/elkjs · fetched 2026-08-28 · 14cfb0d43d6a
- registry_npm: https://registry.npmjs.org/elkjs · fetched 2026-08-29 · 839cbe8ce161
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kieler/elkjs | main | 88 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem