React

Integration

React

Plandalf integrates with React as a website, sdk platform.

What it does

Product surfaces

Where React fits in the buying workflow

Integrations work best when the checkout surface, payment state, invoice record, and post-purchase automation all point at the same commercial object. These product screens show the Plandalf controls that should be configured before React receives checkout, payment, tax, or workflow context.

The Numi offer editor showing layout, product, theme, automation, invoice, and settings controls.
The Numi checkout elements palette showing content, interactive, and selling blocks.
The Numi offer editor automation tab showing sequence controls beside the checkout canvas.

Purchase events can start follow-up

React should fit into the work after checkout: fulfilment, records, CRM updates, support context, webhooks, and sequences.

The Numi offer editor showing hosted checkout mode controls.

Builder paths

Stack guides that use React

Use these stack guides when a builder needs the whole path: sales surface, Plandalf offer, payment handoff, automation, fulfilment, records, and downstream integrations.

Overview

Plain React apps (Vite, Create React App, Remix, TanStack Start, etc.) load the SDK via a <script> tag in public/index.html or the equivalent shell document. Once loaded, any JSX button with a data-plandalf-present attribute opens the corresponding flow.

Integration methods

How React connects to Plandalf

Each method below is the minimum viable setup. Pick the one closest to how you already use React with checkout, payments, invoices, webhooks, API work, SDK checkout, and integrations.

  1. Method 1

    Embed a Plandalf buy button

    Drop the Plandalf embed script into a React HTML block and tag any element with `data-plandalf-present` to open the configured flow on click.

    <script src="https://cdn.plandalf.com/embed.js" async></script>
    
    <button data-plandalf-present="offer_abc123">
      Buy now
    </button>
Official React docs and sign-up: react.dev

FAQ

Common questions about the React integration

Do I need a paid plan to use React with Plandalf?

Plandalf itself is free to connect to React. You only need a React account that allows API access, which is almost every paid plan.

How long does setup take?

Under 10 minutes — paste a webhook URL into React, point it at the Plandalf endpoint, and trigger a test event to confirm.

Can I disconnect React later without losing data?

Yes. Disconnecting only revokes the credentials — historical events Plandalf fired stay in your sequence logs, and React's own records are untouched. You can reconnect any time and resume from the last seen event.

Does Plandalf store React data?

Plandalf stores the minimum IDs needed to address a record in React plus a log of events Plandalf fired. Source-of-truth data stays in React.

What if my website need isn't covered by the actions or triggers listed here?

Drop into the Plandalf REST API and call React directly from your sequence's HTTP action. Anything React's public surface exposes is reachable.

Is there a usage limit?

There's no Plandalf-side limit. React's own plan limits apply.

Where do I find React's own documentation?

React's homepage at https://react.dev links to their developer docs. For Plandalf-side questions about the React integration, see the Plandalf docs.

Feature detail