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

Shopify/liquid

Liquid markup language. Safe, customer facing template language for flexible web apps. observed · 2026-08-28

github.com/Shopify/liquid · homepage · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 96
  • Release rhythm 90
  • Longevity 100
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: 5.5
  • age_days: 6691
  • days_rel: 65
  • days_push: 26
  • n_releases_24m: 23

Full methodology

Adoption not part of the score

11871 stars · 1537 forks observed · 2026-08-28

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

Liquid is a safe, non-evaluating template language written in Ruby by Shopify, used to render dynamic content in web apps and emails. It separates parsing/compiling from rendering so templates can be stored in a database and rendered with a variables hash without executing user-written code.

Use cases

  • let users edit templates without running insecure code on my server
  • render templates stored in a database
  • generate dynamic HTML emails from templates
  • build customizable storefront themes
  • replace my current templating engine with cleaner markup

When to choose

  • you need user-editable templates that are safe to render server-side
  • you want a stateless parse-once, render-many template engine
  • you are building Shopify themes or Shopify-compatible apps

When to avoid

  • you need arbitrary logic or code execution inside templates
  • you want a JavaScript or Python-native template engine
  • you need high-performance templating with complex control flow

Facets

library · maturity stable

templating web-framework web-development developer-tools ruby cross-platform template-engine safe-templating shopify user-editable-templates

2 sources

Member repositories

RepositoryRoleHealth v2
Shopify/liquidmain95

For agents

markdown · JSON · MCP: product_card(name="Shopify/liquid")

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