Skip to main content

Examples

Every project in github.com/TagadaPay/examples is a finished, runnable app — and every one of them has a tutorial on this site that rebuilds it step by step. This page is the map between the two.
The 60-second loop for any example: clone → npx -p @tagadapay/node-sdk tagada-init you@example.com (prints an API key, no browser) → pnpm seed <API_KEY> where there is a seed → pnpm dev. Each README repeats the exact commands.

Storefronts & funnels (Headless SDK)

You own the frontend; TagadaPay handles cart, payment, 3DS, and one-click offers.

Payments with your own cart (core-js)

You already have the order — Medusa, Woo, a custom API. You only need tokenize + charge.

SaaS billing (core-js + node-sdk)

Not sure which family you’re in? Choose how you accept payments picks the right integration in under a minute. Rule of thumb: TagadaPay manages the cart → Headless SDK. You already have the order → core-js.

Next

TagadaPay/examples on GitHub

All eleven projects, MIT-licensed. Clone, fork, ship.

Funnel demos

The funnel catalog — one graph pattern per demo

Hosted checkout plugins

Five MIT checkout plugins for the Plugin SDK (different repo)

Get an API key

tagada-init from the terminal — 30 seconds, no browser