Products (Multi-Product Boards)

Run separate feature boards for different products, all from the same admin panel. Each product has its own features, categories, and settings.


What Are Products

Products allow you to manage multiple feedback boards under one Votlie installation. This is useful when you have:

  • Multiple software products
  • Different product lines
  • Separate services that need independent feedback

Each product has its own:

  • Feature requests and votes
  • Categories
  • Settings

Accessing Products

  1. Go to Admin > Products
  2. You'll see all your products listed

Creating a Product

  1. Click Create Product
  2. Enter a name
  3. Enter a URL slug (a URL-friendly identifier, e.g., mobile-app). The slug is auto-generated from the name but can be edited manually.
  4. Add a description (optional)
  5. Click Save

Each product card also displays an Active status toggle that lets you quickly enable or disable the product without deleting it.

You can also clone from an existing product instead of creating from scratch. See Cloning a Product below.


Switching Products

Use the product switcher in the admin sidebar to change which product's features, categories, and settings you are viewing.

All admin pages (Features, Categories, etc.) show data for the currently selected product.


Default Product

One product is marked as the default. This is the board visitors see when they access your site without specifying a product.

To change the default:

  1. Go to Admin > Products
  2. Find the product
  3. Click Set as Default

Cloning a Product

Quickly set up a new product by duplicating an existing one:

  1. Find the product to clone
  2. Click Clone
  3. The new product copies the original's categories, statuses, and theme settings
  4. Rename and customize as needed

Deleting a Product

  1. Find the product
  2. Click Delete
  3. Confirm the action

Public Access

Each product has its own public URLs:

  • Default product: Accessible at /features and /roadmap
  • Other products: Accessible at /p/{product-slug}/features and /p/{product-slug}/roadmap

Users can browse and switch between products from the public board.


Tips

TipWhy
Use clear slugsMakes URLs readable
Clone for consistencyKeeps category structure consistent
Set up categories per productDifferent products need different categories

Next Steps

Was this page helpful?