-
Performance
Serve my static assets through a CDN
Put images, scripts, and styles on a CDN with correct cache headers so repeat visits and distant users stop waiting.
Free Prompt
What This Does / How This Helps
This puts your static assets on a CDN with correct cache headers, fingerprinted filenames, and compression, verified by actual response headers. Asset delivery is a solved problem that vibe-coded apps routinely unsolve: everything served from a single app server, no cache headers, and a deploy that busts nothing. The result is slow first visits, slow repeat visits that shouldn't be, and users stuck on stale code reporting bugs you already fixed. The verification step matters because 'the CDN is on' and 'assets are actually cached at the edge' are different facts.
Want to skip doing this by hand?
Fortivibe audits your app for all of the areas these prompts cover (and more).