commercetools-frontend
Installation
SKILL.md
commercetools Frontend & Storefront Development
Two Development Paths
This skill covers two distinct approaches to building storefronts on commercetools:
| Approach | When to Use | Key File |
|---|---|---|
| commercetools Frontend (hosted) | Using Studio for business users, extensions, components (tastics), data sources | references/ct-frontend-extensions.md |
| Headless with Next.js/React | Custom storefront with full control, App Router, Server Components | references/storefront-architecture.md |
| B2B Storefront | Business units, permissions, approval workflows, quotes, purchase lists | references/b2b-frontend.md |
Both approaches share patterns for product pages, cart/checkout UI, and performance/SEO. B2B patterns layer on top of either approach.