# mikehostetler/amplify

AmplifyJS

Repository: https://github.com/mikehostetler/amplify
Canonical: https://ross.abutalabs.com/products/mikehostetler-amplify
Homepage: http://amplifyjs.com
Language: JavaScript
License: GPL-2.0
License Family: copyleft
Last push: 2019-06-25T08:43:14+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5684, "days_push": 2626, "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 1438, forks 144 (observed 2026-08-28T04:04:43.838777+00:00)

## What it is
AmplifyJS is a jQuery-era JavaScript component library providing three modules: a pub/sub message bus for component communication, a unified client-side storage wrapper over localStorage/sessionStorage with fallbacks, and an AJAX request abstraction with caching and data transformation. It was produced by appendTo and is dual-licensed under MIT and GPL-2.0.

## Use cases
- decouple frontend components with publish/subscribe messaging
- wrap localStorage and sessionStorage behind one simple API
- abstract and cache AJAX data requests in a jQuery app
- manage a centralized server interface definition for client data access
- store data client-side that works across desktop and mobile browsers

## When to choose
- maintaining a legacy jQuery-based web application already using AmplifyJS
- you need a tiny, dependency-free pub/sub and storage shim for old browsers

## When to avoid
- starting a new modern frontend project - use native fetch, localStorage, and an event emitter or state library instead
- you need actively maintained code with security updates - the project has had no meaningful development since ~2012
- you use frameworks like React or Vue with their own state and data-fetching ecosystems

## Facets
- artifact type: library
- maturity: abandoned
- function: http-client, caching, state-management, middleware
- domain: web-development, frontend
- platform: browser, cross-platform
- tags: jquery, pub-sub, localstorage, client-side-storage, ajax-abstraction, legacy-javascript, javascript

## Member repositories
- mikehostetler/amplify (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:43.838777+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-30T04:36:40.988220+00:00, confidence not recorded.
  - readme: https://github.com/mikehostetler/amplify (fetched 2026-08-28T04:04:43.838777+00:00, sha 8526c7cc8a58)
  - homepage: http://amplifyjs.com (fetched 2026-08-29T11:47:31.267180+00:00, sha c5ab10a3c9b7)
  - site_page: http://amplifyjs.com/api/request (fetched 2026-08-29T11:47:31.269562+00:00, sha a31d7681db8d)
  - site_page: http://amplifyjs.com/changelog (fetched 2026-08-29T11:47:31.271751+00:00, sha 2ab58d0711e6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
