Starter Template
The Ecommaps starter template demonstrates a production-capable storefront built on Ecommaps Storefront API and official SDK packages.
Architecture Summary
- Buyer storefront UI
- API route wiring for AI sales assistant
- Cart and checkout orchestration
- Policy/pages integration
- Package-driven integration (
client,storefront-kit,ai-sales-agent)
Recommended Integration Pattern
- Keep API credentials server-managed.
- Route all AI tool calls through server runtime.
- Use package entrypoints instead of local forks wherever possible.
- Keep package versions pinned during production rollouts.