build69
build69  /  Components  /  App  /  StandupPage

StandupPage

v1.0.13Updated 27 Aug 2026

Composed example daily-standup page: PageHead day switcher, submitted/awaiting status strip, a grid of per-person check-in cards (Yesterday/Today issue bullets, destructive blocker callouts, out-of-office states) and a parking-lot topic list.

Preview

Live · 8 stories
DefaultOpen ↗
Why this is recommendedpagestandupdaily-scrumscrum+5

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

Recommended for+14
  • Daily scrum / async standup tools
  • Sprint rituals inside project trackers
  • Team status check-in dashboards
Tags+6
pagestandupdaily-scrumscrumagileteamcheck-inexampledefault
Features+4
  • Prev/next-day switcher + date in PageHead actions
  • Check-in status strip: n of m submitted with success/muted chips + progress meter
  • Per-person cards with Yesterday/Today bullets referencing issue keys (IssueTypeIcon)
  • Destructive blocker callouts with blocking issue key + StatusLozenge
  • Out-of-office and awaiting-with-nudge card states
  • Parking lot list with topic tags and raised-by avatars
Not recommended for−2
  • Direct embedding
  • Sprint planning views (use BacklogPage)
  • Full board views (use KanbanPage)

Install

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

get_registry_item({ name: "StandupPage" })

Usage

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

<StandupPage />

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

Related