What problem does it solve?
Setting up Databuddy analytics across browsers, servers, and AI observability involves juggling SDK imports, REST calls, MCP tooling, and feature flag gating, which this skill centralizes into one discovery point.
Core Features & Use Cases
- Multiplatform SDK entry points: Use the @databuddy/sdk core, React hooks, Node batching, Vue integrations, and Vercel AI middleware to track every runtime without duplicate wiring.
- REST, MCP, and query tooling: Authenticate with API keys, hit analytics endpoints, send batched events, and surface MCP answers for natural-language insights or automated reporting.
- Feature flags, batching, and privacy controls: Configure FlagsProvider, sampling rates, privacy mode, and deduplication so your launches stay predictable and compliant.
- Use Case: Combine SDK event tracking with MCP queries to answer “top five pages last week” in your dashboards with Web Vitals, errors, and custom-event context.
Quick Start
Embed the Databuddy SDK component in your Next.js layout with your client ID to immediately track Web Vitals, errors, and custom events.