catalog/kit

Demo storefront

Four storefronts, one contract. Pick a preset — each is a portable CatalogConfig running live against the Global Catalog.

Powered by this configthe live CatalogConfig driving this grid
{
  "version": 1,
  "name": "gift-finder",
  "scope": {
    "type": "global"
  },
  "query": "cozy gift for a coffee lover",
  "context": {
    "intent": "Find a thoughtful, well-reviewed gift for someone who loves coffee, under $50."
  },
  "filters": {
    "available": true,
    "price": {
      "max": 5000
    },
    "rating": {
      "variant": {
        "min": 4
      }
    }
  },
  "pagination": {
    "limit": 12
  }
}