Title: NiroRoadmap &#8211; Public Product Roadmap &amp; Kanban Board
Author: NiroSuite
Published: <strong>September 26, 2026</strong>
Last modified: September 26, 2026

---

Search plugins

![](https://ps.w.org/niroroadmap/assets/banner-772x250.png?rev=3714248)

![](https://ps.w.org/niroroadmap/assets/icon-256x256.png?rev=3714248)

# NiroRoadmap – Public Product Roadmap & Kanban Board

 By [NiroSuite](https://profiles.wordpress.org/nirosuite/)

[Download](https://downloads.wordpress.org/plugin/niroroadmap.0.9.2.zip)

 * [Details](https://wol.wordpress.org/plugins/niroroadmap/#description)
 * [Reviews](https://wol.wordpress.org/plugins/niroroadmap/#reviews)
 *  [Installation](https://wol.wordpress.org/plugins/niroroadmap/#installation)
 * [Development](https://wol.wordpress.org/plugins/niroroadmap/#developers)

 [Support](https://wordpress.org/support/plugin/niroroadmap/)

## Description

**NiroRoadmap** turns your WordPress site into a public product roadmap. Add roadmap
items, group them into statuses such as _Planned_, _In Progress_ and _Completed_,
and publish the board on any page with a shortcode or block.

Visitors can open any item for the full details and upvote or downvote it. You find
out what your users care about most, and they can see what you’re working on.

#### Features

 * **Kanban board:** Items are grouped into status columns, each with its own accent
   color and item count.
 * **Item details popup:** Clicking an item opens a popup with its status, tags,
   description and votes. It zooms out of the card in the style of macOS Quick Look.
 * **Voting:** Anyone can upvote or downvote an item, with no account needed. Each
   browser can vote once per item.
 * **Drag and drop:** Editors and administrators can drag items between columns 
   and reorder them right on the public board.
 * **Sortable statuses:** Drag statuses into the order you want on the admin screen.
   The public board uses the same order.
 * **Products:** Run separate roadmaps for several products and show one product
   per board.
 * **Tags:** Label items (e.g. _Payments_, _Checkout_). Tags are shown on each card.
 * **Shortcode and block:** Use the `[niroroadmap]` shortcode or the **Roadmap**
   block.
 * **Responsive:** On phones the columns scroll sideways with snapping.
 * **Accessible:** Cards can be opened with the keyboard, Esc closes the popup, 
   and the animation is replaced by a plain fade for visitors who prefer reduced
   motion.
 * **Theme-friendly:** Colors, borders and spacing are CSS custom properties you
   can override from your theme.

#### Getting started

On activation, NiroRoadmap creates a **Roadmap** page and four statuses (Under Review,
Planned, In Progress, Completed), so the board works straight away.

 1. Adjust the columns under **NiroRoadmap  Statuses** if you like. Rename them, pick
    colors, and drag them into order.
 2. Optionally add your products under **NiroRoadmap  Products** and your labels under**
    NiroRoadmap  Tags**.
 3. Add items under **NiroRoadmap  Add New**. Give each one a status, and optionally
    a product and tags.
 4. Visit the **Roadmap** page. To show the board somewhere else, use the `[niroroadmap]`
    shortcode or the **Roadmap** block.

#### Shortcode

    ```
    [niroroadmap] shows every item.

    [niroroadmap product="12"] shows only the items of one product. Use the term ID from **NiroRoadmap → Products**.
    ```

The older `[roadmap]` shortcode still works.

#### For developers

Filters:

 * `niroroadmap_show_stage_links`: return `true` to link each column title to its
   status archive.
 * `niroroadmap_get_posts`: filter the items loaded for a column.
 * `niroroadmap-localized_vars`: filter the variables passed to the front-end scripts.

The board’s look can be changed by overriding these CSS custom properties on `.nr-
kanban-columns` and `.nr-modal-overlay`: `--nr-bg`, `--nr-card`, `--nr-border`, `--
nr-text`, `--nr-muted`, `--nr-accent`, `--nr-radius`.

Roadmap data is stored as a regular custom post type (`niroroadmap_item`) with the
taxonomies `niroroadmap_status`, `niroroadmap_product` and `niroroadmap_tag`, so
it works with the standard WordPress APIs.

#### Source code and build tools

The full source code is publicly available at [github.com/codexpertio/niroroadmap](https://github.com/codexpertio/niroroadmap).

The only compiled file is the block script in `build/roadmap/`. Its human-readable
source ships with the plugin in `app/Blocks/roadmap/`. To rebuild it, run `npm install`
and then `npm run build:blocks` (uses [@wordpress/scripts](https://www.npmjs.com/package/@wordpress/scripts)).
PHP dependencies are listed in `composer.json`; run `composer install` to install
them.

#### Privacy

NiroRoadmap makes no requests to external services and stores no personal data. 
Votes are stored as plain counts on each item. To stop repeat votes, the visitor’s
browser keeps a list of the items it has voted on in local storage (`niroroadmap_votes`).
This list is never sent to the server.

## Screenshots

[⌊The public roadmap board, with status columns, tags and vote counts.⌉⌊The public
roadmap board, with status columns, tags and vote counts.⌉[

The public roadmap board, with status columns, tags and vote counts.

[⌊The item popup with status, tags, voting and the full description.⌉⌊The item popup
with status, tags, voting and the full description.⌉[

The item popup with status, tags, voting and the full description.

[⌊Managing statuses. Drag the rows to reorder the columns and pick a color for each.⌉⌊
Managing statuses. Drag the rows to reorder the columns and pick a color for each
.⌉[

Managing statuses. Drag the rows to reorder the columns and pick a color for each.

## Blocks

This plugin provides 1 block.

 *   Roadmap Roadmap block

## Installation

 1. In your dashboard, go to **Plugins  Add New**, search for “NiroRoadmap”, then install
    and activate it. Or upload the `niroroadmap` folder to `/wp-content/plugins/` and
    activate it from the **Plugins** screen.
 2. A **Roadmap** page and default statuses are created for you. If a page already 
    shows the roadmap, it’s used instead of creating a new one.
 3. Add items under **NiroRoadmap  Add New**.

## FAQ

### Do visitors need an account to vote?

No. Anyone can upvote or downvote an item. Each browser can vote once per item.

### Who can drag items between columns?

Editors and administrators. They can drag items directly on the public board while
logged in. Everyone else sees a read-only board.

### How do I change the order of the columns?

Go to **NiroRoadmap  Statuses** and drag the rows into the order you want. The order
is saved right away and used on the public board.

### How do I change a column’s color?

Edit the status under **NiroRoadmap  Statuses** and pick a color. It’s used for 
the column’s top border and status dot.

### Can I show a separate roadmap per product?

Yes. Assign items to a product, then use `[niroroadmap product="ID"]` with that 
product’s term ID.

### Will the board match my theme?

It uses your theme’s fonts and a neutral design. To adjust the colors, override 
the CSS custom properties listed under “For developers”.

### Will activating it create pages or statuses every time?

No. The Roadmap page is created once, and only if no page already shows the roadmap.
The default statuses are added once, and only if you have none. If you delete them,
they won’t come back.

### What happens to my data if I delete the plugin?

Deleting the plugin removes its settings. Your roadmap items, statuses, products,
tags and the Roadmap page are kept.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“NiroRoadmap – Public Product Roadmap & Kanban Board” is open source software. The
following people have contributed to this plugin.

Contributors

 *   [ NiroSuite ](https://profiles.wordpress.org/nirosuite/)

[Translate “NiroRoadmap – Public Product Roadmap & Kanban Board” into your language.](https://translate.wordpress.org/projects/wp-plugins/niroroadmap)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/niroroadmap/), check
out the [SVN repository](https://plugins.svn.wordpress.org/niroroadmap/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/niroroadmap/) by
[RSS](https://plugins.trac.wordpress.org/log/niroroadmap/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 0.9 – 2026-09-26

 * Initial release with Kanban board, task voting, shortcode support, REST API integration,
   and customizable taxonomy columns.

## Meta

 *  Version **0.9.2**
 *  Last updated **1 day ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **7.1.2**
 *  PHP version ** 8.0 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/niroroadmap/)
 * Tags
 * [feedback](https://wol.wordpress.org/plugins/tags/feedback/)[kanban](https://wol.wordpress.org/plugins/tags/kanban/)
   [product roadmap](https://wol.wordpress.org/plugins/tags/product-roadmap/)[roadmap](https://wol.wordpress.org/plugins/tags/roadmap/)
   [voting](https://wol.wordpress.org/plugins/tags/voting/)
 *  [Advanced View](https://wol.wordpress.org/plugins/niroroadmap/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/niroroadmap/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/niroroadmap/reviews/)

## Contributors

 *   [ NiroSuite ](https://profiles.wordpress.org/nirosuite/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/niroroadmap/)