hyperhype/hyperscript
Create HyperText with JavaScript. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 4965
- days_rel: n/a
- days_push: 1923
- n_releases_24m: 0
Adoption not part of the score
2733 stars · 109 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A small JavaScript library for creating HyperText (DOM elements or HTML strings) with plain JavaScript function calls, usable on both client and server. It provides a concise h() syntax for tags, ids, classes, attributes, styles, and event listeners without a templating language.
Use cases
- build html dom elements in javascript without jsx
- generate html strings on the server
- create reusable interactive html widgets
- write frontend views with no build step or template engine
- attach event listeners while constructing dom nodes
When to choose
- you want lightweight html creation in vanilla javascript without a framework
- you need the same view code to run in the browser and on the server
- you prefer composing ui with plain function calls over html templates or jsx
When to avoid
- you need a modern maintained framework with virtual dom diffing and ecosystem support
- you want declarative templates or server-side rendering of full pages
- your project requires recent browser standards support and active maintenance
Facets
library · maturity maintenance
templating ui-components frontend-framework web-development frontend developer-tools browser hyperscript dom html-generation virtual-dom no-build-step nodejs web-server javascript
1 source
- readme: https://github.com/hyperhype/hyperscript · fetched 2026-08-28 · 86927edf727c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hyperhype/hyperscript | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="hyperhype/hyperscript")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem