Freight Fraud Defense Network
Functional DemoFraud defense layer for logistics teams that scores risk before freight moves or money is paid.
Production-grade buy-one-give-one soccer-ball ecommerce site with a live donation tracker on every order.
Built for Consumers buying soccer balls from a buy-one-give-one impact brand.
ONE FOR ONE is an ecommerce site for a Buy 1, Give 1 soccer ball brand where every paid order increments a live donation tracker by the number of balls purchased. It sells volume-discounted bundles through Stripe Checkout with full, idempotent webhook handling and strictly server-side pricing. A direct-response sales funnel offers per-slug landing pages with post-purchase upsells charged off-session. An admin dashboard covers revenue, orders, customers, funnels, a fulfillment queue, milestones, manual donation adjustments, and CSV export, behind JWT cookie auth.
Server-authoritative ecommerce: prices are computed server-side, Stripe webhooks are idempotent so retries are safe, and upsells use off-session Stripe charges. It includes a configurable funnel system, a fulfillment-service abstraction with manual/placeholder modes ready to swap in a 3PL, a live database-derived donation tracker, and signed httpOnly JWT admin sessions.
A Buy 1, Give 1 soccer-ball store where every paid order increments a live donation tracker by the number of balls purchased — counts come from the orders database, never hardcoded.
Storefront
Bundles of 1/3/5/10/25/50/100 balls with volume-discount pricing.
Stripe Checkout & Webhooks
Checkout sessions plus handling of completed, succeeded, failed, and refunded events.
Server-Side Pricing
Resolves the cart against the database so client-supplied prices are ignored.
Live Donation Tracker
Order-derived donation aggregates shown on a public tracker.
Donation Milestones
Milestones auto-marked when their target donation count is reached.
Direct-Response Sales Funnel/funnel/[slug]
ClickFunnels-style landing pages with bundle selectors and UTM attribution.
Post-Purchase Upsell Engine
Off-session charges against the saved card with per-offer idempotency keys.
Funnel Analytics
Per-funnel visits, conversion rates, revenue, and balls donated.
Fulfillment Abstraction
Provider interface with placeholder and manual modes, ready for a real 3PL.
Supplementary Fulfillment
Routes post-dispatch upsell items into a secondary shipment via the same provider seam.
Admin Dashboard
Revenue, orders, customers, funnels, fulfillment queue, milestones, and CSV export.
Admin Auth
JWT httpOnly cookie session signed with an admin secret, 8-hour TTL.
Customer Order Tracking
Order lookup by order number plus email.
Manual Donation Adjustments
Admin donation ledger with manual entry and audit.
Order flow
Sales funnel
A single Next.js 14 (App Router) app with a Prisma + Postgres database, Stripe for checkout and webhooks, and JWT cookie-based admin authentication.
Fraud defense layer for logistics teams that scores risk before freight moves or money is paid.
Synthetic consumer simulation platform to rehearse a product launch before spending real money.
Multi-tenant AI content and growth operating system that runs a portfolio of apps as one AI-managed business.
Start a project and reference this one — the conversation begins with what you have already seen.
Start a project