render-static-sites

Automate static site deployment and configuration on Render's global CDN.

Updated May 28, 2026
One-click install
npx skills add https://github.com/render-oss/render-codex-plugin --skill render-static-sites-render-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-static-sites
Source: https://github.com/render-oss/render-codex-plugin/tree/main/skills/render-static-sites
Command: npx skills add https://github.com/render-oss/render-codex-plugin --skill render-static-sites-render-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates deployment and configuration of static sites on Render's global CDN, handling build steps, publish paths, SPA routing, redirects, custom headers, and PR previews to reduce manual setup and deployment errors.

Core Features & Use Cases

  • Automated build and publish configuration for static sites across frameworks (React, Vue, Hugo, Gatsby, Docusaurus, Jekyll, etc.).
  • SPA routing, redirects/rewrites, and custom headers to secure and optimize delivery.
  • PR previews and instant cache invalidation to support fast, safe deployments.

Quick Start

Deploy a static site to Render's CDN with SPA routing, redirects, and headers enabled.

Frequently Asked Questions about render-static-sites

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a static site to Render CDN with SPA routing?

Deploy a static site to Render CDN by configuring build commands, publish paths, and SPA routing through blueprint fields. This automates build steps and redirect rules to reduce manual setup errors.

What's the best way to configure redirects and custom headers for static sites on Render?

Configure redirects and custom headers for static sites on Render by defining route rules within blueprint fields. This secures and optimizes content delivery across various frontend frameworks.

Does Render CDN support PR previews for static sites?

Render CDN supports PR previews for static sites, enabling instant cache invalidation and safe deployments. This allows you to preview changes before merging to production.

Can I use Render CDN to deploy frameworks like React, Hugo, or Docusaurus?

Render CDN deploys static sites from frameworks like React, Hugo, and Docusaurus. It automates build and publish configuration across various frontend frameworks without manual setup.

Why do my SPA routes break after deploying a static site to Render?

SPA routes break on Render when SPA routing configuration is missing from blueprint fields. Defining redirect rules ensures client-side routing resolves correctly on the CDN.