tech/cloudflare/pages

Deploy and manage static websites and serverless functions on Cloudflare Pages.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/2nth-ai/skills --skill tech-cloudflare-pages
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech/cloudflare/pages
Source: https://github.com/2nth-ai/skills/tree/main/tech/cloudflare/pages
Command: npx skills add https://github.com/2nth-ai/skills --skill tech-cloudflare-pages

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wrangler, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of deploying and managing static websites and serverless functions on Cloudflare Pages, offering an easy-to-use solution for creating and maintaining web applications.

Core Features & Use Cases

  • Static Site Hosting: Deploy frontend apps, marketing sites, and documentation from Git repos.
  • Serverless Functions: Add server-side logic to static sites using Pages Functions (edge Workers).
  • CI/CD Integration: Set up Git-based CI/CD with automatic branch preview deployments.
  • Unlimited Sites: Free plan includes unlimited sites with 500 builds/month.

Quick Start

Deploy your site to Cloudflare Pages using the Wrangler CLI:

wrangler pages deploy ./dist --project-name=my-site

Frequently Asked Questions about tech/cloudflare/pages

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

FAQPage Schema
How do I deploy a static website to Cloudflare Pages?

To deploy a static website to Cloudflare Pages, use the Wrangler CLI to run the command `wrangler pages deploy ./dist --project-name=my-site`, which uploads your build directory and provisions the hosting environment automatically.

Can I add serverless functions to my static site on Cloudflare Pages?

Yes, you can add serverless functions to your static site using Pages Functions. This feature integrates Cloudflare Workers at the edge, allowing you to inject server-side logic directly into your frontend deployment without separate infrastructure.

Does Cloudflare Pages support Git-based CI/CD workflows?

Yes, Cloudflare Pages supports Git-based CI/CD workflows by connecting your repository for automatic deployments. It generates branch preview deployments automatically, enabling isolated testing environments for every code change before production merge.

Do I need the Wrangler CLI to manage Cloudflare Pages deployments?

Yes, the Wrangler CLI is required to execute deployment commands and manage Pages projects locally. You also need an active Cloudflare account to bind the deployment targets and configure project settings.

What are the build limits for static hosting on Cloudflare Pages?

The free plan for static hosting on Cloudflare Pages includes unlimited sites with a limit of 500 builds per month. This accommodates continuous integration pipelines while capping automated compilation frequency for repository updates.