# CloudyKit/jet

Jet  template engine

Repository: https://github.com/CloudyKit/jet
Canonical: https://ross.abutalabs.com/products/cloudykit-jet
Language: Go
License: Apache-2.0
License Family: permissive
Topics: template-engine, jet-template-engine, jet, golang
Last push: 2026-08-21T07:01:19+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 43, longevity 100
- inputs: {"age_days": 3807, "days_push": 12, "days_rel": 170, "gap_med": 192.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1402, forks 115 (observed 2026-08-28T04:04:37.708775+00:00)

## What it is
Jet is a fast, secure template engine for Go with a simple C-like syntax. It supports template inheritance, composition, auto-escaping, and produces descriptive error messages with low memory overhead.

## Use cases
- render html templates in a go web server
- template engine with inheritance and blocks for go
- fast templating for go applications
- auto-escaped templates to prevent xss
- include and import shared templates in go

## When to choose
- you need a fast, secure Go template engine with inheritance
- you want better error messages than html/template
- you need template composition like extends, blocks, includes

## When to avoid
- you only need the standard library html/template
- you need logic-less templates like Mustache or Handlebars
- your stack is not Go

## Facets
- artifact type: library
- maturity: stable
- function: templating, web-framework
- domain: web-development, backend
- platform: go, cross-platform
- tags: template-engine, html-templates, auto-escaping, template-inheritance, fast-templating

## Member repositories
- CloudyKit/jet (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:37.708775+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:57.169270+00:00, confidence not recorded.
  - readme: https://github.com/CloudyKit/jet (fetched 2026-08-28T04:04:37.708775+00:00, sha a225a9516c6c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
