The digital-downloads module turns any file into a sellable digital good. After purchase, the customer receives a download link with a time-limited signed URL; the module enforces per-order download caps to prevent unlimited sharing. Files are served from your configured storage adapter (Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
local, vercel, or s3).
Source: modules/digital-downloads · npm: @86d-app/digital-downloads
Installation
Configuration
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /downloads/me | List the customer’s purchased downloads |
GET | /downloads/me/:id | Get a fresh signed URL |

