Flamio

One snippet. Full behavioral visibility.

Install the SDK in minutes. Works with React, Vue, Next.js and plain JavaScript. MCP access, and integrations with GitHub, Jira, Trello and Slack.

$ npm install @flamioai/web-sdk

import { Flamio } from '@flamioai/web-sdk';

Flamio.init({
 projectKey: 'YOUR_KEY_HERE',
 endpoint: 'https://api.flamio.org/api'
});

Everything you need to understand behavior

The SDK captures meaningful interaction signals from your live product and streams them to Flamio for analysis.

Off your critical path

About 69kb gzipped. Capture and upload run asynchronously and deferred, so recording never blocks a render or an interaction.

Automatic capture

Clicks, scrolls, hesitation, dead clicks and rage clicks — captured out of the box, no manual tagging.

Privacy-first

Input values are always masked — we never record what users type, including passwords, emails and phone numbers. Mask or block any other region with a class or a CSS selector.

Framework agnostic

One snippet works with React, Next.js, Vue, Svelte, Angular and plain JavaScript.

Programmatic access

Query your project from Claude, Cursor or Codex over MCP, and route the issues you approve to GitHub, Jira, Trello or Slack.

Session context

Every signal is tied to the flow, page and journey stage where it happened.

Web · Native apps · Cross-platform

Wherever your product runs

Flamio OnLive watches your site and your native app alike — the same sessions, the same workspace, the same ranked friction. Flamio Scout and Flamio Vision walk and test the web.

Web

A script tag, or the npm package @flamioai/web-sdk

Flamio OnLiveFlamio ScoutFlamio Vision

iOS

The official Datadog SDK for your stack, pointed at Flamio — native Swift, React Native, Flutter or Kotlin Multiplatform

Flamio OnLive

Android

The official Datadog SDK for your stack, pointed at Flamio — native Kotlin, React Native, Flutter or Kotlin Multiplatform

Flamio OnLive

Whatever your app is built with

There is no Flamio mobile SDK to learn. You install the official Datadog SDK for your stack and point it at Flamio — one pipeline, one workspace, one ranked list, whichever one you pick. What a given SDK cannot record is written into the snippet you copy on the setup page, next to the code.

Web
npm install @flamioai/web-sdk
import { Flamio } from '@flamioai/web-sdk';

Flamio.init({
  projectKey: 'YOUR_KEY_HERE',
  endpoint: 'https://api.flamio.org/api'
});

Yours to fill in: YOUR_KEY_HERE is your project key, from Setup.

Each logo above belongs to its owner and is shown only to name the stack it stands for. The outlines are the Simple Icons set, released under the CC0 1.0 public domain dedication. Apple and the Apple logo are trademarks of Apple Inc.; Kotlin is a trademark of the Kotlin Foundation; Flutter, Android and Google are trademarks of Google LLC; React and React Native are trademarks of Meta Platforms, Inc. Flamio is not endorsed by or affiliated with any of them. All trademarks are the property of their respective owners.

creativecommons.org/publicdomain/zero/1.0

Works with any web stack

Drop the same snippet into any modern frontend framework. No framework lock-in, no build step and no instrumentation to maintain.

ReactNext.jsVueSvelteAngularRemixAstroVanilla JS

Captured events

clickelement, position, target
hesitationidle before action
dead_clickno response to intent
rage_clickrepeated frustration
scroll_depthreach and reversal
flow_stepjourney stage change

Ship the SDK today