dbreunig/whenwords
A relative time formatting library, with no code. observed · 2026-08-28
Health v2 · maintenance only
44/100
- Activity 63
- Release rhythm 35
- Longevity 16
Flags: no_releases
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: 237
- days_rel: n/a
- days_push: 225
- n_releases_24m: 0
Adoption not part of the score
1312 stars · 81 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
whenwords is a relative time formatting library that ships only a specification (SPEC.md), language-agnostic test cases (tests.yaml), and install instructions—no implementation code. Developers generate the actual library in their language of choice (Ruby, Python, Rust, Elixir, Swift, PHP, Bash, etc.) by pasting a prompt into an AI coding assistant and iterating until all spec tests pass.
Use cases
- format timestamps as '3 hours ago' style relative strings
- parse human duration strings like '2h 30m' into seconds
- format seconds as readable durations like '2 hours, 30 minutes'
- show contextual dates like 'Today', 'Yesterday', or 'Last Tuesday'
- collapse date ranges into smart strings like 'March 5–7, 2024'
- generate a time formatting library in any language via AI coding tools
When to choose
- you need consistent relative-time formatting across multiple languages from one spec
- you want a small, AI-generated utility library you can regenerate and verify against shared tests
- you prefer spec-and-tests artifacts over vendored dependencies
When to avoid
- you need a battle-tested, maintained implementation with a real maintainer fixing bugs
- you cannot or do not want to use AI coding assistants to generate code
- you need extensive locale/internationalization support beyond the spec
Facets
library · maturity active
date-time developer-tools programming-languages cross-platform python rust ruby php elixir spec-only no-code ai-generated-code language-agnostic relative-time human-readable-dates test-driven-spec localization swift
1 source
- readme: https://github.com/dbreunig/whenwords · fetched 2026-08-28 · 8616b007262a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dbreunig/whenwords | main | 44 |
For agents
markdown · JSON · MCP: product_card(name="dbreunig/whenwords")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem