caiogondim/logdown.js
:pencil2: Debug utility with markdown support that runs on browser and server observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 4228
- days_rel: n/a
- days_push: 2371
- n_releases_24m: 0
Adoption not part of the score
1022 stars · 36 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
logdown is a small debug logging library for JavaScript that works in both the browser and Node.js, wrapping the console with Markdown formatting support. It provides a unified logger interface similar to debug.js, controlled via NODE_DEBUG or localStorage.debug.
Use cases
- add colored markdown-formatted debug logging to a node app
- debug logging in the browser with devtools-friendly output
- unified logging interface across browser and server code
- enable/disable loggers via NODE_DEBUG or localStorage
- lightweight 2KB debug alternative to debug.js
When to choose
- you want debug-style logging with markdown formatting in both browser and Node
- you need a tiny dependency-free browser logging utility
- you want debug.js-style namespace filtering with nicer output
When to avoid
- you need structured log aggregation or log shipping to external systems
- you need log levels, transports, or file output like winston or pino
- you need an actively developed library with recent releases
Facets
library · maturity maintenance
logging developer-tools developer-tools web-development frontend backend browser cross-platform debug-utility markdown-logging console-wrapper debug-js-alternative nodejs javascript
2 sources
- readme: https://github.com/caiogondim/logdown.js · fetched 2026-08-28 · 01c2a4da868e
- homepage: http://caiogondim.github.io/logdown.js/ · fetched 2026-08-29 · 8ae8f5a0c759
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| caiogondim/logdown.js | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="caiogondim/logdown.js")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem