cloudflare-pages

Deploy applications to Cloudflare Pages with Wrangler CLI and edge bindings.

4|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill cloudflare-pages-mgd34msu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudflare-pages
Source: https://github.com/mgd34msu/goodvibes-gemini/tree/main/skills/cloudflare-pages
Command: npx skills add https://github.com/mgd34msu/goodvibes-gemini --skill cloudflare-pages-mgd34msu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the deployment of applications to Cloudflare Pages, enabling developers to leverage edge computing for global distribution and utilize Cloudflare's integrated services like Functions, KV, D1, and R2.

Core Features & Use Cases

  • Edge Deployment: Deploy full-stack applications globally with low latency.
  • Serverless Functions: Integrate backend logic directly within your frontend deployment.
  • Data & Storage Bindings: Seamlessly connect to KV, D1 databases, and R2 object storage.
  • Use Case: Deploy a Next.js application with a D1 database backend and KV-based caching to Cloudflare Pages for a globally distributed, high-performance user experience.

Quick Start

Use the cloudflare-pages skill to deploy your application's 'dist' folder to Cloudflare Pages.

Frequently Asked Questions about cloudflare-pages

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

FAQPage Schema
How do I deploy a full-stack application to Cloudflare Pages with serverless functions?

Deploy applications to Cloudflare Pages to globally distribute full-stack builds and integrate backend logic directly within your frontend deployment using serverless edge functions.

Can I connect Cloudflare D1 databases and R2 storage to my edge deployment?

Yes, Cloudflare Pages deployments support data and storage bindings, allowing you to seamlessly connect your application to D1 databases, R2 object storage, and KV namespaces.

Do I need Wrangler CLI to manage my Cloudflare Pages deployment configuration?

Yes, Wrangler CLI is required for deploying applications to Cloudflare Pages and managing the configuration for your edge functions and integrated serverless ecosystem bindings.

What is the best way to build a globally distributed Next.js application using edge computing?

Deploy your Next.js application to Cloudflare Pages to leverage edge computing, utilizing a D1 database backend and KV-based caching for a globally distributed, high-performance user experience.

Does Cloudflare Pages support deploying a pre-built dist folder?

Yes, you can deploy your application's pre-built dist folder directly to Cloudflare Pages to quickly publish your static assets and serverless functions to the global edge network.