Embeddable boards

Embed customer feedback where users already are

Add a focused view of an eligible public Productroad board to a product page, help center, or internal hub. Visitors can browse requests in place and continue to the full board when they want to vote or submit feedback.

Only public, non-segmented boards can be embedded. Private audience rules stay closed by default.

Live example

Try the Bugs & Issues widget

This is Productroad's public bug board rendered through the same isolated endpoint customers embed. Browse it here; reporting a bug opens the complete board in a new tab so login and submission stay on the trusted Productroad domain.

Want to report something?Report a bug on the full board

Simple setup

One snippet, a deliberately small security boundary

Choose Embed in board settings, copy the generated iframe, and paste it where you want the board to appear. No SDK, API key, or JavaScript bundle is required.

Choose a public board

Closed workspaces, private boards, and segmented boards fail closed instead of exposing a partial view.

Copy and paste

The generated iframe is responsive, lazy-loaded, and has a useful accessible title by default.

Keep participation trusted

Voting, authentication, and submissions open on the full board, avoiding third-party cookie and clickjacking surprises.

What you paste

Each board gets its own URL automatically. The restrictive sandbox is included in the generated code.

<iframe
  src="https://feedback.example.com/embed/board/bugs/"
  title="Productroad feedback board"
  loading="lazy"
  sandbox="allow-popups allow-popups-to-escape-sandbox"
  referrerpolicy="no-referrer"
  style="width:100%;height:640px;border:0;border-radius:12px;">
</iframe>

Safe by default

Built to coexist with existing customer portals

  • The normal board URL, permissions, and customer flows remain unchanged.
  • The embed is read-only and does not consume or refresh a visitor's Productroad session.
  • User-authored content is rendered as escaped plain text inside the widget.
  • Access changes take effect immediately because embed responses are not cached.

Productroad helps you collect user feedback, prioritize it, make a roadmap of a project and inform customers via changelog about new cool features.

Free 14 day trial. No credit 💳 card required.