For developers

Adopt exactly as much
as you want.

Four services, ordered by commitment. Start with a listing that costs you nothing — not even a signup — and stop at whichever rung pays for itself. Your stack, your host, and your customer relationship stay yours at every one.

you give nothing

Listed

A free search card — your app's image, name, and tagline, linking straight to your site. We may have created yours already: being findable costs nothing, so we don't wait to be asked. The notice email holds your claim link; claiming is free, takes a minute, and signs you up for nothing.

Run an affiliate program of your own? We'll point your card at your affiliate link, so every visitor we send you arrives attributed. Prefer not to be listed at all? One reply and the card comes down, no questions asked.

you give one link

Selling

Paste a buy link on your pricing page and UseThatApp becomes the merchant of record behind it: hosted checkout, subscription billing, sales tax calculated and remitted, refunds, chargebacks, and payouts through Stripe. Every sale settles for 10% + $0.50 — no monthly fee, nothing billed separately, and the affiliate program is included.

you give one call

Verified

Gate your paid features with one server-side call. There are two ways to make it, and the difference is exactly one thing: whose login your customer uses.

Bring your own auth

Auth0, Clerk, homegrown — your login stays in charge. Every purchase mints a license key; your server validates it.

POST /api/v1/licenses/validate
Authorization: Basic <client credentials>

{ "key": "key_x9K2mQ7Tf…" }

HTTP/1.1 200
{ "entitled": true, "status": "active",
  "period_end": "2027-08-21T…" }

included in 10% + $0.50

Hosted sign-in

Your login and your license check are the same call — we run sign-in, passwords, and recovery. No keys to store, free tiers covered.

GET /api/v1/entitlement/
Authorization: Bearer <user session token>

HTTP/1.1 200
{ "entitled": true, "status": "active",
  "product_public_id": "prod_h4N8…" }

+2% · first 3 months free

Same answer either way — apps re-validate on their own cadence and cache against period_end. Switch modes whenever you like; neither breaks the other. SDKs on PyPI and npm, or call the endpoints directly.

you give one URL

Compounding

Every seller account includes the affiliate program. Share your referral link and earn 25% of our fee on every payment a referred customer ever makes — renewals included, for as long as their subscription lives. Use it on your own traffic and the commission comes back to you.

Your code never moves.

Any language, any framework, any host — if it serves a web endpoint, it can sell here. We never touch your source, your servers, or your deploys. The integration surface is the buy link and, if you want it, one HTTPS call.

Start at rung one.
It's already free.