Aannot8

Projects

Create and manage feedback projects

Projects

Projects are containers for feedback collection. Each project represents a website or application.

Creating a Project

  1. Click New Project in the dashboard
  2. Enter project details:
    • Name - Descriptive name (e.g., "Marketing Site")
    • Allowed Domains - Where the widget can run
  3. Click Create Project

Allowed Domains

Control where the widget is allowed to load:

PatternMatches
example.comExact domain
*.example.comAll subdomains
localhostLocal development
*.vercel.appVercel previews

Add localhost during development, but consider removing it for production projects.

Project Settings

Access project settings from the project page:

General

  • Name - Update project name
  • Domains - Manage allowed domains

Widget

  • Install Code - Copy the script tag
  • Configuration - Customize appearance
  • Generate - Create shareable link
  • Revoke - Disable existing link
  • Settings - Configure anonymous access

Danger Zone

  • Delete Project - Permanently remove project and all feedback

Project Analytics

View insights for each project:

  • Total Feedback - All-time count
  • This Week - Recent activity
  • By Status - Open vs resolved
  • By Sentiment - Positive/neutral/negative
  • Top Pages - Most commented URLs

Environments

Create environments for different stages:

EnvironmentUse Case
ProductionLive site
StagingPre-release testing
DevelopmentLocal development

Each environment gets its own feedback stream.

Exporting Data

Export project feedback as CSV:

  1. Go to project page
  2. Click Export button
  3. Select date range
  4. Download CSV file

Exported data includes:

  • Comment content
  • Author info
  • Page URL
  • Timestamps
  • Status

Best Practices

  1. One project per site - Keep feedback organized
  2. Use environments - Separate dev from production
  3. Review regularly - Don't let feedback pile up
  4. Archive old projects - Keep dashboard clean

On this page