Docs

Full documentation is coming soon. In the meantime, here's the 30-second version:

  1. Sign up at app.patchrooms.com
  2. Create a project — you'll get a projectKey.
  3. Add the snippet to your app:
<script src="https://cdn.patchrooms.com/v1/patchrooms.js"></script>
<script>
  Patchrooms.init({ projectKey: 'pr_xxx' });
</script>

That's it. The floating feedback button appears in the bottom-right of your app, and every issue opens a room.