# yoxjs/yox

A lightweight mvvm framework

Repository: https://github.com/yoxjs/yox
Canonical: https://ross.abutalabs.com/products/yox
Homepage: https://yoxjs.github.io/yox/
Language: JavaScript
License: MIT
License Family: permissive
Topics: mvvm, reactive, yox, lightweight, ts, ie
Last push: 2023-02-22T08:19:13+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3584, "days_push": 1288, "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 1070, forks 80 (observed 2026-08-28T04:03:28.077872+00:00)

## What it is
Yox is a lightweight MVVM JavaScript framework similar to Vue, with reactive data binding, directives, computed properties, and component support. Its distinguishing feature is compatibility all the way back to IE6.

## Use cases
- build reactive single-page UIs with a tiny framework
- support legacy browsers like IE6 in web apps
- two-way data binding for forms without heavy dependencies
- component-based frontend development with a Vue-like API
- lightweight alternative to Vue for simple pages

## When to choose
- you must support very old browsers such as IE6
- you want Vue-like reactivity in a much smaller bundle
- your app is simple enough to not need a large ecosystem

## When to avoid
- you need a modern ecosystem, tooling, and community like Vue or React
- your project requires frequent updates and long-term active maintenance
- you only target modern browsers and don't need legacy support

## Facets
- artifact type: framework
- maturity: maintenance
- function: frontend-framework, state-management, templating, ui-components
- domain: web-development, frontend
- platform: browser, cross-platform
- tags: mvvm, reactive, vue-like, ie6-support, lightweight, typescript

## Member repositories
- yoxjs/yox (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:28.077872+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:54:15.108167+00:00, confidence not recorded.
  - readme: https://github.com/yoxjs/yox (fetched 2026-08-28T04:03:28.077872+00:00, sha 7f69d8e096e4)
  - homepage: https://yoxjs.github.io/yox/ (fetched 2026-08-29T12:56:21.331942+00:00, sha d65861390013)
- Data as of 2026-08-30T08:39:29.467469+00:00.
