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: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.
modules/gift-registry · npm: @86d-app/gift-registry
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
GET | /registries/me | List the customer’s registries |
POST | /registries/me | Create a registry |
POST | /registries/me/:id/items | Add an item |
GET | /registries/share/:token | Public registry view |
Components
<RegistryDashboard />,<RegistryView token={token} />,<AddToRegistryButton productId={id} />.

