flightjs/flight
A component-based, event-driven JavaScript framework from Twitter observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4963
- days_rel: n/a
- days_push: 1469
- n_releases_24m: 0
Adoption not part of the score
6490 stars · 534 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Flight is a lightweight, component-based, event-driven JavaScript framework from Twitter that maps behavior directly to DOM nodes. Components communicate exclusively via events, with no direct references between them, and it is built on top of jQuery.
Use cases
- build event-driven web UIs with decoupled components
- map behavior to DOM nodes without a prescribed data layer
- structure a frontend around DOM events instead of a model layer
- write highly testable, portable UI components with mixins
- add lightweight component architecture to an existing jQuery app
When to choose
- you maintain or extend an existing Flight or legacy Twitter-style codebase
- you want a tiny (~5K) event-driven layer over jQuery with no rendering opinions
- you prefer components that communicate only through DOM and custom events
When to avoid
- you are starting a new project - Flight is explicitly not under active development
- you need a modern component framework with rendering, state management, or a virtual DOM
- you want a framework with an active community, updates, or security patches
Facets
framework · maturity abandoned
frontend-framework state-management middleware web-development frontend browser event-driven component-based jquery twitter dom-components mixins nodejs javascript
2 sources
- readme: https://github.com/flightjs/flight · fetched 2026-08-28 · 834703cb82d1
- homepage: http://flightjs.github.io/ · fetched 2026-08-29 · 4dae0f5fd609
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| flightjs/flight | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem