Last updated Oct 27, 2025

Quickstart

Run the essential setup steps and confirm events are flowing.

Before you begin

Complete the prerequisites in Getting Started. The quickstart is a condensed checklist for repeat setups or teammates joining an existing project.

3-step checklist

  1. Bootstrap infrastructure — Run bun run setup from the repo root. The script handles Cloudflare auth, D1 migrations, and Worker deployment. No manual edits required.
  2. Name your contexts — Visit the dashboard URL printed by the setup script and create timelines such as production, staging, or qa based on your environments.
  3. Send a verification event — Use any SDK (see JavaScript, Python, or Go) to emit a single app.boot event against the production context. Successful ingestion appears in the timeline within seconds.

If something breaks

  • Run bunx wrangler tail to inspect Worker logs.
  • Re-run bun run setup to regenerate secrets or redeploy without losing data.
  • Check the Playground to confirm your payload shape outside production.