The memberships module sells access plans rather than physical products. Members pay a recurring fee and unlock gated catalog items, member-only pricing, and exclusive content. The recurring billing piece runs throughDocumentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
@86d-app/payments and @86d-app/subscriptions.
Source: modules/memberships · npm: @86d-app/memberships
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /memberships/plans | Available plans |
POST | /memberships/subscribe | Subscribe to a plan |
GET | /memberships/me | Active membership and benefits |
Admin endpoints
| Method | Path | Description |
|---|---|---|
POST | /admin/memberships/plans | Create a plan |
GET | /admin/memberships/members | List members |
POST | /admin/memberships/:id/cancel | Cancel a membership |
Components
<MembershipPlans />,<MembershipBadge />.

