Docs
The repo is the source of truth; this site paraphrases it. These are the documents everything else links back to.
-
Integration Playbook — build a new integration
packages/integrations/INTEGRATION-PLAYBOOK.mdThe step-by-step instruction doc + "questions script": pick the attachment pattern, build the adapter, wire the rail, climb the test ladder.
-
The six permissionless attachment patterns
work/creator-platform-integrations/integration-patterns.mdHow to integrate a paywall without touching the platform — config redirect, event sidecar, reverse proxy, published plugin, external provider, payer-side adaptor.
-
Testing plan — the L1→L4 ladder + per-platform matrix
work/creator-platform-integrations/testing-plan.mdFour layers per platform; an integration is "done" only when its layer-4 money loop settles on-chain. Drives the tested badges on this site.
-
Deployment plan + per-platform recipes
packages/integrations/deploy/README.mdShared prerequisites, the up-integration env reference, and the fork-free attach recipe for every platform.
-
Status
work/creator-platform-integrations/STATUS.mdCurrent build/test status across all verticals.
-
Handoff / doc index
work/HANDOFF.mdDoc index and environment gotchas (Docker, anvil, gitleaks).
Per-platform recipes
Each platform's authoritative attach recipe lives at
packages/integrations/deploy/<platform>/README.md — linked from
its integration page here.
On this site
- How the rail works — the four actors, the six patterns, the test ladder.
- Admin deployment overview — prerequisites + the
up-integrationenv reference. - Developer guide — architecture and building a new integration.
- FAQ — custody, fees, chains, privacy, tips vs. paywalls.
Everything is open source: github.com/mnemonik-dev/universal-paywall.