What problem does it solve?
Centralizes the guidance for wiring Databuddy's browser SDKs, server helpers, REST APIs, feature flags, and LLM observability so teams can integrate analytics without guessing which credentials, endpoints, or verification steps to use.
Core Features & Use Cases
- Surface selection: helps you choose between React, Vue, vanilla JS, Node, REST, or LLM instrumentation and points you to public-surfaces.md for routing, env vars, and endpoint details.
- Decision rules: highlights the preferred APIs per surface, the credentials they require (clientId vs DATABUDDY_API_KEY), and the verification steps to ensure tracker requests reach basket.databuddy.cc or the right flag endpoints.
- Event design support: links to event-design.md when planning custom events, emphasizes actionable event naming and properties, and reinforces avoiding PII while keeping event taxonomies minimal.
Quick Start
Show me how to install @databuddy/sdk/react with NEXT_PUBLIC_DATABUDDY_CLIENT_ID, configure basket.databuddy.cc endpoints, and verify that tracker requests succeed.