rtomayko/tilt
Generic interface to multiple Ruby template engines observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 82
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6425
- days_rel: n/a
- days_push: 112
- n_releases_24m: 0
Adoption not part of the score
1942 stars · 225 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity maintenance
templating web-framework web-development backend developer-tools ruby cross-platform ruby-gem template-engines abstraction-layer sinatra moved-repository
2 sources
- readme: https://github.com/rtomayko/tilt · fetched 2026-08-28 · ff91f29c2581
- homepage: http://github.com/rtomayko/tilt · fetched 2026-08-29 · 153c99982155
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| rtomayko/tilt | main | 69 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem