BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/neon-ui/checkpoint-timeline

CheckpointTimeline

neon-ui/checkpoint-timeline
FreeComponent

Checkpoint history rail with git sha, snapshot indicator, project id, restore with busy state, and empty state.

Install it

npx shadcn@latest add https://ui.neon.com/r/checkpoint-timeline.json

Source

src/components/checkpoint-timeline/checkpoint-timeline.tsxui.neon.com/r/checkpoint-timeline.json · first 6 KB
1"use client";
2
3import type { ComponentProps, ReactNode } from "react";
4
5import { EmptyState } from "@/components/empty-state/empty-state";
6import { Button } from "@/components/ui/button";
7import { cn } from "@/lib/utils";
8
9export interface Checkpoint {
10 /** Stable id the restore action reports. */
11 id: string;
12 /** Human label, e.g. "Added billing page". */
13 label: string;
14 /** Display-ready timestamp, e.g. "2m ago". */
15 createdAt: string;
16 /** Short git sha, e.g. "f39ac2d". */
17 sha?: string;
18 /** Whether a database snapshot rides with this checkpoint. */
19 snapshot?: boolean;
20 /** Tenant Neon project id, e.g. "damp-forest-123456". */
21 projectId?: string;
22}
23
24export type CheckpointTimelineProps = Omit<
25 ComponentProps<"div">,
26 "children"
27> & {
28 /** Newest first — the top row reads as "now". */
29 checkpoints: Checkpoint[];
30 /** Renders the restore action on every row. */
31 onRestore?: (id: string) => void;
32 /** The checkpoint currently restoring; locks every other action. */
33 restoringId?: string | null;
34 /** Override the built-in empty state. */
35 empty?: ReactNode;
36};
37
38/* ─────────────────────────────────────────────────────────
39 * TIMELINE STORYBOARD
40 *
41 * entrance rows rise 8px one at a time, 60ms apart —
42 * history introduces itself newest first
43 * rest one continuous hairline rail threads square
44 * markers (the StatusBadge vocabulary); the
45 * newest holds primary and wears a mono
46 * "current" tag, the past stays muted; each row
47 * speaks twice — label + timestamp, then one
48 * quiet mono line: sha · ■ snapshot · project
49 * engage hovering or focusing a row wakes its restore
50 * action — it slides out from behind the row
51 * (8px, 200ms ease-out) as it fades in; the
52 * space is always reserved, the row itself
53 * never moves
54 * restore the acting row holds: its marker breathes
55 * primary and the action shimmers "Restoring…";
56 * the rest of history recedes to half voice
57 * until the flight lands
58 * empty EmptyState holds the space — history hasn't
59 * started, it isn't missing
60// … truncated

What it pulls in

Other registry items

  • utils
  • https://ui.neon.com/r/neon-tokens.json
  • https://ui.neon.com/r/button.json
  • https://ui.neon.com/r/empty-state.json

Files it writes

  • src/components/checkpoint-timeline/checkpoint-timeline.tsx

Facts

Registry
neon-ui
Type
registry:component
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-09
Last confirmed
yesterday

Go to the source

ui.neon.com neondatabase/ui on GitHub Raw registry item This item as JSON

More from neon-ui

All 77 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
ActivityFeedactivity-feedneon-uiComponentsFree2 deps
AgentChatagent-chatneon-uiComponentsFree6 deps
AnimatedWashanimated-washneon-uiComponentsFreeno deps · 2 files
ApiKeyListapi-key-listneon-uiComponentsFree2 deps
AppCardapp-cardneon-uiComponentsFree2 deps
AppCreatorapp-creatorneon-uiComponentsFree2 deps
AuthFormauth-formneon-uiComponentsFreeno deps
AutoscaleChartautoscale-chartneon-uiComponentsFree1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex