The problem
Most product analytics tools require a multi-week implementation project. Define a data taxonomy. Instrument every event. Build custom dashboards. Hire an analytics engineer to maintain it. And if you ever switch tools, you re-instrument everything from scratch.
Your product's analytics shouldn't require more engineering effort than the features it's measuring.
What you get
- One-line install — one script tag, your data flows immediately. No SDK, no build step, no configuration. Works with SSR, CSR, and static sites
- Framework auto-detection — automatically detects Next.js, React, Vue, Nuxt, SvelteKit, Shopify, WordPress, and Webflow from the first page_view. Pre-selects the correct install instructions in the dashboard
- AI-defined custom metrics — describe what "activation" means in plain English. No custom event tracking, no data taxonomy, no analytics engineer. Learn more →
- Real-time event streaming — every page view, click, and navigation event streams to the dashboard in real-time via Supabase Realtime. No polling, no batching delays
- SPA-aware tracking — automatically handles pushState, replaceState, popstate, and hashchange for React, Vue, and other single-page apps. No router integration required
Install in 30 seconds
Vanilla HTML
<script src="https://onboardics.com/v1.js" data-key="YOUR_API_KEY"></script>
React / Next.js
// In your layout or _app component
useEffect(() => {
const s = document.createElement('script');
s.src = 'https://onboardics.com/v1.js';
s.dataset.key = 'YOUR_API_KEY';
document.head.appendChild(s);
}, []);
8 framework-specific install guides available in the dashboard after signup.
Why developers choose Onboardics
- One-line install with framework auto-detection — 8 frameworks supported
- Plain English metric definitions — no SQL, no event schemas, no data taxonomy
- Real-time data streaming — events appear in the dashboard within seconds
- First-party data — your data stays in your Onboardics project, not shared across customers
- No third-party tracking pixels — Onboardics is the only script you add
- No proprietary event schema — the snippet captures standard browser events (page_view, click, navigation) without requiring you to define a taxonomy
- Open pricing — no "contact sales" walls, free tier to evaluate without commitment