# WebReflection/linkedom

A triple-linked lists based DOM implementation.

Repository: https://github.com/WebReflection/linkedom
Canonical: https://ross.abutalabs.com/products/linkedom
Homepage: https://webreflection.medium.com/linkedom-a-jsdom-alternative-53dd8f699311
Language: HTML
License: ISC
License Family: permissive
Topics: dom, ssr, web
Last push: 2026-07-14T12:37:06+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 92, release rhythm 35, longevity 100
- inputs: {"age_days": 2089, "days_push": 50, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2070, forks 103 (observed 2026-08-28T04:06:10.366765+00:00)

## What it is
LinkeDOM is a triple-linked-list based DOM implementation for DOM-less environments like Node.js and Deno, closely following the DOM standard. It enables HTML/XML parsing, CSS selector queries, custom elements, and document serialization for server-side rendering and testing.

## Use cases
- parse and manipulate HTML on the server
- server-side render web components and custom elements
- query HTML with CSS selectors without a browser
- replace jsdom with a faster DOM implementation
- convert HTML documents to strings or JSON
- test DOM code in Node.js without a headless browser

## When to choose
- you need fast, linear-performance HTML parsing in Node or Deno
- you want DOM-standard APIs like querySelector and customElements server-side
- jsdom is too slow or memory-heavy for your workload
- you need SSR of web components without a browser

## When to avoid
- you need a fully browser-accurate DOM with canvas or layout
- you are building a web crawler and need full browser emulation
- you need pixel-perfect rendering or JavaScript execution of page scripts

## Facets
- artifact type: library
- maturity: active
- function: parser, ssr, web-scraping, templating
- domain: web-development, frontend, backend, parsers
- platform: cli
- tags: dom, html-parsing, jsdom-alternative, server-side-rendering, css-selectors, custom-elements, xml, nodejs, deno, web-server

## Member repositories
- WebReflection/linkedom (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:10.366765+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:56:43.186043+00:00, confidence not recorded.
  - readme: https://github.com/WebReflection/linkedom (fetched 2026-08-28T04:06:10.366765+00:00, sha e94c79b4544d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
