Projects
Create and manage feedback projects
Projects
Projects are containers for feedback collection. Each project represents a website or application.
Creating a Project
- Click New Project in the dashboard
- Enter project details:
- Name - Descriptive name (e.g., "Marketing Site")
- Allowed Domains - Where the widget can run
- Click Create Project
Allowed Domains
Control where the widget is allowed to load:
| Pattern | Matches |
|---|---|
example.com | Exact domain |
*.example.com | All subdomains |
localhost | Local development |
*.vercel.app | Vercel 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
Public Link
- 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:
| Environment | Use Case |
|---|---|
| Production | Live site |
| Staging | Pre-release testing |
| Development | Local development |
Each environment gets its own feedback stream.
Exporting Data
Export project feedback as CSV:
- Go to project page
- Click Export button
- Select date range
- Download CSV file
Exported data includes:
- Comment content
- Author info
- Page URL
- Timestamps
- Status
Best Practices
- One project per site - Keep feedback organized
- Use environments - Separate dev from production
- Review regularly - Don't let feedback pile up
- Archive old projects - Keep dashboard clean