Turn your product plans into a beautiful, live roadmap inside WordPress. Create features, group by products, track progress by status, and showcase what’s Planned, In Progress, and Completed — all on your own site.
Why teams choose Product Roadmap
- Show progress clearly: Communicate what’s coming next and what just shipped.
- Organize by product: One site can host multiple product or project roadmaps.
- Built for WordPress: Use a Gutenberg block or shortcode — no custom code needed.
- Beautiful by default: Clean, horizontal, scrollable layout with sensible defaults.
- Flexible & scalable: Custom statuses, ordering, and multiple displays per page.
- Fast & secure: Modern PHP 8.3, optimized queries, and WordPress best practices.
How it works (3 steps)
- Add Products: Roadmap → Products
- Create Features: Roadmap → All Features (assign product and status)
- Publish: Insert the Roadmap block or use a shortcode on any page
[w4pr-roadmap product="mobile-app"]Key features
- Feature management: Create and organize roadmap items quickly
- Status tracking: Planned, In Progress, Completed, On Hold, Cancelled (customizable)
- Product grouping: Filter and display per product or project
- Custom order: Control the column sequence with position values
- Multiple displays: Add multiple roadmaps to the same page
- Gutenberg + Shortcode: Choose the editor flow that fits your team
- Translation-ready: Ship your roadmap in any language (text domain
w4pr) - Design tokens: Tweak widths, spacing, and colors via CSS variables
Perfect for
- Product teams sharing public roadmaps
- Agencies reporting client project progress
- Startups communicating vision and momentum
- Internal teams tracking initiatives transparently
Live editing in the Block Editor
- Insert the Roadmap block, select a product, and preview instantly
- Add multiple blocks for different products on the same page
- Works seamlessly with your theme styles
Customization examples
Adjust column width and typography via CSS variables:
:root {
--w4pr-status-min-width: 250px;
--w4pr-padding: 16px;
--w4pr-title-size: 20px;
--w4pr-text-size: 15px;
}Frequently asked questions
Can I show multiple products on one page?
Yes. Add multiple blocks or shortcodes, each pointing to a different product.
Can I change or add statuses?
Yes. Roadmap → Statuses lets you add custom statuses and control their order.
Does it work with my theme?
Yes. It uses WordPress best practices and inherits theme typography where possible.
Is it translation-ready?
Yes. Text domain w4pr and standard WordPress i18n support.
Technical details
- WordPress 5.0+ | PHP 8.3+
- Clean, performant data queries
- WordPress-native capabilities and security (nonces, sanitization, escaping)
- Shortcode:
[w4pr-roadmap product="{product-slug}"] - Block: “Roadmap” (Gutenberg)