pages-deployment

Deploy static and fullstack apps to Cloudflare Pages with Wrangler CLI.

Updated Jan 8, 2026
One-click install
npx skills add https://github.com/biwakonbu/cc-plugins --skill pages-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pages-deployment
Source: https://github.com/biwakonbu/cc-plugins/tree/main/plugins/cloudflare-knowledge/skills/pages-deployment
Command: npx skills add https://github.com/biwakonbu/cc-plugins --skill pages-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides guidance for deploying sites on Cloudflare Pages, including Pages Functions, framework integrations, build settings, and preview environments to streamline and correct deployments.

Core Features & Use Cases

  • Framework-agnostic deployment guidance for Cloudflare Pages, Pages Functions, and common workflows.
  • Step-by-step setup for Wrangler CLI, Git integration, and build configuration across multiple frameworks.
  • Use case: Deploy a Next.js app with Pages Functions and Preview branches to rapidly iterate on a production-like environment.

Quick Start

Deploy a Next.js project to Cloudflare Pages with Pages Functions enabled and preview branch support.

Frequently Asked Questions about pages-deployment

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

FAQPage Schema
How do I deploy a Next.js app to Cloudflare Pages with Pages Functions?

To deploy a Next.js app to Cloudflare Pages, configure Wrangler CLI for your project, enable Pages Functions, and set up Git integration with build configurations. Preview branches allow rapid iteration on a production-like environment.

Does Cloudflare Pages support fullstack frameworks like SvelteKit and Remix?

Yes, Cloudflare Pages supports fullstack apps across SvelteKit, Remix, Nuxt, Astro, and Hono. Framework-specific build and routing configurations are applied to ensure successful deployments and proper Pages Functions integration.

How do I set up preview environments for my static site on Cloudflare Pages?

Set up preview environments on Cloudflare Pages by connecting your Git repository and configuring preview branches. This workflow applies to both static sites and fullstack apps, streamlining deployments and testing iterations.

What's the best way to configure Wrangler CLI for Cloudflare Pages deployments?

The best way to configure Wrangler CLI for Cloudflare Pages is through step-by-step setup of build settings and framework integration. Proper configuration ensures successful deployments for static sites and fullstack applications.

Can I use Cloudflare Pages Functions with frameworks other than Next.js?

Yes, you can use Cloudflare Pages Functions with multiple frameworks including Nuxt, Astro, SvelteKit, Remix, and Hono. The deployment process involves framework-agnostic guidance for build and routing configurations.

Why are my Cloudflare Pages deployments failing during the build step?

Cloudflare Pages deployments often fail due to incorrect build settings or missing framework-specific routing configurations. Verify your Wrangler CLI setup and ensure your build configuration matches your chosen framework's requirements.