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

PebbleTemplates/pebble

Java Template Engine observed · 2026-08-28

github.com/PebbleTemplates/pebble · homepage · Java · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

90/100

  • Activity 99
  • Release rhythm 74
  • 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: 55
  • age_days: 4998
  • days_rel: 96
  • days_push: 7
  • n_releases_24m: 6

Full methodology

Adoption not part of the score

1194 stars · 176 forks observed · 2026-08-28

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

Pebble is a Java templating engine inspired by Twig (and similar to Jinja), featuring template inheritance, a rich set of built-in tags and filters, and an extensible language. It ships with built-in autoescaping for security, integrated internationalization support, and Spring Boot starter integrations.

Use cases

  • render html templates in a java web application
  • use twig or jinja style templating on the jvm
  • share a common layout across pages with template inheritance
  • integrate a template engine with spring boot or spring mvc
  • autoescape output to prevent xss in generated html
  • generate emails or reports from templates in java

When to choose

  • you are building a Java or Spring Boot application and need server-side HTML templating
  • you want Twig/Jinja-like syntax with template inheritance on the JVM
  • you need built-in autoescaping and i18n out of the box
  • you want an extensible engine where custom tags, filters, and functions are easy to add

When to avoid

  • you need client-side or JavaScript templating
  • your project is not on the JVM
  • you need a logic-less template engine like Mustache
  • you require extremely high-performance streaming rendering beyond typical template engine capabilities

Facets

library · maturity active

templating web-framework internationalization security web-development backend developer-tools jvm template-engine twig-inspired jinja-like spring-boot-starter autoescaping template-inheritance spring maven

4 sources

Member repositories

RepositoryRoleHealth v2
PebbleTemplates/pebblemain90

For agents

markdown · JSON · MCP: product_card(name="PebbleTemplates/pebble")

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