janl/mustache.js
Minimal templating with {{mustaches}} in JavaScript observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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: 6177
- days_rel: n/a
- days_push: 810
- n_releases_24m: 0
Adoption not part of the score
16724 stars · 2343 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
mustache.js is a zero-dependency JavaScript implementation of the Mustache logic-less template system, usable in browsers, Node.js, and CouchDB views, and also as a CLI tool. It expands {{mustache}} tags in templates using values from a view object, with no if/else or loop logic.
Use cases
- render mustache templates in javascript
- logic-less html templating
- generate html from templates and data
- render templates in node.js
- use mustache templates in the browser
- render templates from the command line
- template config files or source code
When to choose
- you want simple, logic-less templating with no dependencies
- you need templates that work in browser, Node.js, and other JS environments
- you want to enforce separation of logic and presentation
- you need a spec-compliant mustache implementation in JavaScript
When to avoid
- you need conditional logic, loops with filters, or complex control flow in templates
- you want a full-featured templating engine like Handlebars, EJS, or Jinja-style features
- you need performance-optimized rendering for very large template volumes
Facets
library · maturity stable
templating cli web-development frontend developer-tools documentation browser cli cross-platform mustache logic-less-templates zero-dependency html-templating javascript nodejs
2 sources
- readme: https://github.com/janl/mustache.js · fetched 2026-08-28 · 11d4fb306a6b
- homepage: https://mustache.github.io · fetched 2026-08-29 · f766c2eb4b3f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| janl/mustache.js | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="janl/mustache.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem