Skip to main content

What is Comet Rocks?

Comet Rocks is a headless ecommerce infrastructure platform. It sits between your brand touchpoints (storefronts, apps, campaigns) and your shop systems (Shopify, Magento, SFCC) β€” federating catalog, cart, and checkout into a single GraphQL API.

Two core products

comet.rocks β€” Campaign Storefront Platform
Launch campaign-specific storefronts for product launches, seasonal drops, and social commerce. Available as a Shopify app (β€œComet: Campaign Funnel Builder”) or via direct API integration.
chatcast.io β€” Conversational Storefront
A conversational and agentic UI layer on top of the Comet catalog platform. Let customers discover and buy through natural conversation.

The API

All of Comet’s infrastructure is exposed through an Apollo Federation GraphQL API:
Brand Touchpoints β†’ Apollo Router β†’ Subgraphs β†’ Shop System Connectors
  • Endpoint: https://apollo-runtime-router-dmn3-production.up.railway.app/
  • Auth: API key (x-api-key header) or JWT bearer token
  • Schema explorer: Apollo Studio

Next steps

  • Quick Start β€” Connect your Shopify store and make your first API call in 5 minutes
  • Tutorial β€” Launch a full campaign storefront end-to-end
  • Apps β€” Understand the App model before building
  • Authentication β€” API keys and JWT tokens