Handlebars-Net/Handlebars.Net
A real .NET Handlebars engine observed · 2026-08-28
Health v2 · maintenance only
97/100
- Activity 96
- Release rhythm 96
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0
- age_days: 4505
- days_rel: 24
- days_push: 24
- n_releases_24m: 6
Adoption not part of the score
1460 stars · 242 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Handlebars.Net is a .NET implementation of the Handlebars.js templating engine, written in C#. It compiles Handlebars/Mustache templates directly to IL bytecode rather than running a JavaScript engine, mimicking the JS library's API.
Use cases
- render handlebars templates in a .NET application
- use mustache-style logicless templating in C#
- generate HTML emails from templates in dotnet
- compile handlebars templates to IL for fast rendering
- share handlebars templates between node and .NET services
When to choose
- you need Handlebars.js-compatible templating in .NET without a JavaScript runtime
- you want high-performance template compilation to IL bytecode
- you prefer logicless Mustache/Handlebars syntax to keep views and code separated
When to avoid
- you need a full JavaScript-based Handlebars runtime with exact JS ecosystem behavior
- your project is not on the .NET platform
- you need a templating language with embedded logic rather than logicless templates
Facets
library · maturity stable
templating parser compiler web-development developer-tools parsers dotnet cross-platform handlebars mustache template-engine c-sharp il-compilation
1 source
- readme: https://github.com/Handlebars-Net/Handlebars.Net · fetched 2026-08-28 · bba37f84afb9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Handlebars-Net/Handlebars.Net | main | 97 |
For agents
markdown · JSON · MCP: product_card(name="Handlebars-Net/Handlebars.Net")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem