Roadmap Widget

Build transparency and excitement by sharing your product's future with your users.

Feature Voting

Let users vote on their most-wanted features to help you prioritize development.

Public Transparency

Show what's "In Progress", "Planned", and "Completed" to keep users engaged.

Integration

The Roadmap widget is typically embedded as a full-page view or a large section.

<iframe 
  src="https://panwidget.com/embed/roadmap/YOUR_PROJECT_ID" 
  width="100%" 
  height="800px" 
  frameborder="0"
></iframe>

Customization

You can configure the roadmap's appearance in the Roadmap section of your dashboard:

  • Columns: Customize the names of your roadmap stages (e.g., "Coming Soon" instead of "Planned").
  • Voting: Enable or disable public voting.
  • Visibility: Choose which features are public and which are internal-only.

Floating Button

You can also add a floating "Roadmap" button that opens the roadmap in a modal:

<script 
  src="https://panwidget.com/embed.js" 
  data-project-id="YOUR_PROJECT_ID"
  data-type="roadmap"
  async
></script>