TemplateLaunch

Launch checklist

A launch readiness screen with ordered progress, release gates, and status notes.

Preview

Launch

Product readiness

Track the last checks before the workspace goes live.

  1. OKBuildCore routes and auth screens are ready.
  2. 2QAKeyboard and responsive checks are in progress.
  3. 3DocsWrite release notes and owner handoff.
  4. 4ShipPublish and monitor the first accounts.

Release gates

Required before publishing.

Two checks left
Docs and monitoring are still open.

Ingredients

These are the primitive pieces used by the template.

StepperCheckboxAlertCard

Code

code
<div className="grid gap-5 lg:grid-cols-[1fr_320px]">  <Card>    <Stepper current="qa" items={releaseSteps} />  </Card>  <Card variant="soft">    <Checkbox defaultChecked label="Design review" />    <Checkbox label="Release notes" />    <Alert title="Two checks left" tone="warning" />  </Card></div>