Early Access

The buy button
your app is missing. No backend required.

Create an item in the dashboard, charge its URL from your app, query what your users own. Built for creators who'd rather ship than plumb.

No spam. Just a ping when we launch.

✓ You're on the list. We'll be in touch.

How it works

From zero to charging
in an afternoon.

01

Create an item

In the Chargespree dashboard, create an item — set a price, configure discount rules, get a URL. Connect your Stripe account once. Drop the script tag into your app.

index.html
<!-- one script tag, anywhere on the page --> <script src="https://cdn.chargespree.com/v1.js" data-app="app_your_id" ></script> <!-- your item URL from the dashboard --> <!-- chargespree.com/i/abc123 -->
02

Charge the URL

Pass the item URL and a quantity. Chargespree resolves the price, applies any discount rules server-side, and opens a checkout modal. You get back a signed receipt.

app.js
const receipt = await Chargespree.charge( 'chargespree.com/i/abc123', { quantity: 2 } ); // price + discounts resolved server-side // receipt.sig — cryptographic proof
03

Query what they own

Ask Chargespree what a logged-in user has purchased. Scoped to an item URL, authenticated by their identity. Cumulative quantity across all their purchases — no database needed.

app.js
const owned = await Chargespree.purchases( 'chargespree.com/i/abc123' ); // { quantity: 3, total_paid: 41.97, // last_purchase: '2026-03-01' } if (owned.quantity > 0) unlockContent();

Returning buyers
arrive ready.

The first time someone buys through Chargespree — anywhere on the network — their card is on file. Every purchase after that is email → code → done. No form. No "create an account."

Discount rules compound across purchases too. Buy 3, get 20% off — that tracks cumulatively across sessions, automatically.

checkout
novaluna.games
Void Drift — Full Game $14.99

Welcome back — card ending in 4242 on file

● ● ● ● ● ●
5%

Per transaction. Nothing else.

No monthly fee. No setup fee. No minimum volume. Revenue goes straight to your Stripe account — we just take our slice.

Chargespree 5%
Gumroad 10%
Steam 30%
App Store 30%
Lemon Squeezy 5% + 50¢

Ship the thing. The billing is handled.

Join the waitlist and be first to integrate when we open early access.

No spam. Just a ping when we launch.