# sebastienros/fluid

Fluid is an open-source .NET template engine based on the Liquid template language.

Repository: https://github.com/sebastienros/fluid
Canonical: https://ross.abutalabs.com/products/sebastienros-fluid
Language: C#
License: MIT
License Family: permissive
Topics: liquid, parser, dotnet, template, shopify, view-engine
Last push: 2026-08-23T18:45:44+00:00

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

## Adoption (not part of the score)
Stars 1772, forks 190 (observed 2026-08-28T04:05:34.191451+00:00)

## What it is
Fluid is an open-source .NET template engine implementing the Shopify Liquid template language. It offers a fast, secure parser with allow-listed member access, async filters, custom tags, and an AST for caching and analysis.

## Use cases
- render liquid templates in a .NET application
- let users safely write custom email or page templates
- build an ASP.NET MVC view engine using liquid
- parse and cache liquid templates as an AST
- expose user-editable templates without risking application security

## When to choose
- you need Shopify-compatible Liquid rendering on .NET
- security matters and templates must not access arbitrary members
- you need high-performance, low-allocation template rendering or async filters

## When to avoid
- you prefer Razor or another .NET-native templating syntax
- you need a template engine outside the .NET ecosystem

## Facets
- artifact type: library
- maturity: active
- function: templating, parser
- domain: web-development, developer-tools
- platform: dotnet, cross-platform
- tags: liquid, template-engine, shopify-liquid, view-engine, secure-templating

## Member repositories
- sebastienros/fluid (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:34.191451+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:25:58.147467+00:00, confidence not recorded.
  - readme: https://github.com/sebastienros/fluid (fetched 2026-08-28T04:05:34.191451+00:00, sha a328f3f1eda8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
