Managing 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
Перейдите в Продукты -> Create New Product
| Поле | Обязательно | Описание |
|---|---|---|
| Name | Yes | Product name (e.g., "Acme Pro Панель управления") |
| Описание | No | Brief description of the product |
| Тип | 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. Заявки 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.
Следующие шаги
- Feedback Кампании -- create forms for your products
- Product Hub -- how products appear publicly