What problem does it solve? Deploying static frontends involves many configuration decisions—build commands, publish paths, SPA fallback routing, redirect rules, and response headers—and mistakes cause 404s on refresh, stale cached content, or misconfigured security headers. This Skill provides the correct Render static site configuration for each framework and routing scenario. ## Core Features & Use Cases - Framework Build Configuration: Provides build commands and publish paths for React, Vite, Next.js static export, Nuxt, Hugo, Gatsby, Docusaurus, Jekyll, Astro, Angular, and Eleventy. - SPA Routing & Redirects: Configures catch-all rewrite rules so client-side routes serve index.html instead of returning 404, with correct rule ordering for specific redirects. - Headers, Previews & CDN: Sets security and cache-control headers, enables PR preview environments, and explains Brotli compression, HTTP/2, and instant cache invalidation. - Use Case: You have a Vite React app and need it live on a CDN with SPA routing. The Skill supplies the Blueprint with buildCommand: npm ci && npm run build, staticPublishPath: dist, and the catch-all rewrite rule. ## Quick Start Ask the assistant to deploy your Vite React app as a Render static site with SPA fallback routing and security headers.