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.

86d is built around a modular architecture where every feature ships as a standalone package. You install only the modules your store needs, configure them in config.json, and they become available as endpoints and MDX components in your storefront. All first-party modules are published to npm under the @86d-app scope and share the same version number. For the canonical machine-readable list of every module, see the registry manifest.

Installation

Install any module with the CLI:
86d module add <module-name>
The CLI fetches the module from the registry, installs its dependencies, and enables it in the active template. You can also add the module manually to config.json and run npm install. Once registered, the module’s API endpoints and store components are available immediately.

Module catalog

Core product data, the foundation of every store.
ModulePackageDescription
products@86d-app/productsProduct catalog with variants, categories, and collections
collections@86d-app/collectionsCurated product collections for merchandising
brands@86d-app/brandsOrganize products by manufacturer or brand
media@86d-app/mediaDigital asset management with folder organization and tagging
inventory@86d-app/inventoryStock tracking, reservations, and low-stock alerts
product-labels@86d-app/product-labelsVisual badges such as “New”, “Sale”, or “Best Seller”
product-qa@86d-app/product-qaProduct-specific questions and answers
search@86d-app/searchFull-text search with fuzzy matching and faceted filtering
seo@86d-app/seoPer-page meta tags, Open Graph, Twitter Card, and JSON-LD
import-export@86d-app/import-exportBulk import and export of catalog data
redirects@86d-app/redirectsURL redirect management
sitemap@86d-app/sitemapAutomated sitemap generation
Everything from browsing to order placement.
ModulePackageDescription
cart@86d-app/cartShopping cart for guest and registered customers
checkout@86d-app/checkoutCart-to-order conversion flow
orders@86d-app/ordersOrder lifecycle management and status tracking
payments@86d-app/paymentsPayment processing orchestration
discounts@86d-app/discountsPromo codes and automatic discount rules
bulk-pricing@86d-app/bulk-pricingQuantity-based tiered pricing
quotes@86d-app/quotesB2B request-for-quote (RFQ) workflow
bundles@86d-app/bundlesDiscounted product bundles
preorders@86d-app/preordersPreorder campaigns for upcoming products
backorders@86d-app/backordersBackorder management for out-of-stock items
flash-sales@86d-app/flash-salesTime-limited promotional events with countdowns
auctions@86d-app/auctionsTime-limited product auctions with bidding
price-lists@86d-app/price-listsCustomer-segment or channel-specific pricing
Customer accounts, preferences, and engagement tools.
ModulePackageDescription
customers@86d-app/customersCustomer profiles and account management
customer-groups@86d-app/customer-groupsSegment customers for targeted pricing and promotions
saved-addresses@86d-app/saved-addressesCustomer address book
wishlist@86d-app/wishlistSave and track favorite products
gift-registry@86d-app/gift-registryCustomer-created registries for weddings, birthdays, etc.
comparisons@86d-app/comparisonsSide-by-side product comparison
recently-viewed@86d-app/recently-viewedRediscover previously viewed products
recommendations@86d-app/recommendationsPersonalized product recommendations
Order fulfillment, shipping, and returns.
ModulePackageDescription
shipping@86d-app/shippingShipping zones, rates, and carrier definitions
fulfillment@86d-app/fulfillmentShipment lifecycle with a 5-state tracking machine
delivery-slots@86d-app/delivery-slotsScheduled delivery time windows
store-pickup@86d-app/store-pickupBuy online, pick up in store (BOPIS)
store-locator@86d-app/store-locatorPhysical store locations with proximity search
returns@86d-app/returnsCustomer return requests and approval workflow
tracking@86d-app/trackingCarrier tracking integration
Acquire and retain customers with loyalty, reviews, and promotions.
ModulePackageDescription
loyalty@86d-app/loyaltyPoints-based loyalty program with tiered rewards
affiliates@86d-app/affiliatesAffiliate partner tracking and commissions
referrals@86d-app/referralsCustomer referral program with unique codes
reviews@86d-app/reviewsProduct reviews, ratings, and helpfulness voting
social-proof@86d-app/social-proofPurchase counts, viewer counts, and trust badges
social-sharing@86d-app/social-sharingShare links across social networks
product-feeds@86d-app/product-feedsGenerate product feeds for external channels
gamification@86d-app/gamificationPoints, badges, and challenges
announcements@86d-app/announcementsSite-wide announcement bars and popup notices
newsletter@86d-app/newsletterEmail subscriber list management
notifications@86d-app/notificationsIn-app and email notification system
CMS and content publishing tools.
ModulePackageDescription
blog@86d-app/blogBlog posts with drafts, scheduling, and markdown rendering
pages@86d-app/pagesCMS-style static pages with draft/publish workflow
faq@86d-app/faqSelf-service knowledge base with search
forms@86d-app/formsCustom form builder and submissions
Revenue, billing, and financial operations.
ModulePackageDescription
invoices@86d-app/invoicesInvoice lifecycle with payment terms and credit notes
store-credits@86d-app/store-creditsCustomer credit accounts debitable at checkout
giftcards@86d-app/giftcardsDigital gift cards with balance management
memberships@86d-app/membershipsPaid membership plans with gated products
subscriptions@86d-app/subscriptionsRecurring billing and subscription lifecycle
multi-currency@86d-app/multi-currencyExchange rates and per-product price overrides
tipping@86d-app/tippingAdd tip options at checkout
tax@86d-app/taxJurisdiction-based tax calculation with nexus management
Connect your store to payment processors.
ModulePackageDescription
stripe@86d-app/stripeStripe payment processing
paypal@86d-app/paypalPayPal checkout integration
square@86d-app/squareSquare payments
braintree@86d-app/braintreeBraintree by PayPal
Sync your catalog with external marketplaces and platforms.
ModulePackageDescription
amazon@86d-app/amazonAmazon marketplace sync
ebay@86d-app/ebayeBay listing management
tiktok-shop@86d-app/tiktok-shopTikTok Shop integration
google-shopping@86d-app/google-shoppingGoogle Shopping feed
instagram-shop@86d-app/instagram-shopInstagram Shopping catalog
facebook-shop@86d-app/facebook-shopFacebook Shop integration
pinterest-shop@86d-app/pinterest-shopPinterest Shopping
walmart@86d-app/walmartWalmart Marketplace
etsy@86d-app/etsyEtsy shop sync
x-shop@86d-app/x-shopX (Twitter) Shopping
wish@86d-app/wishWish marketplace
uber-eats@86d-app/uber-eatsUber Eats restaurant integration
doordash@86d-app/doordashDoorDash delivery integration
favor@86d-app/favorFavor delivery integration
uber-direct@86d-app/uber-directUber Direct on-demand delivery
toast@86d-app/toastToast POS integration
Back-office tools for running your store.
ModulePackageDescription
audit-log@86d-app/audit-logTamper-evident log of all admin actions
automations@86d-app/automationsRule-based workflow automation
analytics@86d-app/analyticsStorefront and conversion analytics
settings@86d-app/settingsStore-wide configuration management
notifications@86d-app/notificationsIn-app and email notifications
order-notes@86d-app/order-notesThreaded notes on orders from customers and admins
warranties@86d-app/warrantiesProduct warranty plans and claims
tickets@86d-app/ticketsCustomer support ticket system
kiosk@86d-app/kioskIn-store kiosk mode
photo-booth@86d-app/photo-boothIn-store photo capture
qr-code@86d-app/qr-codeQR code generation and scanning

Next steps