# twitter/typeahead.js

typeahead.js is a fast and fully-featured autocomplete library

Repository: https://github.com/twitter/typeahead.js
Canonical: https://ross.abutalabs.com/products/typeaheadjs
Homepage: http://twitter.github.io/typeahead.js/
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2023-04-14T07:24:33+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": 4943, "days_push": 1237, "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 16441, forks 3109 (observed 2026-08-28T04:11:16.455230+00:00)

## What it is
typeahead.js is a fast, flexible JavaScript autocomplete library from Twitter, composed of a Bloodhound suggestion engine and a jQuery-based Typeahead UI view. It provides the foundation for building robust search-as-you-type experiences in web applications.

## Use cases
- add autocomplete to a search box
- show suggestions as the user types
- build a typeahead search dropdown with jQuery
- precompute and cache suggestion datasets with Bloodhound
- implement remote and local suggestion sources

## When to choose
- your project already uses jQuery 1.9+
- you need a mature, battle-tested autocomplete with local, prefetch, and remote datasets
- you want fine-grained control over suggestion rendering and DOM interactions

## When to avoid
- you are building a modern framework app (React/Vue) where a native autocomplete component fits better
- you need mobile browser support, which is untested
- you want an actively developed library with ongoing feature work

## Facets
- artifact type: library
- maturity: maintenance
- function: search-engine, ui-components, frontend-framework
- domain: web-development, frontend
- platform: browser
- tags: autocomplete, typeahead, jquery, suggestion-engine, bloodhound, search, nodejs

## Member repositories
- twitter/typeahead.js (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:16.455230+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:05:06.305631+00:00, confidence not recorded.
  - readme: https://github.com/twitter/typeahead.js (fetched 2026-08-28T04:11:16.455230+00:00, sha a8f0306dea4e)
  - homepage: http://twitter.github.io/typeahead.js/ (fetched 2026-08-29T08:02:43.387741+00:00, sha 0b24d26fb255)
  - registry_npm: https://registry.npmjs.org/typeahead.js (fetched 2026-08-29T08:02:43.397647+00:00, sha d799959c801a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
