blueimp/JavaScript-Templates
1KB lightweight, fast & powerful JavaScript templating engine with zero dependencies. Compatible with server-side environments like node.js, module loaders like RequireJS and all web browsers. 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: 5380
- days_rel: n/a
- days_push: 1803
- n_releases_24m: 0
Adoption not part of the score
1713 stars · 646 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A 1KB lightweight JavaScript templating engine with zero dependencies that compiles templates into fast JavaScript functions. It works in all web browsers and server-side environments like Node.js, with module loader support for RequireJS and webpack.
Use cases
- render html templates from data in the browser
- lightweight client-side templating without a big framework
- use the same templates on node.js server and browser client
- interpolate data into html with escaping
- loop over arrays and evaluate expressions inside templates
- cache and reuse compiled template functions
When to choose
- you need a tiny, dependency-free templating engine under 1KB
- you want fast compiled templates with a simple tmpl() api
- you need templates that work in both browsers and node.js
- you prefer javascript syntax inside templates rather than a custom dsl
When to avoid
- you need a full-featured framework with components and reactive state
- you want sandboxed or logic-less templating like mustache/handlebars
- you need automatic html escaping everywhere without opt-in encoding
- the project appears to be in maintenance mode with infrequent releases
Facets
library · maturity maintenance
templating web-development frontend developer-tools browser cross-platform javascript-templating lightweight zero-dependencies client-side-rendering server-side-rendering nodejs
2 sources
- readme: https://github.com/blueimp/JavaScript-Templates · fetched 2026-08-28 · 6b61454ba4a6
- homepage: https://blueimp.github.io/JavaScript-Templates/ · fetched 2026-08-29 · ffb2896d2c4b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| blueimp/JavaScript-Templates | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="blueimp/JavaScript-Templates")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem