What problem does it solve?
This Skill simplifies the process of generating configurations for deploying full-stack web applications on Cloudflare Pages, including server-side rendering, API functions, and edge deployment.
Core Features & Use Cases
- Framework Integration: Supports popular frameworks like Next.js, Nuxt, Astro, Remix, SvelteKit, and SolidStart.
- Functionality: Enables the creation of API routes using Pages Functions and integrates various Cloudflare bindings (KV, R2, D1, etc.).
- Deployment Options: Facilitates deployment via Git integration or direct upload using
wrangler.
- Use Case: You need to deploy a Next.js application with server-side rendering and a few API endpoints to Cloudflare Pages. This skill will generate the necessary
wrangler.toml, next.config.mjs, and example Pages Functions.
Quick Start
Use the cf-pages skill to generate configurations for deploying a Nuxt application with SSR and API functions on Cloudflare Pages.