A self-hosted digital product store, delivery, and license-key manager — a Gumroad alternative you own.
Platform storefronts take a cut of every sale, plus payment fees, for as long as you keep selling through them — for what amounts to hosting a product page and a download link. Sell steadily and that cut compounds into real money every year, year after year.
Build landing pages with screenshot galleries and tiered pricing, then hand checkout off to Lemon Squeezy or a Stripe payment link so card data never touches your box.
Orders are fulfilled from the provider's webhook keyed on its order reference, so a duplicated webhook can never double-issue a license.
Files live outside the web-served tree, reachable only via single-purpose tokens with configurable expiry and max uses, claimed atomically.
Keys support per-domain activation limits, revoke/reissue, and a JSON check/activate API your own apps can call.
Buyers get a magic-link portal showing every order, key, and re-download link — no buyer passwords to support.
A built-in simulated checkout exercises the entire loop — storefront, checkout, webhook, license, download, and email — with no provider account.
Checkout isn't open yet. Leave your email and we'll send one note the moment Deliora — Self-Hosted Digital Product Store, Delivery & License Keys can be purchased — nothing else.
2-minute web installer; PHP 8+ with MySQL or SQLite, shared-hosting friendly.
Directly from your buyer to your Lemon Squeezy or Stripe account. Deliora never holds funds and never sees card numbers — it fulfills orders from the provider's webhook.
Deliverables sit in a directory denied by the web server. The only path to them is a random token that expires, has a use cap, and is claimed with an atomic database update.
Yes. PHP 8+ with pdo and fileinfo, MySQL or SQLite, Apache mod_rewrite. The installer takes about two minutes.
Yes — the license API's check and activate endpoints return validity, tier, and activations left. Activation is idempotent per domain, so reinstalling on the same site never burns a slot.
If you use a merchant-of-record provider like Lemon Squeezy, they handle it as the seller of record. With Stripe payment links, tax settings live in Stripe; Deliora records what was sold and to whom.
The live demo is being prepared — check back shortly.
Demo — coming soon