Tessera
Tessera bolts payments onto self-hosted platforms as a sidecar. Per-second streaming payments and direct tipping in USDC on Arc attach to platform events with zero changes to the platform's source: the Owncast connector (src/connectors/owncast/proxy.ts) injects a paywall through http-proxy-middleware, and the PeerTube connector verifies HMAC-signed webhooks with replay protection. src/core/session.ts runs a one-second payment loop that batches active sessions, settles through Circle's GatewayClient, and applies a deterministic platform-fee split, while a POST /tip route sends 100% to the creator. It is TypeScript on Express, configured per platform in src/tessera.config.ts, with vitest coverage across the core.
1 (Solo) — JA VI
Platform-agnostic USDC nanopayment sidecar for self-hosted platforms. Powered by Circle x402 on Arc.