Documentation Index
Fetch the complete documentation index at: https://docs.tracelit.io/llms.txt
Use this file to discover all available pages before exploring further.
All framework installs use the same npm package:
npm install @tracelit/tracker
Pick your framework below. Replace YOUR_TOKEN_HERE with the token from your Tracelit dashboard under Settings → Site Token.
Install with AI (Bolt, Lovable, Replit)
Copy this prompt into your coding assistant:
Install Tracelit in my project.
Framework: <react | next-app-router | next-pages-router | vue | sveltekit | angular | plain-html>
Site token: YOUR_TOKEN_HERE
Rules:
1) If this project uses a JS framework, install @tracelit/tracker and initialize it in the app root/entry file.
2) If this is plain HTML, add the Tracelit script right before </head>.
3) Keep changes minimal and production-safe.
4) Show exactly which file(s) you changed and the final code block(s).
5) Give me a 30-second verification checklist in the Tracelit dashboard.