Liquid

Liquid markup language. Safe, customer facing template language for flexible web apps. (by Shopify)

Liquid Alternatives

Similar projects and alternatives to Liquid

  1. Next.js

    2,483 Liquid VS Next.js

    The React Framework

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. React

    2,054 Liquid VS React

    Discontinued The library for web and native user interfaces. [Moved to: https://github.com/react/react] (by facebook)

  4. astro

    653 Liquid VS astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

  5. Hugo

    621 Liquid VS Hugo

    The world’s fastest framework for building websites.

  6. Gatsby

    374 Liquid VS Gatsby

    React-based framework with performance, scalability, and security built in.

  7. Jekyll

    288 Liquid VS Jekyll

    :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby

  8. eleventy 🕚⚡️

    A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

  9. Sass

    228 Liquid VS Sass

    Sass makes CSS fun!

  10. handlebars.js

    83 Liquid VS handlebars.js

    Minimal templating on steroids.

  11. marked

    74 Liquid VS marked

    A markdown parser and compiler. Built for speed.

  12. mustache.js

    56 Liquid VS mustache.js

    Minimal templating with {{mustaches}} in JavaScript

  13. nunjucks

    49 Liquid VS nunjucks

    A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)

  14. Slim

    32 Liquid VS Slim

    Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic. (by slim-template)

  15. Haml

    30 Liquid VS Haml

    HTML Abstraction Markup Language - A Markup Haiku

  16. Pelican

    34 Liquid VS Pelican

    Static site generator that supports Markdown and reST syntax. Powered by Python.

  17. craftsman

    A .NET scaffolding tool to help you stop worrying about boilerplate and focus on your business logic 🚀

  18. Rack

    27 Liquid VS Rack

    A modular Ruby web server interface.

  19. Mustache

    3 Liquid VS Mustache

    Logic-less Ruby templates.

  20. Redcarpet

    The safe Markdown parser, reloaded.

  21. Hamlit

    1 Liquid VS Hamlit

    High Performance Haml Implementation

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Liquid alternative or higher similarity.

Liquid discussion

Log in or Post with
  1. User avatar
    6279dd78
    · almost 2 years ago
    · Reply

    Review ★★★★★ 9/10

Liquid reviews and mentions

Posts with mentions or reviews of Liquid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-06-09.
  • It Worked on My Machine (Literally)
    6 projects | dev.to | 9 Jun 2026
    TRMNL plugins can fetch their data a few different ways. The one that fit was polling: TRMNL pings a URL on a schedule, gets back some JSON, and renders it with a Liquid template. So I needed a small server that returns my reading data as JSON, plus the templates to lay it out on the screen.
  • Introduction to LiquidPages
    3 projects | dev.to | 29 May 2026
    LiquidPages is a middleware-based library that uses Fluid under the hood to parse and render Liquid templates. Liquid is a flexible and safe templating language originally created by Shopify, and it's a great fit for content-driven sites where templates may be edited by non-developers.
  • The just-say-no engineer was a ZIRP phenomenon
    1 project | news.ycombinator.com | 26 May 2026
    The CEO of Shopify is filing PRs against their public repos: https://github.com/Shopify/liquid/pull/2056

    (To be fair, he did build liquid and much of Shopify himself at the start of the company so he's not exactly inexperienced, but still.)

  • Migrating My Portfolio to Jekyll: Why and How
    3 projects | dev.to | 16 Apr 2026
    Liquid Template Language
  • "The human might be asleep." One line in Karpathy's program.md started 100 automatic experiments per night.
    4 projects | dev.to | 24 Mar 2026
    The surprising part is where it spread. Shopify CEO Tobi Lutke applied the pattern to Liquid, a template engine running in production for 20 years. He reported a 53% reduction in parse+render time in PR #2056. LangChain CEO hwchase17 used it to optimize agent quality scores. Ole Lehmann reported raising a Claude Code skill eval score from 56% to 92%. This is not an ML research tool anymore. It is a pattern for any task with a measurable metric.
  • I tried Karpathy's Autoresearch on an old research project
    4 projects | news.ycombinator.com | 23 Mar 2026
    Tobi from Shopify used a variant of autoresearch to optimize the Liquid template engine, and found a 53% speedup after ~120 experiments: https://github.com/Shopify/liquid/pull/2056

    I wrote up some more notes on that here: https://simonwillison.net/2026/Mar/13/liquid/

  • Shopify CEO Tobias Lütke Against Liquid, Shopify's OSS Ruby Template Engine
    1 project | news.ycombinator.com | 16 Mar 2026
    Seems the headline isn't accurate as it implied he is against liquid. May be better to use - Shopify/liquid: Performance: 53% faster parse+render, 61% fewer allocations.

    -The autoresearch pattern; Is this like a brute force AI trial and error to performance improvement for agent?

    - 53% faster combined parse+render time, , 61% fewer object allocations[1]

    Surprisingly he got the fewer object allocation right, but it isn't 53% faster as it would implied 1.53x the speed. In reality it is 53% reduction ( or half ) in rendering time which is close to 2x faster.

    At the scale of Shopify, I wonder how much saving would make with a 2x faster rendering software. I am thinking if it would hit a million dollar per year.

    >With GC consuming 74% of total CPU time

    I guess there is still plenty of room for improvement.

    [1] https://github.com/Shopify/liquid/pull/2056

  • Performance: 53% faster parse+render, 61% fewer allocations
    1 project | news.ycombinator.com | 15 Mar 2026
  • Shopify CEO opens PR for 53% faster parse+render on template engine
    1 project | news.ycombinator.com | 12 Mar 2026
  • Liquid-rust: Liquid templating for Rust
    5 projects | news.ycombinator.com | 9 Dec 2025
    This is a Rust port of the Ruby implementation which was popularized by Jekyll, so it just does whatever was done in the Ruby implementation.

    For an overview of liquid itself, see https://shopify.github.io/liquid/

  • A note from our sponsor - SaaSHub
    www.saashub.com | 13 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic Liquid repo stats
55
11,809
9.0
1 day ago

Shopify/liquid is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of Liquid is Ruby.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Ruby is
the 13th most popular programming language
based on number of references?