forever components

Progress & Status

Install Phases

Marching diamond packets stream along a gated conduit through Download, Verify, Install, Done phases; a scan cursor and label row track progress.

css+canvasmedium complexitymoderate motion

Open on the canvas to copy the code → Free account · 3 copies a day · membership goes unlimited

Live demo — the real component, running in a sandbox. One self-contained HTML file, zero dependencies. Open it on the canvas →
Worth keeping? Votes steer what gets built next — sign in to cast one, free to read

When to use it

Software install flows, pipeline status displays, or developer-tool UIs needing ambient terminal-style progress.

When not to

Light or colorful backgrounds — colors are hardcoded dark navy. Not suitable as a real progress bar without external control.

Working with an AI agent

Every component ships agent-ready metadata. An example instruction for this one:

Change PHASES to ['Fetch','Build','Test','Deploy'] and set --pg10-accent to #f59e0b for a warm amber conduit. Theme: dark tokens live in :root, the light variant in :root[data-theme="light"]; ?theme=light or a {type:'forever:theme'} postMessage switches at runtime.

Safe to edit

  • phase labels (PHASES array)
  • packet count (POOL=10)
  • progress speed (dt*0.085 coefficient)
  • accent colors (--pg10-accent, --pg10-accent2)
  • packet march speed (SPEED=0.18)
  • hold pause duration (1300ms)
  • theme tokens (:root dark defaults + [data-theme=light] overrides)

Keep intact

  • IIFE wrapper
  • prefers-reduced-motion guard
  • visibilitychange pause/resume
  • aria progressbar + aria-valuenow updates
  • theme hook (?theme= bootstrap + forever:theme message listener + theme tokens)

Known limitations

  • Light re-theme via the [data-theme=light] token block; catalog bg/accent describe the dark default
  • Auto-cycles; no external API to control progress
  • Packet positions normalized, not tied to real bytes

progressinstallphasespacketsterminalmonospaceloop

More Progress & Status components

  • Linear ProgressOlive-to-slate gradient bar fills left-to-right with a glowing leading edge, live percent readout, tick scale, and status dot; cycles fill → hold → reset…
  • Segmented StepperFour-step circular stepper auto-advances, filling connector segments with a plum-to-teal gradient and stamping SVG checkmarks as each step completes.
  • Upload ProgressCircular rust-toned ring fills to 100% with a leading dot and numeric readout; completes with a green checkmark draw-in. Auto-cycles.
  • Skeleton LoaderDark content-card skeleton with avatar, text rows, thumbnail, and pills swept by a staggered denim-blue diagonal shimmer and a breathing radial pulse.
  • Battery ChargeBattery shell fills olive-to-tan from 4%→100% over 6 s with a travelling sheen, pulsing bolt icon, and green glow ring at full charge.
  • Multi-TrackFour color-coded bars (ingest, transcode, index, publish) fill at staggered ease-out rates with a live N/4 complete counter; auto-resets after all finish.