Productboard is a product management platform designed to help teams understand what customers need, decide what to build next, and align everyone on the roadmap. The main purpose of the tool is to provide a central system for product managers to gather feedback, prioritize features, and communicate their strategy. It helps connect the feedback from customers directly to the features being developed. The company was founded in 2014 by Hubert Palan and Daniel Hejl. Productboard has its headquarters in San Francisco, California, with offices in other locations like Prague and Vancouver. It serves as a single source of truth for product teams, from small startups to large enterprises.
Productboard offers a set of tools to manage the entire product lifecycle. Here are its main features:
Productboard offers several pricing plans designed for different team sizes and needs. Specific prices are not listed here, but the plans are structured as follows:
Productboard does not offer a permanent free plan. However, it provides a 15-day free trial for its paid plans. During the trial period, you can access all the features of the selected plan. This allows you to test the platform thoroughly, connect your data sources, create roadmaps, and see if it fits your team's workflow before making a purchase.
Getting started with Productboard involves a few simple steps to organize your product management process.
Here are some of the advantages and disadvantages of using Productboard.
Pros:
Cons:
Productboard integrates with a wide range of tools to streamline workflows across different teams.
To set up an integration, you typically go to the 'Integrations' section in your workspace settings, select the app, and follow the authentication and configuration steps.
If Productboard is not the right fit, here are some other popular product management tools:
Yes, Productboard provides a public API that allows developers to build custom integrations and automate workflows. The API lets you programmatically access and manage data such as features, components, and feedback.
To get an API key, you need to be an admin in your Productboard workspace. You can generate a token in the Workspace Settings under the Integrations or API section. This token is used to authenticate your API requests.
Here is a simple example of how to use the API with curl
to fetch a list of features:
curl -X GET "https://api.productboard.com/features" \
-H "Authorization: Bearer YOUR_API_TOKEN" \
-H "Content-Type: application/json"
Replace YOUR_API_TOKEN
with the token you generated. For more details, you can visit the Productboard developer portal on their website.
Productboard does not have a traditional affiliate program where you earn a commission for referrals. Instead, they offer a Partner Program for solution partners, consultants, and technology partners who help customers implement or integrate with Productboard. This program is designed for businesses that provide services related to product management. If you are interested in becoming a partner, you should visit the 'Partners' page on the Productboard website and contact their partnership team directly to discuss opportunities.