Open-Source Projects
Starter Template

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

  1. Keep API credentials server-managed.
  2. Route all AI tool calls through server runtime.
  3. Use package entrypoints instead of local forks wherever possible.
  4. Keep package versions pinned during production rollouts.