Live: storefront API + Stripe sync + checkout

Sell anything, from any site, by tonight.

bizfoo gives you a typed catalog API, one-click Stripe sync, and a checkout flow that works on Next.js, Astro, Remix, or plain HTML. Manage everything in one dashboard.

Stripe-powered checkoutCustom domainsEdge-fast catalog APIMulti-storefront
Powering storefronts for
SummonIQSummonFlowCleo's ClubMac RabbitWinManMacZenGimme Job
Features

The boring backend for selling things online.

All the pieces you would build yourself — manage in a dashboard, ship with one API call.

Multi-storefront workspaces

One workspace, many catalogs. Different brands, currencies, and APIs.

One-click Stripe sync

Products and prices created in Stripe automatically. Webhooks handled.

Drop-in client SDK

Render the catalog and create checkout sessions from any frontend.

Orders & customers

Every paid order tracked, with the customer record to match.

Analytics built in

Funnels, page views, web vitals via SignalSplash — all on by default.

Webhooks & API access

Wire bizfoo into your CRM, fulfillment, or email automation.

How it works

Three steps from blank to live.

01
Create a storefront

Name it, slug it, get a public + secret API key pair instantly.

02
Add products & prices

One-time, monthly, or yearly billing. Sync to Stripe in one click.

03
Render anywhere

Drop the bizfoo SDK on any marketing site, app, or custom storefront.

SDK

One small client. Any frontend.

The bizfoo client SDK reads your live catalog and creates Stripe Checkout sessions. Works in Next.js, Remix, Astro, plain React, edge functions, and Node.

  • Typed responses for products + prices
  • Cache-friendly catalog endpoint
  • Public-key auth (no secrets in browsers)
checkout.ts
import { createBizfooClient } from "@bizfoo/client";

const bizfoo = createBizfooClient({
  storefront: "summoniq",
  publicKey: process.env.NEXT_PUBLIC_BIZFOO_KEY!,
});

const { products } = await bizfoo.listProducts();

const { url } = await bizfoo.createCheckout({
  items: [{ priceId: products[0].prices[0].id }],
  email: "buyer@example.com",
});

window.location.href = url;
< 60s
From sign-up to first product
0%
We take 0% of your revenue
18+
Stripe events handled out of the box
Edge
Catalog API served from the edge
What people are saying

Loved by indie makers and small teams.

We had a paid checkout live the same afternoon we deployed bizfoo. The SDK is the cleanest part of our marketing site.
Steven
Founder, SummonIQ
I stopped writing checkout code. bizfoo is what I wished Stripe gave me out of the box.
Indie maker
shipping templates on the side
Multiple storefronts on one Stripe account, with proper API keys per brand. No more spaghetti.
Studio lead
running 3 product brands

Free to get going. Pay when you scale.

Starter is free forever for one storefront. Growth and Scale unlock custom domains, multiple storefronts, and team seats.

Stand up your storefront tonight.

Free forever for one storefront. No credit card to start.