Getting Started
Get started in 2 minutes
Welcome to the Flowgrid docs. Drop in one script tag and you'll be capturing pageviews, sessions, performance, and conversions out of the box.
Introduction
Flowgrid is a tracking OS for product and web analytics. The fastest way to start is the hosted script — no build step, works on any site or CMS. Prefer a typed SDK? See the SDK Quickstart.
Install the script
Create your website to grab your IDs, then add this tag to your site's <head>:
1<script
2 src="https://core.flow-grid.xyz/flowgrid.js"
3 data-site="YOUR_WEBSITE_ID"
4 data-api-key="YOUR_API_KEY"
5></script>Replace your IDs
Swap YOUR_WEBSITE_ID and YOUR_PROJECT_ID for the values from your dashboard. The script auto-instruments pageviews, SPA route changes, sessions, performance (Core Web Vitals), and attribution.
Installation Guides
Platform-specific walkthroughs for the most common stacks. Pick yours below:
Next steps
Once the script is live, start capturing what matters: track click events, form events, and goals, or go fully typed with the SDK.