Skip to content

Commit 6df2bfd

Browse files
BenzillaBen Stokes
andauthored
docs: improve README with live demo, screeshot, comparison (#1)
Co-authored-by: Ben Stokes <benstokes@MacBook-Air.local>
1 parent 05b3875 commit 6df2bfd

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@
77

88
> **The Open-source Stripe Connect Alternative. Pay your marketplace sellers globally with USDC. Near-zero fees. Instant payouts. No vendor lock-in. Self-host your entire payout stack.**
99
10-
Zoneless is a self-hosted payment infrastructure for marketplaces and platforms. It provides a Stripe-compatible API for account onboarding, transfers, and payouts — except sellers get paid in USDC to their Solana wallet.
10+
Zoneless is a free, open-source drop-in replacement for the payout part of Stripe Connect. It lets you pay marketplace sellers globally with stablecoins (USDC) using an identical API to Stripe — at near-zero fees.
11+
12+
<p align="center">
13+
<img src="https://zoneless.com/assets/images/screenshots/dashboard1.png" alt="Zoneless Express Dashboard" width="700" />
14+
</p>
15+
16+
**[See the Live Demo →](https://zoneless.com/#live-demo)**
1117

1218
```typescript
1319
// import Stripe from 'stripe';
@@ -30,6 +36,20 @@ await client.payouts.create({
3036
});
3137
```
3238

39+
## Zoneless vs Stripe Connect
40+
41+
| | Zoneless | Stripe Connect |
42+
| --------------------- | ------------------------ | ----------------- |
43+
| Monthly account fee | Free | $2/active account |
44+
| Payout fee (domestic) | ~$0.002 (SOL gas) | 0.25% + $0.25 |
45+
| Payout fee (intl) | ~$0.002 (SOL gas) | $1.50 per payout |
46+
| Cross-border fee | None | +0.25–1.25% |
47+
| Currency conversion | None (USDC) | +0.50–1% FX fee |
48+
| Payout speed | Seconds | 2–7 business days |
49+
| Global coverage | 220+ countries & regions | ~47 countries |
50+
| Source code | Open source (Apache 2.0) | Proprietary |
51+
| Self-hostable | Yes | No |
52+
3353
## Quick Start
3454

3555
```bash

0 commit comments

Comments
 (0)