AL Store Platform
A self-hosted storefront pattern for digital downloads, Discord roles and license keys, with Stripe Checkout, a server-side price guard, signed-webhook entitlements, gated downloads and a free lead-magnet path. This site uses the same Pages Functions, D1 and R2 architecture; source tests cover checkout and delivery controls, while the first real settled-order proof remains pending.
- Stripe checkout, prices enforced server-side so buyers cannot set their own amount
- A signed live-payment webhook issues one durable entitlement
- The delivery page reads that entitlement and never trusts its redirect parameter as payment proof
- Gated download streaming, private artifact URLs never reach the browser
- Free lead-magnet flow with optional email capture and rate limiting
- Built on Cloudflare Pages Functions plus D1, scales to zero when idle
Why this one
A storefront that delivers itself
Automated delivery path
The signed webhook and delivery page are designed to issue one entitlement and gate the matching artifact after confirmed payment. Operators should monitor the first live orders and keep a support fallback.
License-native
Every sale mints a key in the AL License System and binds downloads to a verified paid session. Selling protected software is the default, not an add-on.
Free funnel built in
Give away a lead magnet with optional email capture to seed your paid catalog. The free path is a first-class flow, not a hack.