cf-edge

Automates web app and serverless API deployment to Cloudflare's free tier via wrangler and cloudflared.

3|1|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/indrasvat/claude-code-skills --skill cf-edge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cf-edge
Source: https://github.com/indrasvat/claude-code-skills/tree/main/skills/cf-edge
Command: npx skills add https://github.com/indrasvat/claude-code-skills --skill cf-edge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Deploying to Cloudflare's edge can be complex and costly for personal projects; this Skill simplifies edge deployments by unifying tooling through wrangler and cloudflared, helping you stay within the free tier.

Core Features & Use Cases

  • Deploy to Cloudflare Workers, Pages, D1, KV, R2, and more
  • Expose localhost via Tunnel for quick testing and demonstrations
  • Simple, repeatable workflows for static sites, serverless APIs, and edge apps
  • Real-world scenario: publish a personal site with a serverless API backed by D1 and KV

Quick Start

Deploy your first edge app to Cloudflare's free tier in minutes.

Frequently Asked Questions about cf-edge

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

FAQPage Schema
How do I deploy a web app to Cloudflare's edge for free?

You can deploy to Cloudflare's edge free tier by automating tooling through wrangler, which handles static sites, serverless APIs, and edge functions without incurring costs.

Can I expose localhost via a tunnel for testing edge applications?

Yes, you can expose localhost via a tunnel for quick testing and demonstrations using cloudflared, allowing local development environments to be accessed remotely before deployment.

How do I deploy a serverless API backed by D1 and KV on Cloudflare Workers?

Deploy a serverless API backed by D1 and KV by unifying edge deployment workflows through wrangler, managing data stores and serverless functions within a single repeatable process.

Does this approach support deploying static sites to Cloudflare Pages?

Yes, this approach supports deploying static sites to Cloudflare Pages, extending functionality with optional scripts and references to manage static assets at the edge.

What are the limitations of using Cloudflare's free tier for edge deployments?

The main limitation of using Cloudflare's free tier for edge deployments is staying within usage quotas, as the unified tooling helps manage resources but does not eliminate free tier constraints.

Do I need wrangler to automate Cloudflare edge deployments?

Yes, wrangler is required to automate Cloudflare edge deployments, serving as the core tool to publish apps and manage associated data stores like D1, KV, and R2.