ORBCART DOCUMENTATION
SDKs & tools
Choose the package for the job.
All packages are TypeScript-first and currently used from the source workspace. There is no npm installation step yet.
| You are building… | Use | Start here |
|---|---|---|
| A storefront, app or agent | @orbcart/client | Create a Cart |
| A React checkout | @orbcart/react | Add the checkout |
| An ERP or support backend | @orbcart/admin | Read and refund Orders |
| Your commerce Worker | @orbcart/runtime | Connect your Offers |
React is optional. The client SDK works without a framework; its browser payment fields load the provider's UI when needed. An agent can create Carts and verify Quotes through the same API. Autonomous agent payments are not available yet.
The local CLI
From a merchant Worker package that depends on @orbcart/runtime:
pnpm exec orbcart dev --channel de --keys ./storefront.envIt starts the local Worker and writes its URL, publishable key and secret key to the chosen file. Keep that file out of Git. Only the publishable key belongs in a browser. The Nordgrat setup already wires this up.
orbcart deploy and a project generator are planned, not working commands.