10 min read
Product Roadmap Plugin: WordPress Public Roadmap for SaaS and Plugin Vendors (Updated 2026)
Your users have feature requests. Your team has a backlog. Right now, those two worlds probably do not talk to each other. The Product Roadmap Plugin for WordPress bridges that gap by letting you publish a public-facing roadmap directly on your site, collect votes, and show progress without sending users to a third-party tool.
What Is a WordPress Public Roadmap (and Who Needs One)?
A public product roadmap is a prioritized list of what you are building, what is in progress, and what has already shipped. It replaces the inbox full of “when is X coming?” messages with a single source of truth your entire user base can check at any time.
If you run a SaaS product, a WordPress plugin, a membership site, or any platform where users expect continuous improvement, a public roadmap does three things at once:
- Reduces support load. Users stop asking about timelines when they can see them.
- Builds trust. Transparency about what is coming keeps churn lower than any promotional email.
- Guides prioritization. When users vote on features, the vote count becomes real product data, not guesswork.
The typical audience for a WordPress public roadmap: plugin developers with active user bases, SaaS founders running their app on WordPress, membership site owners where subscribers expect regular improvements, and agency teams maintaining client-facing products.
Product Roadmap Plugin vs. Canny, Trello, and Jira in 2026
The default answer for many teams is Canny, Trello, or a Jira board made public. Here is why those options fall short for WordPress-native businesses:
| Tool | Where it lives | Voting | WordPress integration | Cost |
|---|---|---|---|---|
| Canny | canny.io subdomain | Yes | iframe embed only | $79+/month |
| Trello (public board) | trello.com | No native voting | None | $5+ per seat |
| Jira (public roadmap) | atlassian.net | No | None | $7.75+ per user |
| Linear (public roadmap) | linear.app subdomain | No | None | $8+ per user |
| Product Roadmap Plugin | Your WordPress site | Yes, native | Full native | One-time or annual |
The key difference: Canny, Trello, and Jira send your users off-site. Every vote, every status check, every changelog read happens on someone else’s domain. With the Product Roadmap Plugin, the entire experience stays on your WordPress installation, under your brand, indexed by your SEO, and controlled by you.
12 Real-World Use Cases for SaaS and Plugin Vendors
A public roadmap is not just a “nice to have” list. Here are twelve ways teams actually use it:
- Feature request prioritization. Let users vote, then sort by vote count in Roadmap > Items > Sort by Votes to run your next sprint planning meeting with data.
- Reducing duplicate support tickets. Link to the roadmap item from your Zoho/Help Scout reply: “Tracked at our public roadmap” cuts repeated requests by half.
- Changelog communication. Move an item to Completed and sync a changelog entry automatically. Users who voted get an email.
- Plugin release planning. Map roadmap items to version milestones. Users see what is coming in 1.4.0 vs 2.0.0.
- Beta recruitment. Add a “Beta Testing” status column. Users who vote on an item can opt into beta access before general release.
- Stakeholder reporting. Agency teams use the In Progress column as a live client status board, updated as work progresses.
- Community governance. Combine with BuddyPress Polls to run structured community votes before committing items to the roadmap.
- Deprecation notices. Create a “Sunset” status column. Announce features being removed before they disappear.
- SaaS trial-to-paid conversion. Show trial users a roadmap full of upcoming Pro features. Vote counts make the upgrade value concrete.
- Partnership alignment. Integration partners check your In Progress board to time their own development work.
- Content marketing. Each roadmap item that ships becomes a blog post hook: “Here is how we built X based on your votes.”
- Anonymous feedback collection. With the Pro anonymous voting option, even logged-out visitors can signal interest without creating an account.
Core Features: What the Plugin Does
Roadmap Boards with Status Columns
Create multiple boards (one per product, team, or quarter) and organize items into status columns you define: Planned, In Progress, Under Review, Completed, or any custom label that fits your workflow. Each board gets its own page on your site, styled to match your theme.
User Voting and Feature Requests
Logged-in users vote on roadmap items. The vote count is visible publicly. Admins see a sortable list of the most-requested features in Roadmap > Items, which makes prioritization conversations with your team much shorter. You can also let users submit new feature requests directly, which feeds into your backlog as pending items for review.
Anonymous Voting (Pro)
For open communities or trial users, the Pro version lets you enable anonymous voting. Visitors signal interest without registering. You get broader signal data; they get zero friction. You can still prevent ballot stuffing by limiting votes per IP address within a time window.
Changelog Sync
When you move an item to Completed, the plugin auto-generates a changelog entry. This closes the loop for users who voted: they see their request shipped, with a version number and release notes attached. No separate changelog plugin needed.
Admin Analytics Dashboard
The Pro admin dashboard shows vote trends over time, top voters (useful for community recognition), items with stale statuses, and a completion velocity metric: how many items you shipped per month over the last six months. Use this in team retrospectives or investor updates.
Email Notifications
Users who vote on an item receive an email when that item ships. This is built-in, requires no third-party marketing tool, and keeps users connected to your product’s momentum without requiring them to check back manually.
Setting Up Your First Public Roadmap: Step by Step
Here is the actual setup sequence after installing the plugin:
- Install and activate the Product Roadmap Plugin from your WordPress dashboard (Plugins > Add New, or upload the .zip for the Pro version).
- Go to Roadmap > Settings and configure your board name, default status labels, and whether you want public or members-only visibility.
- Create your first board. Roadmap > Boards > Add New. Give it a title, a short description, and choose which user roles can vote.
- Add roadmap items. Roadmap > Items > Add New. Each item has a title, description, status, and optional target version. Assign it to a board.
- Publish your roadmap page. The plugin auto-creates a shortcode and a Gutenberg block you can drop onto any page. The default template works out of the box with most themes.
- Enable voting. In Settings, toggle on “Allow user voting” and set the minimum user role (Subscriber, BuddyPress member, or logged-in only).
- Set up changelog sync. Under Settings > Changelog, connect the roadmap item status to changelog post creation. When you mark an item Done, fill in the release notes field and save.
Voting Workflow: How It Works for Users
From a user’s point of view, the experience is simple:
- They land on your roadmap page (linked from your nav, your docs site, or a support reply).
- They see items grouped by status column.
- They click the vote button on items they care about. Logged-out users are prompted to register or log in first.
- Their vote is recorded. The count updates immediately.
- If they subscribed to notifications, they get an email when that item’s status changes to Completed.
From the admin side, you see each item’s vote count in the Items list table. Sort by votes to see what your users want most. This replaces the informal “we keep getting this request” conversation with actual numbers.
Basecamp and Jira: Connecting Your Internal Tools
Basecamp Integration
Basecamp does not have a native webhook that posts back to WordPress, so the connection is manual by design. The recommended workflow: create a Basecamp To-Do for each roadmap item when you move it to In Progress. When the To-Do is completed in Basecamp, update the WordPress roadmap status manually (or via a Zapier or Make automation if you want to skip the manual step). The plugin’s REST API endpoint for status updates makes this straightforward for anyone comfortable setting up a webhook trigger.
Jira Integration
Jira’s webhook system is more capable. Set up a Jira automation rule that fires when an issue transitions to Done, then POST to the Product Roadmap Plugin’s REST endpoint to update the matching roadmap item’s status. You need the roadmap item ID (visible in the WordPress admin URL) and your WordPress application password. The Pro version includes REST API documentation with example payloads for exactly this use case.
GitHub (for Plugin Vendors)
Plugin vendors on GitHub can use the GitHub Actions and WordPress REST API pattern: a workflow triggered on milestone close that calls the roadmap update endpoint. This keeps your public roadmap current without any manual admin steps when you tag a release.
Pro vs. Free: What Has Changed in 2026
The free version of the Product Roadmap Plugin covers the basics: one board, roadmap items, status columns, and a public display page. The Pro version adds:
- Multiple boards (separate roadmaps per product, team, or category)
- User voting with vote counts and voter lists in admin
- Anonymous voting for logged-out visitors (new in 2026)
- Email notifications when item status changes
- Changelog sync and auto-publish on completion
- Admin analytics dashboard with velocity metrics
- REST API access for Jira/Basecamp/GitHub integrations
- Private roadmap items visible only to specific roles
- Custom statuses beyond the default set
- BuddyPress and BuddyBoss integration (show roadmap in the community context)
BuddyPress Communities: A Natural Fit
If your WordPress site runs BuddyPress or BuddyBoss, the Product Roadmap Plugin integrates cleanly. You can restrict voting to BuddyPress members, display roadmap widgets in the community sidebar, or post roadmap updates as BuddyPress activity items so they appear in members’ activity feeds.
This makes the roadmap part of your community’s daily flow rather than a standalone admin page that users only visit when they think of a feature request. Combined with BuddyPress Polls, you can run structured votes on feature direction before committing anything to the roadmap, giving your community a real voice in what gets built next.
Common Mistakes When Running a Public Roadmap
- Putting items in “Planned” with no timeline estimate. Users interpret “Planned” as “coming soon.” Add a rough quarter target even if it is approximate.
- Never moving anything to Completed. A roadmap where nothing ships looks abandoned. Aim to close at least one item per release cycle.
- Leaving voted items in limbo. If you have decided not to build something users voted for, mark it Won’t Do (add a custom status) and explain why in the description. Users respect the honesty.
- Not linking the roadmap from your support docs. The biggest traffic driver for a public roadmap is your support team linking to it in replies. One sentence “You can track this on our public roadmap” converts a frustrated user into an engaged voter.
- Ignoring anonymous vote data. Even if you require login for full voting, the anonymous interest signals from logged-out visitors tell you which features appeal to people who have not yet committed to your product.
Frequently Asked Questions
Can non-logged-in visitors see the roadmap?
Yes. The roadmap page is public by default. Only voting requires a WordPress account (or a BuddyPress membership, depending on your settings). You can also restrict the entire roadmap to logged-in users if your product is for members only.
Does it work with any WordPress theme?
Yes. The plugin outputs standard HTML with minimal plugin-specific CSS. It works with block themes, classic themes, BuddyX, Reign, and third-party themes. The Gutenberg block gives you additional layout control if you are on a block theme.
Can I import my existing Trello or Canny roadmap?
There is no one-click import for Trello or Canny, but the REST API makes bulk creation feasible. Export your items from Trello or Canny as a CSV or JSON, then use a simple script or the WP-CLI command the plugin provides to create roadmap items in bulk. The Pro documentation includes a WP-CLI example for this.
Does voting require users to have accounts?
By default, yes. Voting is tied to a WordPress user ID to prevent duplicate votes. If you are running an open community, you can lower the required role to Subscriber, which makes registration essentially frictionless. The Pro anonymous voting option removes the account requirement entirely.
How does the changelog sync work?
Go to Settings > Changelog in your WordPress admin. Enable “Auto-create changelog on completion.” When you move a roadmap item to your Completed status column, the plugin creates a changelog post draft. You fill in the release notes, set the version number, and publish. The item’s voters receive a notification email automatically.
Get Started with the Product Roadmap Plugin
The free version gets you a working public roadmap in under an hour. If you are running a SaaS product, a plugin business, or a membership community where user feedback shapes your backlog, the Product Roadmap Pro version pays for itself the first time your support team points a frustrated user to the roadmap instead of writing a custom reply.
Related reading