Documentation

Introduction

Gatherly is a feedback widget for SaaS products. One script on your site sends feedback, bugs, and feature requests into a shared inbox.

How it works

  1. Create a project in the dashboard and copy your public key (pk_…).
  2. Paste the embed script on your product. A launcher appears in the corner of the page.
  3. Optionally pass a signed identity JWT via data-auth-token when a user is logged in so messages and chats are tied to a verified person.
  4. Triage responses in General feedback, Ideas, and Bug reports.

Minimal install

Replace the domain and key with values from Project → Embed. Platform-specific guides live under Install the widget.

html
<script
  src="https://YOUR_DOMAIN/embed.js"
  data-key="pk_live_…"
  async
></script>

Browse the docs