build69
build69  /  Components  /  App  /  RoadmapPage

RoadmapPage

v1.0.10Updated 27 Aug 2026

Jira-parity roadmap — the Timeline view as a full page, with epics and progress-filled bars on a Months / Quarters time axis. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 6 stories
DefaultOpen ↗
Why this is recommendedpagejiraroadmaptimeline+5

The default, out-of-the-box RoadmapPage.

Recommended for+14
  • Product roadmaps
  • Epic-level planning views
  • Jira-style trackers
Tags+6
pagejiraroadmaptimelineganttepicagileexampledefault
Features+4
  • Expandable epic rows
  • Progress-filled epic bars
  • Child bars with assignee avatars
  • Months/Quarters zoom
  • Today marker
Not recommended for−2
  • Task-level Gantt scheduling (use GanttChart)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "RoadmapPage" })

Usage

import { RoadmapPage } from '@/components/pages/RoadmapPage';

<RoadmapPage />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

No documented props — RoadmapPage is composed rather than configured. See the source for its full signature.

Related