build69
build69  /  Components  /  App  /  RetroPage

RetroPage

v1.0.15Updated 27 Aug 2026

Composed example sprint-retrospective board: Went well / To improve / Action items columns with vote pills, anonymous notes, theme grouping and owner-assigned action items under a timer-chip PageHead.

Preview

Live · 8 stories
DefaultOpen ↗
Why this is recommendedpageretrospectiveretrosprint+6

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

Recommended for+14
  • Sprint retrospectives
  • Team feedback / voting boards
  • Agile ceremony tooling
Tags+6
pageretrospectiveretrosprintagilescrumvotingboardexampledefault
Features+4
  • Voting timer chip + participants in PageHead
  • Vote pills with blind dots while voting is open
  • Theme header cards grouping related notes
  • Anonymous-author notes
  • Vote-sorted reveal with top-voted highlight
  • Action items with owners, due dates and linked issue keys (IssueTypeIcon + StatusLozenge)
Not recommended for−2
  • Direct embedding
  • Work-tracking boards (use KanbanPage)

Install

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

get_registry_item({ name: "RetroPage" })

Usage

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

<RetroPage votingClosed />

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 — RetroPage is composed rather than configured. See the source for its full signature.

Related