-
Performance
Audit my bundle for bloated and duplicate dependencies
Visualizes the production bundle, finds oversized and duplicate packages, and replaces or tree-shakes the offenders.
Free Prompt
What This Does / How This Helps
Opens up your production bundle, names the biggest packages in it, and removes, dedupes, or lazy-loads the ones wasting bandwidth. Bundle bloat in vibe-coded apps is mostly dependency decisions the AI made for you: moment.js because it was popular in the training data, all of lodash for one debounce call, an entire icon set for six icons, and a charting library in the initial bundle for a page most users never open. The prompt visualizes what is actually shipping, fixes the import patterns that defeat tree-shaking, splits route-specific heavies into on-demand chunks, and gives you the before/after numbers to prove it.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).