hotwired/stimulus
A modest JavaScript framework for the HTML you already have observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 97
- 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: 3547
- days_rel: n/a
- days_push: 22
- n_releases_24m: 0
Adoption not part of the score
13083 stars · 443 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Stimulus is a modest JavaScript framework that augments server-rendered HTML with interactive behavior using data-controller, data-target, and data-action attributes. It pairs with Turbo as part of the Hotwire stack, managing controller lifecycles as the DOM changes without taking over rendering.
Use cases
- add interactivity to server-rendered HTML without a SPA framework
- build a Hotwire app with Rails and Turbo
- sprinkle JavaScript behavior onto existing HTML pages
- wire up DOM controllers with data attributes
- avoid heavy client-side rendering in a web app
- handle Ajax-updated DOM elements with automatic lifecycle management
When to choose
- you have server-rendered HTML and want lightweight interactivity
- you use Rails or another backend with Turbo
- you want to avoid a full SPA framework like React
- you prefer progressive enhancement over client-side rendering
When to avoid
- you need a full client-side SPA with complex state management
- you want a framework that renders HTML from components
- you're building a highly interactive canvas or real-time graphics app
Facets
framework · maturity stable
frontend-framework state-management routing web-development frontend developer-tools browser cross-platform hotwire turbo progressive-enhancement html-attributes controllers typescript server-rendered-apps nodejs
3 sources
- readme: https://github.com/hotwired/stimulus · fetched 2026-08-28 · 3504749ef900
- homepage: https://stimulus.hotwired.dev/ · fetched 2026-08-29 · 7259a3588fe3
- site_page: https://stimulus.hotwired.dev/handbook/installing · fetched 2026-08-29 · 8bb69f320495
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| hotwired/stimulus | main | 66 |
For agents
markdown · JSON · MCP: product_card(name="hotwired/stimulus")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem