# webmachine/webmachine

A REST-based system for building web applications.

Repository: https://github.com/webmachine/webmachine
Canonical: https://ross.abutalabs.com/products/webmachine
Homepage: https://github.com/webmachine/webmachine/wiki/
Language: Erlang
License: Apache-2.0
License Family: permissive
Last push: 2026-07-24T04:12:23+00:00

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

## Adoption (not part of the score)
Stars 1512, forks 277 (observed 2026-08-28T04:04:56.124721+00:00)

## What it is
Webmachine is an Erlang application layer that adds HTTP semantic awareness on top of mochiweb, providing a clean way to build RESTful web applications. It models HTTP as a state machine of decisions so resources can declare behavior declaratively.

## Use cases
- build a REST API in Erlang
- serve HTTP resources with correct semantics like caching and content negotiation
- build a web backend on top of mochiweb
- implement HTTP-compliant services with proper status codes
- build an API server for Riak-style applications

## When to choose
- you are developing in Erlang and want principled REST/HTTP semantics
- you want declarative control over HTTP decision points like methods, caching, and negotiation
- you are already using mochiweb and want a higher-level resource model

## When to avoid
- you need a modern ecosystem with large community and frequent updates
- you are building in another language or want a mainstream framework
- you need rich middleware, WebSockets, or modern async features out of the box

## Facets
- artifact type: framework
- maturity: maintenance
- function: web-framework, http-server, routing, middleware
- domain: web-development, backend, apis
- platform: elixir, windows
- tags: rest, http-semantics, mochiweb, rebar3, erlang, linux, macos

## Member repositories
- webmachine/webmachine (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:56.124721+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-30T04:32:21.641036+00:00, confidence not recorded.
  - readme: https://github.com/webmachine/webmachine (fetched 2026-08-28T04:04:56.124721+00:00, sha 3730fcf2acdc)
  - homepage: https://github.com/webmachine/webmachine/wiki/ (fetched 2026-08-29T11:36:12.853662+00:00, sha ab846a7148f4)
- Data as of 2026-08-30T08:39:29.467469+00:00.
