Updates ship continuously

Changelog

Everything new in bizfoo, freshest first.

2026-04-18
release

Public launch + new brand

  • Public storefront API live at api/v1/storefronts/[slug].
  • @bizfoo/client SDK published with `listProducts`, `getProduct`, and `createCheckout`.
  • New dark-first brand and animated landing page.
  • Marketing site expanded: features, customers, changelog, about, contact.
2026-04-17
feature

Stripe sync + multi-storefront workspaces

  • One-click sync from product → Stripe Product + Price.
  • Per-storefront public + secret key pair.
  • Unified webhook handler for platform billing and tenant orders.
  • First powered storefront live: SummonIQ.
2026-04-17
infra

Initial scaffold

  • Next.js 16 + Prisma 7 + Better Auth + Tailwind v4.
  • Bootstrap script: GH repo → Vercel link → Neon Postgres → envs → deploy.
  • Catalog schema: Storefront → Product → Price → Order → OrderItem.