Docs
Full documentation is coming soon. In the meantime, here's the 30-second version:
- Sign up at app.patchrooms.com
- Create a project — you'll get a
projectKey. - 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.