Skip to content
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 commerce

Commerce

4 tools

Search → cart → Stripe Checkout, end-to-end.

Aurora Headphones

$2494.8

Lumen Lamp

$894.6

Pulse Speaker

$1794.7

Helix Keyboard

$1294.5
ProductCarouselProductCardAddToCartPanelCheckoutSummaryCTABanner
npx conversokit create my-app --template commerce

What 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.

NameDescriptionPermissions
search_productsSearch products by free-text query, return list with price/image.
get_cartReturn current cart for session.
set_cartReplace cart items for session.
create_checkoutStart 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