Skip to content

Getting Started

Welcome to FeedValue! This guide will help you set up your first feedback widget in under 5 minutes.

Prerequisites

Before you begin, you'll need:

  • A FeedValue account (sign up for free)
  • A website where you want to collect feedback

Step 1: Create an Organization

After signing up, you'll be prompted to create an organization. This is where all your apps and widgets will live.

TIP

Organizations are great for teams! Invite colleagues to collaborate on feedback management.

Step 2: Create Your First App

An App represents a website or product you want to collect feedback from.

  1. Go to the Dashboard
  2. Click Create App
  3. Enter your app name and primary URL
  4. Click Create

Step 3: Create a Widget

Widgets are the actual feedback forms your users will see.

  1. Select your app from the dashboard
  2. Click Create Widget
  3. Choose your widget style and position
  4. Customize colors to match your brand
  5. Click Create Widget

Step 4: Add to Your Website

Copy the embed code from your widget settings and add it to your website:

html
<script
  src="https://cdn.feedvalue.com/widget.js"
  data-widget-id="YOUR_WIDGET_ID"
  async
></script>

INFO

Widget IDs are UUIDs (e.g., a1b2c3d4-e5f6-7890-abcd-ef1234567890). Copy the exact ID from your widget settings in the dashboard.

Step 5: Test Your Widget

Visit your website and look for the feedback button. Click it to test the form!

What's Next?

Using a JavaScript Framework?

If you're building with React, Vue, or Next.js, check out our NPM packages for full TypeScript support, hooks/composables, and programmatic control.

Need Help?

Built with care by SarverEnterprises