Skip to main content

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.

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 through @86d-app/payments and @86d-app/subscriptions. Source: modules/memberships · npm: @86d-app/memberships

Installation

86d module add memberships

Store endpoints

MethodPathDescription
GET/memberships/plansAvailable plans
POST/memberships/subscribeSubscribe to a plan
GET/memberships/meActive membership and benefits

Admin endpoints

MethodPathDescription
POST/admin/memberships/plansCreate a plan
GET/admin/memberships/membersList members
POST/admin/memberships/:id/cancelCancel a membership

Components

  • <MembershipPlans />, <MembershipBadge />.