tildeio/htmlbars
A variant of Handlebars that emits DOM and allows you to write helpers that manipulate live DOM nodes observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived
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: 4913
- days_rel: n/a
- days_push: 2709
- n_releases_24m: 0
Adoption not part of the score
1626 stars · 137 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
HTMLBars is a variant of Handlebars that compiles templates into DOM document fragments instead of string buffers, enabling helpers that manipulate live DOM nodes. It was the template engine behind Ember.js and has since been superseded by Glimmer VM.
Use cases
- compile handlebars templates directly into DOM fragments
- write template helpers that manipulate live DOM nodes
- render templates without string interpolation
- build custom view layers on top of handlebars syntax
When to choose
- you are maintaining a legacy Ember.js or HTMLBars-based codebase
- you need historical compatibility with HTMLBars template semantics
When to avoid
- you are starting a new project - use Glimmer VM or a modern framework instead
- you need string-based template output rather than DOM fragments
- you need a maintained, actively supported templating library
Facets
library · maturity abandoned
templating compiler web-framework web-development frontend compilers browser handlebars dom-templates ember deprecated glimmer nodejs javascript
2 sources
- readme: https://github.com/tildeio/htmlbars · fetched 2026-08-28 · 15c47a859704
- registry_npm: https://registry.npmjs.org/htmlbars · fetched 2026-08-29 · b1c96527276a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tildeio/htmlbars | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="tildeio/htmlbars")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem