pmjones/adr resource
Action-Domain-Responder: a web-specific alternative to Model-View-Controller. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4502
- days_rel: n/a
- days_push: 1647
- n_releases_24m: 0
Adoption not part of the score
1137 stars · 64 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Action-Domain-Responder (ADR) is a documentation project describing a web-specific architectural pattern that refines Model-View-Controller for HTTP interactions, splitting them into Action, Domain, and Responder roles. It provides explanatory essays, comparisons to Model 2 MVC, tradeoff analyses, and refactoring guidance rather than runnable code.
Use cases
- understand the ADR pattern as an alternative to MVC
- learn how to structure HTTP request handling into action, domain, and responder
- refactor a Model 2 MVC codebase to ADR
- compare tradeoffs between MVC and ADR before choosing an architecture
- find implementations and discussions of the ADR pattern
- teach web architecture patterns to a team
When to choose
- you are designing a server-side web application and want a clearer separation of HTTP presentation logic from domain logic than MVC offers
- you need written guidance and rationale for restructuring an MVC framework's controllers
- you want a well-documented, citation-backed pattern reference
When to avoid
- you need a runnable library or framework code, not pattern documentation
- you are building single-page apps or client-heavy frontends where server-side MVC/ADR patterns matter less
- your team is already committed to an MVC framework and has no need to change architecture
Facets
learning-resource · maturity maintenance
documentation web-framework web-development backend tutorials documentation cross-platform adr action-domain-responder mvc-alternative architecture-pattern design-pattern http refactoring web-server
2 sources
- readme: https://github.com/pmjones/adr · fetched 2026-08-28 · 8adeb77617d0
- homepage: http://pmjones.io/adr · fetched 2026-08-29 · d7be468b4940
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pmjones/adr | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem