Cloudflare Static Assets Serve static files, single-page applications (SPAs), and build hybrid Workers that combine API routes with frontend hosting. FIRST: Project Setup Static Assets require a directory and configuration in : When to Use | Use Case | Description | |----------|-------------| | Single-Page Applications | React, Vue, Angular apps with client-side routing | | Static Sites | HTML/CSS/JS sites, generated static content | | Hybrid Apps | Worker API routes + frontend in one deployment | | Framework Integration | Next.js, Vite, Remix build outputs | Quick Reference | Task | Configur…