86d is an open-source dynamic commerce platform built from isolated, interchangeable modules. Every feature ships as its own npm package, from products and cart to loyalty and multi-channel selling. You compose the exact stack you need, customize every component, and deploy on infrastructure you control.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.
Quickstart
Get a store running locally in minutes with the CLI or Docker Compose.
Deploy
Ship to Railway, Vercel + Neon, or self-host with Docker.
Module catalog
Browse the full module catalog and pick what your store needs.
CLI reference
Scaffold modules, switch templates, and run codegen with the
86d CLI.How 86d works
A store is a Bun + Next.js monorepo of composable modules. Each module is an isolated npm package that contributes API endpoints, admin UI, and storefront components. You enable the modules your store needs in your active template’sconfig.json, run codegen, and the components are wired into your MDX templates and admin sidebar automatically.
Install and initialize
Install the
86d CLI, then run 86d init to set up your environment, run database migrations, and seed demo data.Choose your modules
Edit your active template’s
config.json. Every @86d-app/* module on npm is available, and so is any third-party module that follows the same contract.Run codegen
86d generate regenerates module imports and the API router. Module components become available immediately in MDX templates.Why 86d
A module for every feature
Products, cart, checkout, subscriptions, loyalty, multi-currency, and more. Each one is an independent package.
MDX storefront templates
Control layout and content with MDX. Module components drop into templates with no imports.
Multi-channel selling
Sync your catalog to Amazon, eBay, TikTok Shop, Google Shopping, Instagram, and more.
Payment integrations
Accept payments via Stripe, PayPal, Square, or Braintree. HMAC webhook verification is built in.
Full data ownership
Self-host on your own PostgreSQL database. No vendor lock-in, no usage-based pricing surprises.
Open source
Apache 2.0 licensed. Fork it, extend it, or contribute back.

