propflowai · component arsenal · salvage manifest

The 14 components we deleted

229 components have been registered in the arsenal. 191 are live. Of the 38 that vanished, 24 were renames or merges that still exist under a new slug — these 14 are the real deletions, all recovered from git and all rendering on this page. Tick what you want back and copy the selection at the bottom.

live — recovered code, executing repro — real markup, data and copy content withheld — see Testimonial

Running the recovered code

Ported off React with the math untouched — no three.js, no framer-motion, same output.

original palette on its original white ground · drag to rotate
real GLSL · analytic ray-sphere instead of a three.js mesh
click Find, or press ⌘K / Ctrl+K inside the frame · ↑↓ to move, Esc to close
PropFlowAI /propflowai Production
Find…⌘K
Deployments, logs, analytics — the clone's page bodies were deleted with the route group. The chrome is what survived in these three files.
The scoring ladder, verbatim
if (label === query)            return { it, score: 0 };
if (label.startsWith(query))    return { it, score: 1 };
if (cat.startsWith(query))      return { it, score: 2 };
if (label.includes(query))      return { it, score: 3 };
if (cat.includes(query))        return { it, score: 4 };
return null;

scored.sort((a, b) => a.score - b.score || a.it.label.localeCompare(b.it.label));

Rebuilt from the recovered files

Structure, styling, data and copy lifted straight out of the recovered source.

real content · stage tabs wired · curve chart omitted

the mix-blend-color mechanic · same gradient geometry, stand-in sphere
verbatim copy + verbatim CSS
    real copy + real icons · framer-motion stagger dropped
    real data · framer-motion stagger dropped

    Per 250 units · estimated annual impact

    Where the return comes from

    ROI drivers

      250-unit illustration

      real content · real bar values and driver colors

      verbatim copy · accordion wired, first row open as authored
      the original preview fixture, verbatim
      NameEmailRoleAdded
      geometry only · quotes withheld — they were unearned proof

      Line counts and refs were read back out of git blobs, not estimated. Refs use the <commit>^ form because each names the commit that removed the file, so its parent holds the last good copy. The 24 renamed-not-deleted slugs are omitted — there is nothing to restore.

      0 selected
      PropFlow Docs