Documentation

Everything you need to add Reev to your site and start collecting UX feedback.

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>