tools / events

Everything your app did, in order, in one timeline

Complex bugs span tools: a request fails, state updates wrong, the app navigates somewhere unexpected. Buoy Events merges network, storage, state, navigation, and render activity into one chronological timeline — and exports it in a structured, LLM-ready format so you can hand an AI the full story of what happened.

Read the docsnpm i @buoy-gg/events
Unified React Native event timeline
All app events in one chronological stream.
LLM-ready event export
Structured export built for AI debugging.

What it does

Unified stream

Network requests, storage changes, Redux/Zustand/Jotai updates, navigation, and renders interleaved in true order.

Filter by source and type

Isolate one tool's events or follow a user flow across all of them.

LLM-ready export

Export the timeline in a structured format built for AI-assisted debugging — paste it into Claude or Cursor and ask what went wrong.

Frequently asked questions

How do I see what my React Native app did before a bug?

Open the Events timeline — the interleaved history of requests, state changes, storage writes, and navigation leading up to the bug is right there, exportable as structured text.

What does "LLM-ready export" mean?

The timeline exports in a compact structured format designed to paste into an AI assistant — so the model sees exactly what the app did, in order, with timestamps.

Add Events Timeline to your app

Free for on-device debugging. Two-minute install, no native code.

Quick startnpm i @buoy-gg/core

Works well with