Get up and running in under a minute. You'll install the recorder, sign up, watch your first session, and verify error tracking is working.
1. Sign up
Create a free account at nevision.app/signup. No credit card required. After signup, you'll be in your dashboard.
2. Add your first site
From the dashboard, click "New site." Enter your site URL (e.g. https://example.com). You'll receive a Site ID and an API key.
3. Install the recorder
Paste this single tag into the <head> of your site:
<script src="https://api.nevision.app/recorder.js?siteId=YOUR_SITE_ID" async> </script>
That's it. Within 30 seconds of someone visiting your site, the first session will appear in your dashboard.
4. Verify it's working
Visit your site, click around for 10 seconds, then return to the dashboard. You should see a session in the Sessions list. Click it to watch the replay.
Next steps
- Customize the script tag with environment, release, and feature flags.
- Configure privacy masking for sensitive form fields.
- Add an uptime monitor for your APIs and landing pages.