Browse documentation

Start

Quickstart

Go from an empty account to a verified feedback submission in a few minutes.

1. Create the project

Open Projects, choose New Project, and use the name your team already uses for the product. The domain is optional. Creating the project opens Customize first.

2. Save the form you want

Choose floating button, custom trigger, or inline form. Keep the defaults for the first test unless the host page requires a specific trigger. Save before opening Install.

3. Paste the generated snippet

HTMLhtml
<script
  src="https://app.feedbacks.dev/widget/latest.js"
  data-project="YOUR_PROJECT_KEY"
  data-api-url="https://app.feedbacks.dev/api/feedback"
  data-config-version="1"
  defer
></script>

Use the generated project key

YOUR_PROJECT_KEY is a placeholder. Copy the complete snippet from your project Install tab. Never put a private REST API key in browser code.

4. Verify both environments

  1. 1

    Run hosted verification

    This confirms the saved form and browser-safe project key work independently of your website.

  2. 2

    Open your real page

    Load the page where you installed the snippet and submit a message you can recognize.

  3. 3

    Check the inbox

    Confirm the message, project, URL, and browser context. Opening it marks it read without changing workflow status.

5. Add only what you need next

  • Restrict allowed origins after the real site works.
  • Enable screenshots, attachments, required email, or captcha from Customize.
  • Add Slack, Discord, GitHub Issues, or a webhook from Integrations.
  • Publish a public board only when you want requests, votes, and replies to be visible.