Funnel demos
This category is a catalog of funnel types. Each demo is a complete, copyable pattern: the graph, the offers, and how the thank-you page shows what the customer actually bought. Start with the simplest — a DTC post-purchase flow — then pick a routed variation: geo, CRM tags, or cart value. More types will land here (subscriptions, digital goods, storefront inbound, …) without changing this page’s job: pick a type, reproduce it.Finished projects: every published demo has a clonable app on GitHub —
basic-post-purchase, geo-offers, vip-tag-offers, cart-value-upsell. Clone one, run tagada-init → pnpm seed → pnpm dev, and walk the graph before you rebuild it.These demos are the shape of the funnel (nodes, edges, offers). You can build the same shape in the dashboard, in TagadaStudio, with the Node SDK, or on your own domain with the Headless SDK.
How to read a demo
Every demo page answers the same four questions:- Graph — which steps, which edges, which
whenconditions - Catalog — which products and checkout offers you need
- Pages — native, Studio, Plugin SDK, or self-hosted Headless
- Thank you — how add-on orders show up (
relatedOrders)
Types
Which SDK?
Headless SDK ≠ Studio.
@tagadapay/headless-sdk runs on your site. Studio / Plugin pages run on Tagada. Same offers and mainOrderId either way.basic-post-purchase
Landing, checkout, cap OTO, downsell, tote, thank you
geo-offers
One checkout, three localized offers — 🇺🇸 / 🇪🇺 / 🌍
vip-tag-offers
CRM tags pick the offer — ⭐ VIP hoodie or 🆕 welcome cap
cart-value-upsell
The real order total picks the offer — premium or easy add-on
