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
- Go to Admin > Products
- You'll see all your products listed
Creating a Product
- Click Create Product
- Enter a name
- 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. - Add a description (optional)
- Click Save
Each product card also displays an Active status toggle that lets you quickly enable or disable the product without deleting it.
If you are running the Extended License (SaaS mode), the number of products you can create may be limited by your plan configuration.
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:
- Go to Admin > Products
- Find the product
- Click Set as Default
Cloning a Product
Quickly set up a new product by duplicating an existing one:
- Find the product to clone
- Click Clone
- The new product copies the original's categories, statuses, and theme settings
- Rename and customize as needed
Cloning copies the structure (categories, settings) but not the features, votes, or comments.
Deleting a Product
- Find the product
- Click Delete
- Confirm the action
Deleting a product removes all its associated features, votes, and comments. This action cannot be undone.
Public Access
Each product has its own public URLs:
- Default product: Accessible at
/featuresand/roadmap - Other products: Accessible at
/p/{product-slug}/featuresand/p/{product-slug}/roadmap
Users can browse and switch between products from the public board.
Tips
| Tip | Why |
|---|---|
| Use clear slugs | Makes URLs readable |
| Clone for consistency | Keeps category structure consistent |
| Set up categories per product | Different products need different categories |
Next Steps
- Categories - Set up categories for each product
- Managing Features - Manage features per product