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 gift-registry module lets customers build registries (wedding, baby, birthday). Each registry has a public share link; gift-givers see what items the registry owner wants and what has already been purchased, with quantity tracking that prevents duplicates. Source: modules/gift-registry · npm: @86d-app/gift-registry

Installation

86d module add gift-registry

Store endpoints

MethodPathDescription
GET/registries/meList the customer’s registries
POST/registries/meCreate a registry
POST/registries/me/:id/itemsAdd an item
GET/registries/share/:tokenPublic registry view

Components

  • <RegistryDashboard />, <RegistryView token={token} />, <AddToRegistryButton productId={id} />.