Managing Products
Products represent the things you collect feedback about -- web apps, mobile apps, physical products, services, etc.
Product List (/products)โ
Shows all your products in a grid layout with:
- Product image (or placeholder)
- Name and description
- Category badge
- Number of campaigns
- Number of submissions
- Average rating
- Edit/Delete actions
Creating a Productโ
Go to Products -> Create New Product
| Field | Required | Description |
|---|---|---|
| Name | Yes | Product name (e.g., "Acme Pro Dashboard") |
| Description | No | Brief description of the product |
| Type | No | Product type (Web App, Mobile App, Desktop, API, Service, Physical, Other) |
| Category | No | Custom category label |
| Image | No | Product image/logo (displayed on Product Hub and cards) |
| Is Active | Yes | Whether the product is visible on public pages |
What Happens After Creating a Productโ
- The product gets a slug (auto-generated from the name, e.g.,
acme-pro-dashboard) - It appears on your Product Hub (
/p/{tenant-slug}) - You can now create campaigns for this product
- The product is available for filtering on public pages (wall, roadmap, changelog)
Product Slugs and URLsโ
Each product gets a unique slug used in URLs:
- Product page:
/p/{tenant-slug}/{product-slug} - Filtered wall:
/wall/{tenant-slug}?product={product-slug} - Filtered roadmap:
/roadmap/{tenant-slug}?product={product-slug} - Filtered changelog:
/changelog/{tenant-slug}?product={product-slug}
Editing a Productโ
Click Edit on any product card to update its details. Changes take effect immediately on all public pages.
Deleting a Productโ
Click Delete to soft-delete a product. The product and its data are hidden but can be recovered from the database if needed.
Deleting a product does NOT delete its submissions. Submissions remain in the database with their
product_idpreserved.
Only tenant admins can delete products.
Plan Limitsโ
The number of products you can create depends on your subscription plan. If you've reached your limit, you'll see a message directing you to upgrade.
Next Stepsโ
- Feedback Campaigns -- create forms for your products
- Product Hub -- how products appear publicly