# bodil/typed-html

Type checked JSX for Rust

Repository: https://github.com/bodil/typed-html
Canonical: https://ross.abutalabs.com/products/typed-html
Language: Rust
License: MPL-2.0
License Family: copyleft
Archived: true
Last push: 2023-03-13T02:04:35+00:00

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

## Adoption (not part of the score)
Stars 1851, forks 59 (observed 2026-08-28T04:05:44.368002+00:00)

## What it is
A Rust crate providing an html! macro for building fully type-checked HTML documents using JSX-compatible syntax. It validates HTML5 tags, attributes, and element structure at compile time via Rust's type system.

## Use cases
- generate type-safe html in rust
- write jsx-like templates in rust
- build static html pages with compile-time validation
- render server-side html from rust web apps
- create html for wasm frontends

## When to choose
- you want compile-time guarantees that your html5 markup is valid
- you prefer jsx-style templating embedded in rust code
- you're generating static html strings from rust

## When to avoid
- you need an actively maintained library
- you need client-side dom rendering or a full ui framework
- you need validation of deep element ordering or experimental html tags

## Facets
- artifact type: library
- maturity: abandoned
- function: templating, ui-components, type-system
- domain: web-development, frontend
- platform: rust, wasm
- tags: jsx, html, macro, type-checked, unmaintained

## Member repositories
- bodil/typed-html (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:44.368002+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:16:55.092151+00:00, confidence not recorded.
  - readme: https://github.com/bodil/typed-html (fetched 2026-08-28T04:05:44.368002+00:00, sha 910384499225)
  - registry_crates: https://crates.io/api/v1/crates/typed-html (fetched 2026-08-29T10:56:02.597054+00:00, sha 249b51ca186d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
