Template
Commerce
Search → cart → Stripe Checkout, end-to-end.
A storefront-style ChatGPT App: users search products, build a cart, and pay through a Stripe Checkout redirect. Drops in with a single CLI command.
$ npx conversokit create my-app --template commerceCommerce
4 toolsSearch → cart → Stripe Checkout, end-to-end.
ProductCarouselProductCardAddToCartPanelCheckoutSummaryCTABanner
npx conversokit create my-app --template commerceWhat it builds
- ✓Direct-to-consumer brands letting customers shop in-conversation
- ✓Marketplaces that surface inventory contextually
- ✓Subscription sign-ups with Stripe Checkout
Auth & compliance
Auth default: anonymous
No consent scopes required by default.
Included widgets
ProductCarouselProductCardAddToCartPanelCheckoutSummaryCTABannerConsentBanner
Included MCP tools
Each tool is a typed Zod-validated function on the MCP server.
| Name | Description | Permissions |
|---|---|---|
| search_products | Search products by free-text query, return list with price/image. | — |
| get_cart | Return current cart for session. | — |
| set_cart | Replace cart items for session. | — |
| create_checkout | Start a Stripe Checkout session and return the redirect URL. | — |
Integrations
StripeMock CRMSupabase (optional)
Ship the commerce template today.
$ npx conversokit create my-app --template commerce