standard.store#
Shared lexicons for e-commerce on AT Protocol. Digital storefronts should own their inventory data and be able to move it across the ATmosphere.
Lexicons#
| Lexicon | Description |
|---|---|
store.standard.profile |
Store identity and settings |
store.standard.product |
Catalog entries |
store.standard.productVariant |
Purchasable units (SKU, price) |
store.standard.inventory |
Stock tracking |
Installation#
pnpm install
Usage#
pnpm run lexicon:emit # Generate JSON schemas from TypeScript
pnpm run lexicon:import # Generate TypeScript from JSON schemas
Resources#
- standard.store — Full specification and documentation
- AT Protocol — The underlying protocol
- Lexicon spec — AT Protocol lexicon documentation
- Prototypey — TypeScript toolkit for AT Protocol lexicons
Acknowledgments#
Inspired by standard.site, which provides shared lexicons for personal websites on AT Protocol.
License#
MIT — see LICENSE.