# CodeSeven/toastr

Simple javascript toast notifications

Repository: https://github.com/CodeSeven/toastr
Canonical: https://ross.abutalabs.com/products/toastr
Homepage: http://www.toastrjs.com
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2023-02-27T15:44:28+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5238, "days_push": 1283, "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 12103, forks 2001 (observed 2026-08-28T04:10:51.751977+00:00)

## What it is
toastr is a small JavaScript library for displaying non-blocking toast notifications (info, success, warning, error) in the browser, in the style of Gnome/Growl notifications. It requires jQuery and is designed to be a simple, customizable, and extensible core library distributed via npm, yarn, Bower, NuGet, and CDNs.

## Use cases
- show success or error toast notifications after form submissions
- display non-blocking alert messages in a web app
- notify users of background events without interrupting them
- add Growl-style popup notifications to a website
- customize toast position, duration, and animations

## When to choose
- you need lightweight, dependency-simple toast notifications in a jQuery-based project
- you want a battle-tested library with broad CDN and package-manager availability
- you need simple info/success/warning/error notifications with easy customization

## When to avoid
- your project does not use jQuery and you don't want to add it
- you need a modern framework-integrated notification system (e.g., React/Vue component libraries)
- you need accessible, ARIA-first notifications with advanced features

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: web-development, frontend
- platform: browser
- tags: toast-notifications, jquery, non-blocking-notifications, javascript, nodejs

## Member repositories
- CodeSeven/toastr (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:51.751977+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-29T17:14:56.096926+00:00, confidence not recorded.
  - readme: https://github.com/CodeSeven/toastr (fetched 2026-08-28T04:10:51.751977+00:00, sha c1edce0284d4)
  - registry_npm: https://registry.npmjs.org/toastr (fetched 2026-08-29T08:13:14.384281+00:00, sha 6ac233efaccc)
- Data as of 2026-08-30T08:39:29.467469+00:00.
