Shared lexicons for e-commerce on AT Protocol
1 1 0

Clone this repository

https://tangled.org/lgtm.shop/standard.store
git@tangled.org:lgtm.shop/standard.store

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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#

Acknowledgments#

Inspired by standard.site, which provides shared lexicons for personal websites on AT Protocol.

License#

MIT — see LICENSE.