跳到主要内容

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

字段必需说明
NameYesProduct name (e.g., "Acme Pro 仪表板")
说明NoBrief description of the product
类型NoProduct type (Web App, Mobile App, Desktop, API, Service, Physical, Other)
CategoryNoCustom category label
ImageNoProduct image/logo (displayed on Product Hub and cards)
Is ActiveYesWhether 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_id preserved.

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.


下一步