Choose a public board
Closed workspaces, private boards, and segmented boards fail closed instead of exposing a partial view.
Embeddable boards
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
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.
Simple setup
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.
Closed workspaces, private boards, and segmented boards fail closed instead of exposing a partial view.
The generated iframe is responsive, lazy-loaded, and has a useful accessible title by default.
Voting, authentication, and submissions open on the full board, avoiding third-party cookie and clickjacking surprises.
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
Productroad helps you collect user feedback, prioritize it, make a roadmap of a project and inform customers via changelog about new cool features.