# rtomayko/tilt

Generic interface to multiple Ruby template engines

Repository: https://github.com/rtomayko/tilt
Canonical: https://ross.abutalabs.com/products/rtomayko-tilt
Homepage: http://github.com/rtomayko/tilt
Language: Ruby
License: NOASSERTION
License Family: other
Last push: 2026-05-13T07:33:37+00:00

## Health v2 (maintenance only)
Score: 69/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 82, release rhythm 35, longevity 100
- inputs: {"age_days": 6425, "days_push": 112, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1942, forks 225 (observed 2026-08-28T04:05:57.505708+00:00)

## What it is
Tilt is a generic Ruby interface to multiple template engines (ERB, Haml, Sass, Slim, and many others), providing a uniform API for compiling and rendering templates. This original rtomayko repository has moved to jeremyevans/tilt and only points there.

## Use cases
- render templates with multiple Ruby template engines through one API
- build a web framework or static site generator that supports pluggable template engines
- swap between ERB, Haml, and Slim without changing calling code
- compile template files into Ruby procs for fast repeated rendering

## When to choose
- you are writing Ruby code that needs engine-agnostic template rendering
- you are building a framework like Sinatra or a static site generator that supports many template languages

## When to avoid
- you need active development or support - use the moved repository at github.com/jeremyevans/tilt instead
- you work outside the Ruby ecosystem
- you need a full web framework rather than a template abstraction layer

## Facets
- artifact type: library
- maturity: maintenance
- function: templating, web-framework
- domain: web-development, backend, developer-tools
- platform: ruby, cross-platform
- tags: ruby-gem, template-engines, abstraction-layer, sinatra, moved-repository

## Member repositories
- rtomayko/tilt (main) score 69

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:57.505708+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-30T03:08:04.895121+00:00, confidence not recorded.
  - readme: https://github.com/rtomayko/tilt (fetched 2026-08-28T04:05:57.505708+00:00, sha ff91f29c2581)
  - homepage: http://github.com/rtomayko/tilt (fetched 2026-08-29T10:47:10.386117+00:00, sha 153c99982155)
- Data as of 2026-08-30T08:39:29.467469+00:00.
