Skip to main content

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

FieldRequiredDescription
NameYesProduct name (e.g., "Acme Pro Dashboard")
DescriptionNoBrief description of the product
TypeNoProduct 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. 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.


Next Stepsโ€‹