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 store-locator module manages a directory of physical store locations. Each location has an address, hours, contact info, and optional services (BOPIS, in-store returns). The storefront component renders an interactive map and a proximity-sorted list when GOOGLE_MAPS_API_KEY is configured; without it, a list-only fallback is used. Source: modules/store-locator · npm: @86d-app/store-locator

Installation

86d module add store-locator

Store endpoints

MethodPathDescription
GET/locationsList all locations
GET/locations/near?postalCode=Sorted by distance

Admin endpoints

MethodPathDescription
POST/admin/locationsCreate
PUT/admin/locations/:idUpdate
DELETE/admin/locations/:idDelete

Components

  • <StoreLocator />: full map and list view.
  • <NearestStore />: compact widget for the homepage.