✦ Video idea
1
Paste shot list2
Review clips3
Save to bank◈ Shot list from filming
0
Total clips
0
Videos logged
0
Locations
0
Flagged reusable
◈
One-time Notion setup: Create a new database called "PurpleTie Clip Bank" with these columns: Name · Description · Shot Type · Location · People · Equipment/Props · Reusable · Source Video · Series · Date Filmed. Then use Merge with CSV to import. After that, each export just adds new rows.
↗ Export options
No clips to export yet. Log some videos first.
How to import into Notion
1
Open your Notion Clip Bank database (create it if needed using the column names above)
2
Click the ··· menu at the top right of the database view
3
Select Merge with CSV and upload the file you downloaded
4
Map the columns — Notion will auto-match by name if you used the exact column names above
5
Done. New clips appear as rows. Link the Source Video column to your ideas database using a Relation property.
⚙
Both script generation and Notion sync require a Cloudflare Worker proxy because browsers block direct API calls from local files. Deploy the worker once (free, ~3 min) and everything works permanently.
⚙ Cloudflare Worker URL
How to deploy the worker (3 steps)
1Go to dash.cloudflare.com → Workers & Pages → Create → Create Worker. Name it
purpletie-proxy and click Deploy.2Click Edit code, delete everything, paste the contents of
cloudflare_worker.js (downloaded alongside this file), then click Deploy.3Copy the worker URL shown at the top (e.g.
https://purpletie-proxy.xyz.workers.dev) and paste it above.⚙ Anthropic API key
✦Get your key at console.anthropic.com → API Keys → Create Key. This powers script generation and shot extraction.
Current config