Skip to content

Concepts

This track explains how easeo is put together and why. Read it once and the API becomes predictable: there are no hidden states, no environment reads, and no surprises in the output.

Pages

The one-sentence model

build_seo_payload is a pure function:

SEOEntity + route + SEOConfig (+ SEOOverrides) -> SEOPayload

Everything else in easeo is either a value type that feeds that function or a convenience wrapper around it.