Skip to content

Selling products and accepting payments (e-commerce) with ZeroPoint

Any platform with a product API can be your store's CMS. Fetch your catalog at build time, generate static product pages, and let the platform host the checkout. No database, no server, no runtime — just durable HTML.

Your products live in the platform you choose. Every time your site builds, ZeroPoint fetches the latest data and regenerates your store automatically.

Example platforms

The principles below apply to any e-commerce platform with a product API and hosted checkout. Here are two popular options that work great with ZeroPoint:

Both follow the same pattern

  1. Create products in the platform's dashboard
  2. src/data/[platform].js fetches your catalog at build time
  3. A store listing page at /store/ loops over the data
  4. Individual product pages at /store/product-name/ are generated via pagination
  5. The "Buy Now" button links to the platform's hosted checkout — no payment data touches your site