stackblitz/alien-signals
👾 The lightest signal library observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 86
- Release rhythm 51
- Longevity 74
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 241.0
- age_days: 1048
- days_rel: 113
- days_push: 84
- n_releases_24m: 3
Adoption not part of the score
3236 stars · 120 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
alien-signals is an extremely lightweight TypeScript signal library implementing a push-pull based reactivity algorithm. Its core algorithm has been ported into Vue 3.6 and is used in Vue language tools for incremental AST parsing and virtual code generation.
Use cases
- add fine-grained reactive state to a JavaScript app
- use signals without pulling in a full framework
- benchmark or study reactivity algorithms
- build a custom reactive UI framework
- incremental computation for language tooling
When to choose
- you need minimal-bundle, high-performance signals in TypeScript
- you want a framework-agnostic reactivity primitive
- you're building tooling that benefits from incremental recomputation
When to avoid
- you want a batteries-included state manager with devtools and middleware
- you need framework-specific integrations out of the box
- you prefer a mature ecosystem over a research-oriented library
Facets
library · maturity active
state-management developer-tools frontend web-development performance browser cross-platform signals reactivity push-pull fine-grained-reactivity vue nodejs typescript
2 sources
- readme: https://github.com/stackblitz/alien-signals · fetched 2026-08-28 · 41ad849413dd
- registry_npm: https://registry.npmjs.org/alien-signals · fetched 2026-08-29 · b7ce3005c609
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| stackblitz/alien-signals | main | 71 |
For agents
markdown · JSON · MCP: product_card(name="stackblitz/alien-signals")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem