cf-edge
Installation
SKILL.md
Cloudflare Free Tier Deployment
Deploy to Cloudflare's edge network at $0 cost. All services have free tiers sufficient for personal projects.
Prerequisites
# Verify CLI tools
wrangler --version # Workers, Pages, D1, KV, R2
cloudflared --version # Tunnels
# If missing:
npm install -g wrangler
# cloudflared:
brew install cloudflare/cloudflare/cloudflared