So you created a cool react thing on claude.ai and want to get some more control.

First thing to do is download locally.

I recently downloaded an advertising summary, so the download file was ad-performance-dashboard.tsx

  1. Make sure you have bun installed https://bun.sh/docs/installation brew install oven-sh/bun/bun
  2. Make a directory for you file mkdir ad-perf and put your file in there
  3. Change directory to get inside the new folder cd ad-perf
  4. Use Bun Create! - https://bun.sh/docs/cli/bun-create
bun create ./ad-performance-dashboard.tsx