Documentation
Installation
Add JAMP to your website in under two minutes with a single script tag.
Add JAMP to your website by following the framework-specific guide below. Replace YOUR_WEBSITE_ID with the ID from your Settings page.
That's all you need. Pageviews are tracked automatically.
Install with AI
Using an AI assistant like Cursor or Claude? Paste this prompt to wire JAMP in automatically.
Add JAMP analytics and monitoring to this project. Insert these <script> tags into the <head> of the root layout (layout.tsx for Next.js, or index.html), each with the "defer" attribute. Replace YOUR_WEBSITE_ID with the ID from the JAMP Settings page. 1. Analytics (required): <script defer data-website-id="YOUR_WEBSITE_ID" src="https://jamp.io/main.js"></script> 2. Real-user Core Web Vitals (optional): <script defer data-website-id="YOUR_WEBSITE_ID" src="https://jamp.io/app.js"></script> 3. JavaScript error tracking (optional): <script defer data-website-id="YOUR_WEBSITE_ID" src="https://jamp.io/index.js"></script> If a version or git SHA is available at build time, add data-release="<version>" to each tag.