DataPulse — a Growthscope theme. All figures are demo content.Back to all themes

Get started

Three steps, about ten minutes. Events show up in the dashboard as they arrive — there is no ingestion delay to wait out.

  1. 1

    Install the SDK

    npm install @datapulse/browser

    One script tag or one package. No build step required.

  2. 2

    Identify the user

    datapulse.identify(user.id)

    Anonymous events are stitched to the profile on identify.

  3. 3

    Send an event

    datapulse.track("checkout_started", { plan })

    Any property you send becomes a filter, immediately.

Ready to see your own data?

The free plan covers a million events a month, with no card.

See plans