Ross ROSS = Recommend OSS · open-source software intelligence for agents

spullara/mustache.java

Implementation of mustache.js for Java observed · 2026-08-28

github.com/spullara/mustache.java · homepage · HTML · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

76/100

  • Activity 98
  • Release rhythm 35
  • Longevity 100

Flags: no_releases 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: n/a
  • age_days: 5966
  • days_rel: n/a
  • days_push: 17
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1953 stars · 281 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Mustache.java is a Java implementation of the mustache.js logic-less templating system with no external dependencies. It supports template inheritance, lambdas, concurrent evaluation via ExecutorService, and passes the official mustache specification tests.

Use cases

  • render mustache templates in a Java web application
  • logic-less HTML templating for server-side rendering
  • share the same mustache templates between JavaScript frontend and Java backend
  • render emails from templates in Java
  • concurrently evaluate template sections for performance
  • prototype templates with mock JSON data using the handlebar server

When to choose

  • you need a fast, dependency-free mustache engine on the JVM
  • you want logic-less templates shared with mustache.js clients
  • you need template inheritance or concurrent evaluation beyond the mustache spec
  • you want a battle-tested library used at large scale (e.g. Twitter)

When to avoid

  • you need to render templates supplied by untrusted users without using SafeMustacheFactory whitelisting
  • you need a full logic-capable template engine like FreeMarker or Thymeleaf
  • you are not on the JVM or Java 8+

Facets

library · maturity stable

templating web-development developer-tools jvm mustache logic-less-templates template-engine java-8 concurrent-evaluation

2 sources

Member repositories

RepositoryRoleHealth v2
spullara/mustache.javamain76

For agents

markdown · JSON · MCP: product_card(name="spullara/mustache.java")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem