# redom/redom

Tiny (2 KB) turboboosted JavaScript library for creating user interfaces.

Repository: https://github.com/redom/redom
Canonical: https://ross.abutalabs.com/products/redom
Homepage: https://redom.js.org
Language: JavaScript
License: MIT
License Family: permissive
Topics: javascript, dom, html5, web-development, redom, tiny
Last push: 2025-03-10T13:37:31+00:00

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

## Adoption (not part of the score)
Stars 3432, forks 124 (observed 2026-08-28T04:08:04.158680+00:00)

## What it is
RE:DOM is a tiny (2 KB) JavaScript UI library for creating user interfaces with pure JavaScript and web standards, without a virtual DOM. It provides helpers for creating DOM elements, keeping them in sync with data, and building reusable components.

## Use cases
- build web apps without a heavy framework
- create reusable UI components in pure JavaScript
- render UI faster than virtual DOM libraries like React
- keep DOM elements in sync with application data
- avoid learning templating languages
- build lightweight interfaces where bundle size matters

## When to choose
- you want a minimal, fast UI library with a tiny footprint
- you prefer vanilla JavaScript over JSX or templating languages
- performance and memory usage are critical
- you want to use web standards directly

## When to avoid
- you need a full-featured framework with routing, state management, and a large ecosystem
- your team relies on declarative virtual DOM patterns like React
- you need server-side rendering out of the box (requires separate tooling like NO:DOM)

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, frontend-framework, templating
- domain: web-development, frontend
- platform: browser
- tags: dom, no-virtual-dom, tiny, components, vanilla-js, javascript, nodejs

## Member repositories
- redom/redom (main) score 27

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:04.158680+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-29T18:37:45.628061+00:00, confidence not recorded.
  - readme: https://github.com/redom/redom (fetched 2026-08-28T04:08:04.158680+00:00, sha 0d04d95e3326)
  - homepage: https://redom.js.org (fetched 2026-08-29T09:32:01.451923+00:00, sha 0367349507ba)
- Data as of 2026-08-30T08:39:29.467469+00:00.
