Zoneless is an open-source payments platform for stablecoins (USDC) that lets you accept payments, manage subscriptions, and pay marketplace sellers globally from infrastructure you control. It is designed as a drop-in alternative to the payout side of Stripe Connect, exposing a Stripe-compatible API so teams can run it alongside their existing payment stack or migrate onto it entirely. Built by the team behind PromptBase (an AI marketplace with over 500,000 users), Zoneless runs the payout infrastructure for a production marketplace today.
Zoneless is self-hosted with Docker (docker compose up -d), where the setup screen creates your platform account and API key. The codebase is a TypeScript Nx monorepo with an Express.js API, an Angular dashboard, checkout, and onboarding flow, a CLI, and MongoDB for storage. Official Node SDK is @zoneless/node.
Zoneless is released under the Apache License 2.0, so you can run and modify it freely on your own infrastructure.