Documentation
Everything you need to add Reev to your site and start collecting UX feedback.
Getting Started
Install Reev with one script tag. Takes under a minute.
Configuration
All options for detection, popovers, themes, and suggestions.
API Reference
REST endpoints for events, reports, flows, and analytics.
Troubleshooting
Common issues and how to fix them.
Quick install
<script>
!function(c,s){
window.ReevConfig=c;
s=document.createElement("script");
s.src="https://your-domain.com/reev.js";
document.head.appendChild(s)
}({
projectId: "your-project-id",
apiUrl: "https://your-domain.com"
});
</script>