# WebReflection/uhtml

A micro HTML/SVG render

Repository: https://github.com/WebReflection/uhtml
Canonical: https://ross.abutalabs.com/products/uhtml
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-06-09T09:28:35+00:00

## Health v2 (maintenance only)
Score: 71/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 86, release rhythm 35, longevity 100
- inputs: {"age_days": 2391, "days_push": 85, "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 1138, forks 52 (observed 2026-08-28T04:03:43.955336+00:00)

## What it is
uhtml is a micro library for rendering fast, reactive HTML and SVG in the browser using tagged template literals with a JSX-inspired syntax. It includes React-like components with Preact-style signals and works with native Web standards like custom elements without build tools.

## Use cases
- render html from javascript without a build step
- lightweight alternative to react for small apps
- build reactive ui with signals
- render svg templates in the browser
- create web components with template literals

## When to choose
- you want a tiny, fast rendering library with no build tooling
- you prefer tagged template literals over JSX
- you need signals-based reactivity in a minimal package
- you want compatibility with native custom elements and web standards

## When to avoid
- you need a mature, battle-tested reactivity story - stick to v4 or larger frameworks
- you need a full framework ecosystem with routing, state management, and devtools
- you rely on edge-case conditional array rendering that v5 signals may not handle yet

## Facets
- artifact type: library
- maturity: active
- function: templating, frontend-framework, ui-components, state-management
- domain: web-development, frontend
- platform: browser
- tags: tagged-templates, signals, jsx-alternative, micro-library, web-components, svg-rendering, javascript, nodejs

## Member repositories
- WebReflection/uhtml (main) score 71

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:43.955336+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-30T06:36:07.739519+00:00, confidence not recorded.
  - readme: https://github.com/WebReflection/uhtml (fetched 2026-08-28T04:03:43.955336+00:00, sha 6a3e7789e44a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
