AccessMesh
AccessMesh is a programmable USDC paywall for premium knowledge. Creators publish gated resources — articles, reports, datasets, prompt libraries — in a Next.js marketplace backed by Prisma models in prisma/schema.prisma, and buyers pay per resource instead of per subscription. The service layer is substantial: services/paymentOrchestrator.ts and services/purchaseService.ts run the purchase flow, services/x402AccessService.ts and services/accessFlowService.ts govern access, services/paymentSplit.ts divides revenue, and services/cctpBridgeService.ts with services/cctpIrisService.ts handle CCTP bridging alongside Circle wallet plumbing in lib/modular-wallet.ts and lib/circle.ts. External developers monetize their own endpoints too: examples/accessmesh-middleware ships a drop-in Express middleware that returns 402 payment-required responses and authorizes wallets against the AccessMesh API.
1 (Solo) — Estar Kunmi