Postel
API reference

API reference

Every export, every type, every error class. Generated from the package source.

The reference pages below are generated from the package source via TypeDoc — the source is the ground truth, so the reference can't drift.

Available packages

PackageWhat it does
@postel/edgeReceiver-side build for edge runtimes. verify, createKeyset, jwksHandler, dedup, signFixture, structured errors. ≤ 50 KB.

Coming next

PackageWhat it will do
@postel/honoHono middleware that wires raw bytes into verify and exposes the parsed event on the Hono context. Ships alongside v0.1.0.
@postel/standalone-pgThe Postgres dedup adapter as a standalone (no workspace-wide install required). Ships alongside v0.1.0.
@postel/standalone-sqliteThe SQLite dedup adapter. Ships alongside v0.1.0.
@postel/coreSender — send(), the transactional outbox, retry, fanout. v0.2.0.
@postel/express, @postel/fastify, @postel/nextjs, @postel/bunFramework adapters. v0.1.x as each lands.

The shape of these packages is fixed by the capability specs and the compliance suite. What changes is when they ship code — the API is designed up-front, not as we go.

On this page