# mootools/mootools-core

MooTools Core Repository

Repository: https://github.com/mootools/mootools-core
Canonical: https://ross.abutalabs.com/products/mootools-core
Homepage: https://mootools.net
Language: JavaScript
License Family: other
Last push: 2024-05-10T06:22:03+00:00

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

## Adoption (not part of the score)
Stars 2677, forks 510 (observed 2026-08-28T04:07:09.816996+00:00)

## What it is
MooTools Core is a classic JavaScript utility framework providing an elegant class-based OOP system, DOM manipulation, selectors, events, and Ajax (Request) APIs for browser development. This repository contains the core framework source, build tooling (Grunt), and test specs for contributors.

## Use cases
- manipulate DOM elements and query selectors in the browser
- attach and manage event handlers on elements
- make Ajax requests with a class-based Request API
- write object-oriented JavaScript with a Class system
- animate elements with Fx transitions
- maintain legacy web apps built on MooTools

## When to choose
- maintaining or extending an existing MooTools-based codebase
- you need a lightweight, class-based vanilla JS utility layer without a virtual DOM
- you want well-documented, extensible browser utilities with MIT licensing

## When to avoid
- starting a new modern web project - React, Vue, or native DOM APIs are better supported
- you need server-side rendering or a component ecosystem
- you require active community development - the project is largely in maintenance mode

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, http-client, animation, state-management, developer-tools
- domain: web-development, frontend
- platform: browser
- tags: dom-manipulation, class-system, ajax, legacy-javascript, oop, javascript

## Member repositories
- mootools/mootools-core (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:09.816996+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-30T02:18:00.583542+00:00, confidence not recorded.
  - readme: https://github.com/mootools/mootools-core (fetched 2026-08-28T04:07:09.816996+00:00, sha 4346014f4456)
  - homepage: https://mootools.net (fetched 2026-08-29T10:00:54.436838+00:00, sha 670f1160b499)
  - site_page: https://mootools.net/core/docs (fetched 2026-08-29T10:00:54.439383+00:00, sha 930246a5326f)
  - site_page: https://mootools.net/more/docs (fetched 2026-08-29T10:00:54.442584+00:00, sha 3fd5b0c334b1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
