-
Performance
Shrink my JavaScript bundle
Analyze what's in the bundle, evict the squatters, and split what's left so browsers download less code.
Free Prompt
What This Does / How This Helps
This analyzes your JavaScript bundle and shrinks it: targeted imports instead of whole libraries, dedupe, dead dependency removal, and splitting rarely used features out of the main payload. JavaScript is doubly expensive: bytes to download, then parse and execute time on the phone in your user's pocket. AI tools import entire libraries for single utilities constantly, and generated apps drift toward shipping server code to the client, which is a secret-leak risk on top of the bloat. A bundle audit is one of the few performance tasks where an hour of work shows up clearly in the numbers.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).