lexbor/lexbor
Lexbor is development of an open source HTML Renderer library. https://lexbor.com observed · 2026-08-28
Health v2 · maintenance only
82/100
- Activity 97
- Release rhythm 53
- 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: 105.5
- age_days: 3115
- days_rel: 155
- days_push: 18
- n_releases_24m: 5
Adoption not part of the score
2055 stars · 146 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Lexbor is a fast, standards-compliant HTML parser and DOM library written in pure C99, with additional modules for CSS, URL, encoding, and Unicode handling. It serves as the foundation for an in-development browser engine and is used in production by PHP, SerpApi, and popular scraping libraries.
Use cases
- parse html in c
- fast html scraping backend
- manipulate dom tree programmatically
- parse css selectors
- handle url parsing and encoding
- embed html parser in another language runtime
When to choose
- you need one of the fastest HTML parsers with zero dependencies
- you require strict WHATWG HTML5/DOM spec conformance
- you want a lightweight C library to embed or bind to other languages
When to avoid
- you need full browser rendering, layout, or fonts (still in progress)
- you prefer a high-level garbage-collected language API without bindings
- you need JavaScript execution
Facets
library · maturity active
parser web-scraping serialization parsers web-development developer-tools c cpp cross-platform cli html-parser css-parser dom whatwg browser-engine zero-dependencies c99 url-parsing encoding
1 source
- readme: https://github.com/lexbor/lexbor · fetched 2026-08-28 · fc4b8fd23163
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| lexbor/lexbor | main | 82 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem