htmx
</> htmx - high power tools for HTML observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 78
- Longevity 100
Flags: no_license
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: 52.5
- age_days: 2333
- days_rel: 68
- days_push: 7
- n_releases_24m: 9
Adoption not part of the score
49020 stars · 1634 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
htmx is a small, dependency-free JavaScript library that lets any HTML element issue AJAX requests, WebSockets, and Server-Sent Events via HTML attributes, enabling hypermedia-driven UIs without heavy JavaScript frameworks. It is the successor to intercooler.js and works with any server that responds with HTML.
Use cases
- add partial page updates to a server-rendered site without writing javascript
- build a hypermedia-driven web app with html responses instead of json apis
- replace react with plain html attributes for a simple crud app
- add live updates to a page via websockets or server-sent events
- poll a server endpoint and swap html fragments into the dom
- progressively enhance forms and buttons with ajax
When to choose
- your backend renders HTML and you want interactivity without a SPA framework
- you want a tiny, dependency-free script with no build step
- you prefer HATEOAS/hypermedia architecture over client-side state management
- you need broad browser support including a maintained IE-compatible 1.x line
When to avoid
- you need rich client-side state management, offline support, or complex SPA routing
- your API returns JSON only and you cannot serve HTML fragments
- you need fine-grained reactive UI updates typical of react/vue/svelte
Facets
library · maturity stable
frontend-framework http-client websocket templating web-development frontend browser hypermedia hateoas ajax server-sent-events html-attributes no-build-step nodejs
3 sources
- readme: https://github.com/bigskysoftware/htmx · fetched 2026-08-28 · d6801e074d1c
- homepage: https://htmx.org · fetched 2026-08-28 · a7ad2e6e8ab4
- site_page: https://htmx.org/docs/ · fetched 2026-08-28 · a7e8b7cd1e50
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bigskysoftware/htmx | main | 92 |
| bigskysoftware/intercooler-js | mirror | 32 |
For agents
markdown · JSON · MCP: product_card(name="bigskysoftware/htmx")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem