# choojs/hyperx

🏷 - tagged template string virtual dom builder

Repository: https://github.com/choojs/hyperx
Canonical: https://ross.abutalabs.com/products/hyperx
Language: JavaScript
License: BSD-2-Clause
License Family: permissive
Topics: template-strings, html, dom, virtual-dom
Last push: 2023-11-02T17:52:22+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3896, "days_push": 1035, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1015, forks 45 (observed 2026-08-28T04:03:14.230089+00:00)

## What it is
hyperx is a JavaScript library that builds virtual DOM trees using ES6 tagged template strings, serving as a JSX alternative. It works with virtual DOM libraries like virtual-dom, React, and hyperscript.

## Use cases
- build virtual dom nodes without jsx
- write html-like templates in javascript
- use tagged template strings for ui rendering
- replace jsx with template strings
- create hyperscript elements from html strings

## When to choose
- you want jsx-like ergonomics without a build step
- you use virtual-dom, react, or hyperscript and prefer template strings
- you need lightweight dom building in vanilla js

## When to avoid
- you already have a jsx/babel build pipeline
- you need a full framework with state management
- the project needs active development or new features

## Facets
- artifact type: library
- maturity: maintenance
- function: templating, ui-components
- domain: frontend, web-development
- platform: browser
- tags: virtual-dom, tagged-template-strings, hyperscript, jsx-alternative, nodejs, javascript

## Member repositories
- choojs/hyperx (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:14.230089+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-30T07:11:25.808636+00:00, confidence not recorded.
  - registry_npm: https://registry.npmjs.org/hyperx (fetched 2026-08-29T13:10:48.063537+00:00, sha 6e09e152d413)
- Data as of 2026-08-30T08:39:29.467469+00:00.
